diff options
author | Vassil Keremidchiev <varosi@gmail.com> | 2017-05-29 15:34:30 +0300 |
---|---|---|
committer | Vassil Keremidchiev <varosi@gmail.com> | 2017-05-29 15:34:30 +0300 |
commit | f2eadcbadb07aaf93c8e727488c1198ff22e17f2 (patch) | |
tree | acbe71d64997116123106cc32c7e36191f4707c7 /packages/base | |
parent | 020c0e092707101d69dbe4c73944a4352a7aa1bc (diff) |
Support for LTS 8.15 (GHC 8.0.2) under Windows
Updated documentation with working solution under Windows.
Diffstat (limited to 'packages/base')
-rw-r--r-- | packages/base/hmatrix.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/base/hmatrix.cabal b/packages/base/hmatrix.cabal index f1bc8e6..51df463 100644 --- a/packages/base/hmatrix.cabal +++ b/packages/base/hmatrix.cabal | |||
@@ -121,7 +121,7 @@ library | |||
121 | 121 | ||
122 | if os(windows) | 122 | if os(windows) |
123 | if flag(openblas) | 123 | if flag(openblas) |
124 | extra-libraries: libopenblas, libgcc_s_seh-1, libgfortran-3, libquadmath-0 | 124 | extra-libraries: libopenblas, libgcc_s_seh-1, libgfortran, libquadmath-0 |
125 | else | 125 | else |
126 | extra-libraries: blas lapack | 126 | extra-libraries: blas lapack |
127 | 127 | ||