summaryrefslogtreecommitdiff
path: root/packages/glpk
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2011-12-22 18:16:58 +0100
committerAlberto Ruiz <aruiz@um.es>2011-12-22 18:16:58 +0100
commit863fd69b44d6e65544973871043d89d1d6c50a9e (patch)
tree06f7e95e42975b2b75dc246128775c2fbbe456e5 /packages/glpk
parentd7b7ff9dff27a6a74785c92c9393704fe0072e0e (diff)
ok hmatrix-special
Diffstat (limited to 'packages/glpk')
-rw-r--r--packages/glpk/hmatrix-glpk.cabal8
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 @@
1Name: hmatrix-glpk 1Name: hmatrix-glpk
2Version: 0.2.2 2Version: 0.3.0
3License: GPL 3License: GPL
4License-file: LICENSE 4License-file: LICENSE
5Author: Alberto Ruiz 5Author: 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
13Category: Math 13Category: Math
14tested-with: GHC ==6.10.4, GHC ==7.0.3 14tested-with: GHC ==7.4
15 15
16cabal-version: >=1.2 16cabal-version: >=1.2
17build-type: Simple 17build-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
45source-repository head
46 type: git
47 location: https://github.com/AlbertoRuiz/hmatrix
48