summaryrefslogtreecommitdiff
path: root/packages/base/hmatrix-base.cabal
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2014-05-08 13:43:07 +0200
committerAlberto Ruiz <aruiz@um.es>2014-05-08 13:43:07 +0200
commit551cf7498c33bc0948bb4cb8444ae6f8af7278ea (patch)
treeec86ff73151746f5e13b83549ea5c60ed442764d /packages/base/hmatrix-base.cabal
parent561a6c0e21bb77c21114ccbbd86d3af5ddb5a3f1 (diff)
separation ok
Diffstat (limited to 'packages/base/hmatrix-base.cabal')
-rw-r--r--packages/base/hmatrix-base.cabal6
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
7Stability: provisional 7Stability: provisional
8Homepage: https://github.com/albertoruiz/hmatrix 8Homepage: https://github.com/albertoruiz/hmatrix
9Synopsis: Numeric Linear Algebra 9Synopsis: Numeric Linear Algebra
10Description: Numeric Linear Algebra 10Description: Basic support for dense linear algebra
11 internally implemented using BLAS and LAPACK.
11Category: Math 12Category: Math
12tested-with: GHC==7.8 13tested-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