diff options
Diffstat (limited to 'hmatrix.cabal')
-rw-r--r-- | hmatrix.cabal | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/hmatrix.cabal b/hmatrix.cabal index 049036c..17aba9e 100644 --- a/hmatrix.cabal +++ b/hmatrix.cabal | |||
@@ -1,5 +1,5 @@ | |||
1 | Name: hmatrix | 1 | Name: hmatrix |
2 | Version: 0.2.0.1 | 2 | Version: 0.2.0.0 |
3 | License: GPL | 3 | License: GPL |
4 | License-file: LICENSE | 4 | License-file: LICENSE |
5 | Author: Alberto Ruiz | 5 | Author: Alberto Ruiz |
@@ -13,7 +13,7 @@ Description: A purely functional interface to basic linear algebra comput | |||
13 | . | 13 | . |
14 | More information: <http://alberrto.googlepages.com/gslhaskell> | 14 | More information: <http://alberrto.googlepages.com/gslhaskell> |
15 | Category: Numerical, Math | 15 | Category: Numerical, Math |
16 | tested-with: GHC ==6.6.1, GHC ==6.8.1, GHC ==6.8.2 | 16 | tested-with: GHC ==6.8.2 |
17 | 17 | ||
18 | cabal-version: >=1.2 | 18 | cabal-version: >=1.2 |
19 | build-type: Simple | 19 | build-type: Simple |
@@ -23,9 +23,9 @@ flag splitBase | |||
23 | 23 | ||
24 | library | 24 | library |
25 | if flag(splitBase) | 25 | if flag(splitBase) |
26 | build-depends: base >= 3, array, storable-complex | 26 | build-depends: base >= 3, array |
27 | else | 27 | else |
28 | build-depends: base < 3, storable-complex | 28 | build-depends: base < 3 |
29 | 29 | ||
30 | ghc-options: -O | 30 | ghc-options: -O |
31 | 31 | ||
@@ -85,7 +85,8 @@ library | |||
85 | Numeric.LinearAlgebra.Instances, | 85 | Numeric.LinearAlgebra.Instances, |
86 | Numeric.LinearAlgebra.Interface, | 86 | Numeric.LinearAlgebra.Interface, |
87 | Numeric.LinearAlgebra.Algorithms, | 87 | Numeric.LinearAlgebra.Algorithms, |
88 | Graphics.Plot | 88 | Graphics.Plot, |
89 | Numeric.LinearAlgebra.Testing | ||
89 | other-modules: Data.Packed.Internal, | 90 | other-modules: Data.Packed.Internal, |
90 | Data.Packed.Internal.Common, | 91 | Data.Packed.Internal.Common, |
91 | Data.Packed.Internal.Vector, | 92 | Data.Packed.Internal.Vector, |