diff options
-rw-r--r-- | THANKS | 1 | ||||
-rw-r--r-- | hmatrix.cabal | 5 |
2 files changed, 4 insertions, 2 deletions
@@ -83,4 +83,5 @@ module reorganization, monadic mapVectorM, and many other improvements. | |||
83 | 83 | ||
84 | - Torsten Kemps-Benedix reported an installation problem in OS/X. | 84 | - Torsten Kemps-Benedix reported an installation problem in OS/X. |
85 | 85 | ||
86 | - Stefan Kersten fixed hmatrix.cabal for 64-bit ghc-7 in OS/X | ||
86 | 87 | ||
diff --git a/hmatrix.cabal b/hmatrix.cabal index ac6a57b..cd01086 100644 --- a/hmatrix.cabal +++ b/hmatrix.cabal | |||
@@ -1,5 +1,5 @@ | |||
1 | Name: hmatrix | 1 | Name: hmatrix |
2 | Version: 0.11.0.0 | 2 | Version: 0.11.0.1 |
3 | License: GPL | 3 | License: GPL |
4 | License-file: LICENSE | 4 | License-file: LICENSE |
5 | Author: Alberto Ruiz | 5 | Author: Alberto Ruiz |
@@ -181,7 +181,8 @@ library | |||
181 | extra-lib-dirs: /opt/local/lib/ | 181 | extra-lib-dirs: /opt/local/lib/ |
182 | include-dirs: /opt/local/include | 182 | include-dirs: /opt/local/include |
183 | extra-libraries: gsl | 183 | extra-libraries: gsl |
184 | cc-options: -arch i386 | 184 | if arch(i386) |
185 | cc-options: -arch i386 | ||
185 | frameworks: Accelerate | 186 | frameworks: Accelerate |
186 | 187 | ||
187 | if os(windows) | 188 | if os(windows) |