diff options
Diffstat (limited to 'packages/base/hmatrix-base.cabal')
-rw-r--r-- | packages/base/hmatrix-base.cabal | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/base/hmatrix-base.cabal b/packages/base/hmatrix-base.cabal index 0413d4a..bd356df 100644 --- a/packages/base/hmatrix-base.cabal +++ b/packages/base/hmatrix-base.cabal | |||
@@ -7,7 +7,8 @@ Maintainer: Alberto Ruiz | |||
7 | Stability: provisional | 7 | Stability: provisional |
8 | Homepage: https://github.com/albertoruiz/hmatrix | 8 | Homepage: https://github.com/albertoruiz/hmatrix |
9 | Synopsis: Numeric Linear Algebra | 9 | Synopsis: Numeric Linear Algebra |
10 | Description: Numeric Linear Algebra | 10 | Description: Basic support for dense linear algebra |
11 | internally implemented using BLAS and LAPACK. | ||
11 | Category: Math | 12 | Category: Math |
12 | tested-with: GHC==7.8 | 13 | tested-with: GHC==7.8 |
13 | 14 | ||
@@ -35,7 +36,7 @@ library | |||
35 | Data.Packed.ST, | 36 | Data.Packed.ST, |
36 | Data.Packed.Development, | 37 | Data.Packed.Development, |
37 | Numeric.Conversion | 38 | Numeric.Conversion |
38 | Numeric.LAPACK | 39 | Numeric.LinearAlgebra.LAPACK |
39 | 40 | ||
40 | other-modules: Data.Packed.Internal, | 41 | other-modules: Data.Packed.Internal, |
41 | Data.Packed.Internal.Common, | 42 | Data.Packed.Internal.Common, |
@@ -52,7 +53,6 @@ library | |||
52 | ghc-options: -Wall | 53 | ghc-options: -Wall |
53 | -fno-warn-missing-signatures | 54 | -fno-warn-missing-signatures |
54 | -fno-warn-orphans | 55 | -fno-warn-orphans |
55 | -- -fno-warn-unused-binds | ||
56 | 56 | ||
57 | cc-options: -O4 -msse2 -Wall | 57 | cc-options: -O4 -msse2 -Wall |
58 | 58 | ||