summaryrefslogtreecommitdiff
path: root/hmatrix.cabal
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2008-10-22 12:59:18 +0000
committerAlberto Ruiz <aruiz@um.es>2008-10-22 12:59:18 +0000
commitfaeaf6d261b760e628c1e63551d822d16876c0cc (patch)
tree45e3e2d1460d72e1fd037e19d4470963b75cc00e /hmatrix.cabal
parent9d9b1274a522e1bf0c5dea210765a0368ebb74a5 (diff)
-Wall
Diffstat (limited to 'hmatrix.cabal')
-rw-r--r--hmatrix.cabal4
1 files changed, 3 insertions, 1 deletions
diff --git a/hmatrix.cabal b/hmatrix.cabal
index cae34a2..1ffcd4d 100644
--- a/hmatrix.cabal
+++ b/hmatrix.cabal
@@ -12,7 +12,7 @@ Description: A purely functional interface to basic linear algebra comput
12 GSL, BLAS and LAPACK. 12 GSL, BLAS and LAPACK.
13 . 13 .
14 More information: <http://www.hmatrix.googlepages.com> 14 More information: <http://www.hmatrix.googlepages.com>
15Category: Numerical, Math 15Category: Math
16tested-with: GHC ==6.10.0 16tested-with: GHC ==6.10.0
17 17
18cabal-version: >=1.2 18cabal-version: >=1.2
@@ -108,6 +108,8 @@ library
108 108
109 ghc-prof-options: -auto-all 109 ghc-prof-options: -auto-all
110 110
111 ghc-options: -Wall -fno-warn-missing-signatures -fno-warn-orphans -fno-warn-unused-binds
112
111 if flag(unsafe) 113 if flag(unsafe)
112 cpp-options: -DUNSAFE 114 cpp-options: -DUNSAFE
113 115