packages feed

hmatrix 0.15.0.0 → 0.15.0.1

raw patch · 2 files changed

+7/−1 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

THANKS.md view
@@ -126,3 +126,5 @@  - Stephen J. Barr suggested flipping argument order in the double integral example +- Greg Horn fixed the bus error on ghci 64-bit.+
hmatrix.cabal view
@@ -1,5 +1,5 @@ Name:               hmatrix-Version:            0.15.0.0+Version:            0.15.0.1 License:            GPL License-file:       LICENSE Author:             Alberto Ruiz@@ -188,6 +188,10 @@      if os(windows)         extra-libraries: gsl-0 blas lapack++    if os(linux)+        if arch(x86_64)+            cc-options: -fPIC  -- The extra-libraries required for GSL and LAPACK -- should now be automatically detected by configure(.hs)