summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2017-06-01 10:11:24 +0200
committerGitHub <noreply@github.com>2017-06-01 10:11:24 +0200
commita08df91da6362d348635211a6d77d85501a72ab2 (patch)
tree75d9bfed7206d92426eeb8f0e1d4602b7ac181eb /packages
parent020c0e092707101d69dbe4c73944a4352a7aa1bc (diff)
parent80d809f7e6df7196bb711420698f173c7a8e6e9c (diff)
Merge pull request #229 from varosi/varosi/lts815
Support for LTS 8.15 (GHC 8.0.2) under Windows
Diffstat (limited to 'packages')
-rw-r--r--packages/base/hmatrix.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/base/hmatrix.cabal b/packages/base/hmatrix.cabal
index f1bc8e6..7015695 100644
--- a/packages/base/hmatrix.cabal
+++ b/packages/base/hmatrix.cabal
@@ -1,5 +1,5 @@
1Name: hmatrix 1Name: hmatrix
2Version: 0.18.0.0 2Version: 0.18.0.1
3License: BSD3 3License: BSD3
4License-file: LICENSE 4License-file: LICENSE
5Author: Alberto Ruiz 5Author: Alberto Ruiz
@@ -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