Skip to content

Commit b395fed

Browse files
committed
Shorten synopsis
1 parent de3413f commit b395fed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ extra-source-files:
1111
- ChangeLog.md
1212

1313
# Metadata used when publishing your package
14-
synopsis: Haskell implementation of the two-phase simplex method in exact rational arithmetic
14+
synopsis: Implementation of the two-phase simplex method in exact rational arithmetic
1515
category: Math, Maths, Mathematics, Optimisation, Optimization, Linear Programming
1616

1717
# To avoid duplicated efforts in documentation and dealing with the

simplex-method.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ cabal-version: 1.12
66

77
name: simplex-method
88
version: 0.1.0.0
9-
synopsis: Haskell implementation of the two-phase simplex method in exact rational arithmetic
9+
synopsis: Implementation of the two-phase simplex method in exact rational arithmetic
1010
description: Please see the README on GitHub at <https://github.com/rasheedja/simplex-method#readme>
1111
category: Math, Maths, Mathematics, Optimisation, Optimization, Linear Programming
1212
homepage: https://github.com/rasheedja/simplex-method#readme

0 commit comments

Comments
 (0)