diff options
author | Alberto Ruiz <aruiz@um.es> | 2009-06-04 18:53:55 +0000 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2009-06-04 18:53:55 +0000 |
commit | bbc54bf2573ea3631ee436507807dae6c4353bcc (patch) | |
tree | b7db6ae5f4aba50a4bb8d4c584d131e424286be8 /hmatrix.cabal | |
parent | 6e0dd472ef8c570ec1924ac641e5872db30ac142 (diff) |
improved windows installation instructions
Diffstat (limited to 'hmatrix.cabal')
-rw-r--r-- | hmatrix.cabal | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/hmatrix.cabal b/hmatrix.cabal index 70de11e..7645d79 100644 --- a/hmatrix.cabal +++ b/hmatrix.cabal | |||
@@ -134,7 +134,9 @@ library | |||
134 | 134 | ||
135 | ghc-prof-options: -auto-all | 135 | ghc-prof-options: -auto-all |
136 | 136 | ||
137 | ghc-options: -Wall -fno-warn-missing-signatures -fno-warn-orphans -fno-warn-unused-binds | 137 | ghc-options: -Wall -fno-warn-missing-signatures |
138 | -fno-warn-orphans | ||
139 | -fno-warn-unused-binds | ||
138 | 140 | ||
139 | if flag(unsafe) | 141 | if flag(unsafe) |
140 | cpp-options: -DUNSAFE | 142 | cpp-options: -DUNSAFE |
@@ -152,4 +154,8 @@ library | |||
152 | frameworks: Accelerate | 154 | frameworks: Accelerate |
153 | extra-libraries: gsl | 155 | extra-libraries: gsl |
154 | 156 | ||
155 | -- the extra-libraries required for gsl and lapack are automatically detected by configure(.hs) | 157 | -- The extra-libraries required for GSL and LAPACK |
158 | -- should now be automatically detected by configure(.hs) | ||
159 | |||
160 | extra-libraries: | ||
161 | extra-lib-dirs: | ||