summaryrefslogtreecommitdiff
path: root/hmatrix.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'hmatrix.cabal')
-rw-r--r--hmatrix.cabal11
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 @@
1Name: hmatrix 1Name: hmatrix
2Version: 0.2.0.1 2Version: 0.2.0.0
3License: GPL 3License: GPL
4License-file: LICENSE 4License-file: LICENSE
5Author: Alberto Ruiz 5Author: 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>
15Category: Numerical, Math 15Category: Numerical, Math
16tested-with: GHC ==6.6.1, GHC ==6.8.1, GHC ==6.8.2 16tested-with: GHC ==6.8.2
17 17
18cabal-version: >=1.2 18cabal-version: >=1.2
19build-type: Simple 19build-type: Simple
@@ -23,9 +23,9 @@ flag splitBase
23 23
24library 24library
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,