diff options
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 e3c9818..6cfd98c 100644 --- a/hmatrix.cabal +++ b/hmatrix.cabal | |||
@@ -1,5 +1,5 @@ | |||
1 | Name: hmatrix | 1 | Name: hmatrix |
2 | Version: 0.7.0.0 | 2 | Version: 0.6.0.1 |
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: This library provides a purely functional interface to basic | |||
11 | and other numerical computations, internally implemented using | 11 | and other numerical computations, internally implemented using |
12 | GSL, BLAS and LAPACK. | 12 | GSL, BLAS and LAPACK. |
13 | Category: Math | 13 | Category: Math |
14 | tested-with: GHC ==6.10.3 | 14 | tested-with: GHC ==6.10.4 |
15 | 15 | ||
16 | cabal-version: >=1.2 | 16 | cabal-version: >=1.2 |
17 | build-type: Custom | 17 | build-type: Custom |
@@ -71,8 +71,8 @@ library | |||
71 | Build-Depends: haskell98, | 71 | Build-Depends: haskell98, |
72 | QuickCheck, HUnit, | 72 | QuickCheck, HUnit, |
73 | storable-complex, | 73 | storable-complex, |
74 | process | 74 | process, |
75 | -- parallel >= 2 | 75 | parallel >= 2 |
76 | 76 | ||
77 | Extensions: ForeignFunctionInterface, | 77 | Extensions: ForeignFunctionInterface, |
78 | CPP | 78 | CPP |