diff options
Diffstat (limited to 'hmatrix.cabal')
-rw-r--r-- | hmatrix.cabal | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/hmatrix.cabal b/hmatrix.cabal index 1b077e3..77a37bb 100644 --- a/hmatrix.cabal +++ b/hmatrix.cabal | |||
@@ -1,5 +1,5 @@ | |||
1 | Name: hmatrix | 1 | Name: hmatrix |
2 | Version: 0.8.0.0 | 2 | Version: 0.8.1.0 |
3 | License: GPL | 3 | License: GPL |
4 | License-file: LICENSE | 4 | License-file: LICENSE |
5 | Author: Alberto Ruiz | 5 | Author: Alberto Ruiz |
@@ -64,11 +64,11 @@ flag unsafe | |||
64 | 64 | ||
65 | library | 65 | library |
66 | if flag(splitBase) | 66 | if flag(splitBase) |
67 | build-depends: base >= 3 && < 5, array | 67 | build-depends: base >= 3 && < 5, array < 0.3.0 |
68 | else | 68 | else |
69 | build-depends: base < 3 | 69 | build-depends: base < 3 |
70 | 70 | ||
71 | Build-Depends: haskell98, | 71 | Build-Depends: haskell98 < 1.0.1.1, |
72 | QuickCheck, HUnit, | 72 | QuickCheck, HUnit, |
73 | storable-complex, | 73 | storable-complex, |
74 | process | 74 | process |