diff options
Diffstat (limited to 'packages/glpk/hmatrix-glpk.cabal')
-rw-r--r-- | packages/glpk/hmatrix-glpk.cabal | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/packages/glpk/hmatrix-glpk.cabal b/packages/glpk/hmatrix-glpk.cabal index 7fdfaac..ea6d0ce 100644 --- a/packages/glpk/hmatrix-glpk.cabal +++ b/packages/glpk/hmatrix-glpk.cabal | |||
@@ -1,5 +1,5 @@ | |||
1 | Name: hmatrix-glpk | 1 | Name: hmatrix-glpk |
2 | Version: 0.2.2 | 2 | Version: 0.3.0 |
3 | License: GPL | 3 | License: GPL |
4 | License-file: LICENSE | 4 | License-file: LICENSE |
5 | Author: Alberto Ruiz | 5 | Author: Alberto Ruiz |
@@ -11,7 +11,7 @@ Description: | |||
11 | Simple interface to linear programming functions provided by GLPK. | 11 | Simple interface to linear programming functions provided by GLPK. |
12 | 12 | ||
13 | Category: Math | 13 | Category: Math |
14 | tested-with: GHC ==6.10.4, GHC ==7.0.3 | 14 | tested-with: GHC ==7.4 |
15 | 15 | ||
16 | cabal-version: >=1.2 | 16 | cabal-version: >=1.2 |
17 | build-type: Simple | 17 | build-type: Simple |
@@ -42,3 +42,7 @@ library | |||
42 | if arch(i386) | 42 | if arch(i386) |
43 | cc-options: -arch i386 | 43 | cc-options: -arch i386 |
44 | 44 | ||
45 | source-repository head | ||
46 | type: git | ||
47 | location: https://github.com/AlbertoRuiz/hmatrix | ||
48 | |||