diff options
Diffstat (limited to 'hmatrix.cabal')
-rw-r--r-- | hmatrix.cabal | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/hmatrix.cabal b/hmatrix.cabal index 894bff0..dfb3c6a 100644 --- a/hmatrix.cabal +++ b/hmatrix.cabal | |||
@@ -65,7 +65,7 @@ flag unsafe | |||
65 | 65 | ||
66 | library | 66 | library |
67 | 67 | ||
68 | Build-Depends: base >= 3 && < 5, | 68 | Build-Depends: base >= 4 && < 5, |
69 | array, | 69 | array, |
70 | storable-complex, | 70 | storable-complex, |
71 | process | 71 | process |
@@ -140,14 +140,19 @@ library | |||
140 | include-dirs: /opt/local/include | 140 | include-dirs: /opt/local/include |
141 | extra-libraries: gsl | 141 | extra-libraries: gsl |
142 | frameworks: Accelerate | 142 | frameworks: Accelerate |
143 | |||
144 | if os(windows) | ||
145 | extra-libraries: libgsl-0 blas lapack | ||
146 | extra-lib-dirs: ./gsl-lapack-windows | ||
147 | include-dirs: ./gsl-lapack-windows | ||
143 | 148 | ||
144 | -- The extra-libraries required for GSL and LAPACK | 149 | -- The extra-libraries required for GSL and LAPACK |
145 | -- should now be automatically detected by configure(.hs) | 150 | -- should now be automatically detected by configure(.hs) |
146 | 151 | ||
152 | |||
147 | extra-libraries: | 153 | extra-libraries: |
148 | extra-lib-dirs: | 154 | extra-lib-dirs: |
149 | 155 | ||
150 | source-repository head | 156 | source-repository head |
151 | type: darcs | 157 | type: darcs |
152 | location: http://code.haskell.org/hmatrix | 158 | location: http://code.haskell.org/hmatrix |
153 | |||