diff options
author | Alberto Ruiz <aruiz@um.es> | 2010-01-14 13:17:44 +0000 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2010-01-14 13:17:44 +0000 |
commit | b8b9e8a91b51e6689a071dbc05f3da857c762e0d (patch) | |
tree | 0db5532668c77a7934dd181195aeb84c9f22ddc2 /hmatrix.cabal | |
parent | dfd2cb93e1f6c9fe42ddfd6775ecd1ab7c980ccf (diff) |
dispf, disps
Diffstat (limited to 'hmatrix.cabal')
-rw-r--r-- | hmatrix.cabal | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/hmatrix.cabal b/hmatrix.cabal index 76ead58..af726ad 100644 --- a/hmatrix.cabal +++ b/hmatrix.cabal | |||
@@ -1,5 +1,5 @@ | |||
1 | Name: hmatrix | 1 | Name: hmatrix |
2 | Version: 0.8.1.1 | 2 | Version: 0.8.2.0 |
3 | License: GPL | 3 | License: GPL |
4 | License-file: LICENSE | 4 | License-file: LICENSE |
5 | Author: Alberto Ruiz | 5 | Author: Alberto Ruiz |
@@ -64,14 +64,14 @@ flag unsafe | |||
64 | 64 | ||
65 | library | 65 | library |
66 | if flag(splitBase) | 66 | if flag(splitBase) |
67 | build-depends: base >= 3 && < 5, array < 0.3.0 | 67 | build-depends: base >= 3 && < 5, array |
68 | else | 68 | else |
69 | build-depends: base < 3 | 69 | build-depends: base < 3 |
70 | 70 | ||
71 | Build-Depends: haskell98 < 1.0.1.1, | 71 | Build-Depends: haskell98, |
72 | QuickCheck, HUnit, | 72 | QuickCheck, HUnit, |
73 | storable-complex, | 73 | storable-complex, |
74 | process < 1.0.1.2 | 74 | process |
75 | 75 | ||
76 | Extensions: ForeignFunctionInterface, | 76 | Extensions: ForeignFunctionInterface, |
77 | CPP | 77 | CPP |