packages feed

hmatrix-nlopt 0.1.1.0 → 0.1.2.0

raw patch · 1 files changed

+4/−4 lines, 1 filesdep ~basedep ~nlopt-haskellPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base, nlopt-haskell

API changes (from Hackage documentation)

Files

hmatrix-nlopt.cabal view
@@ -1,5 +1,5 @@ name:                hmatrix-nlopt-version:             0.1.1.0+version:             0.1.2.0 synopsis:            Interface HMatrix with the NLOPT minimizer description:         A high-level interface to                      <http://ab-initio.mit.edu/wiki/index.php/NLopt the NLOPT solvers>@@ -14,7 +14,7 @@ build-type:          Simple extra-source-files:  ChangeLog.md cabal-version:       >=1.10-tested-with:         GHC == 8.0.2+tested-with:         GHC == 8.4.3 bug-reports:         https://github.com/peddie/hmatrix-nlopt/issues  source-repository head@@ -23,10 +23,10 @@  library   exposed-modules:     Numeric.NLOPT-  build-depends:       base >=4.9 && <4.11+  build-depends:       base >=4.9 && <4.12                      , hmatrix >= 0.17                      , vector >= 0.10-                     , nlopt-haskell >= 0.1.1.0+                     , nlopt-haskell >= 0.1.2.0   hs-source-dirs:      src   default-language:    Haskell2010