diff options
author | Alberto Ruiz <aruiz@um.es> | 2009-10-15 10:13:24 +0000 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2009-10-15 10:13:24 +0000 |
commit | 4863cdb1a7495547f05e068f3f8228dae4e57f1f (patch) | |
tree | 6ceefcebc1916250909a49931bfb22705bc7fbcb /hmatrix.cabal | |
parent | 026f20453ff3c8981ef6cab2d5d865837977b78d (diff) |
NFData instances
Diffstat (limited to 'hmatrix.cabal')
-rw-r--r-- | hmatrix.cabal | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/hmatrix.cabal b/hmatrix.cabal index 44fdd95..c99d3cb 100644 --- a/hmatrix.cabal +++ b/hmatrix.cabal | |||
@@ -1,5 +1,5 @@ | |||
1 | Name: hmatrix | 1 | Name: hmatrix |
2 | Version: 0.5.2.3 | 2 | Version: 0.6.0.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,16 @@ flag unsafe | |||
64 | 64 | ||
65 | library | 65 | library |
66 | if flag(splitBase) | 66 | if flag(splitBase) |
67 | build-depends: base >= 3 && < 5, array, QuickCheck, HUnit, storable-complex, process | 67 | build-depends: base >= 3 && < 5, array |
68 | else | 68 | else |
69 | build-depends: base < 3, QuickCheck, HUnit, storable-complex, process | 69 | build-depends: base < 3 |
70 | |||
71 | Build-Depends: haskell98, | ||
72 | QuickCheck, HUnit, | ||
73 | storable-complex, | ||
74 | process, | ||
75 | parallel | ||
70 | 76 | ||
71 | Build-Depends: haskell98 | ||
72 | Extensions: ForeignFunctionInterface, | 77 | Extensions: ForeignFunctionInterface, |
73 | CPP | 78 | CPP |
74 | 79 | ||