packages feed

cmaes 0.1.1 → 0.2.0

raw patch · 1 files changed

+2/−2 lines, 1 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

- Paths_cmaes: getBinDir :: IO FilePath
- Paths_cmaes: getDataDir :: IO FilePath
- Paths_cmaes: getDataFileName :: FilePath -> IO FilePath
- Paths_cmaes: getLibDir :: IO FilePath
- Paths_cmaes: getLibexecDir :: IO FilePath
- Paths_cmaes: version :: Version

Files

cmaes.cabal view
@@ -1,5 +1,5 @@ name:                cmaes-version:             0.1.1+version:             0.2.0 synopsis:            CMA-ES wrapper in Haskell description: @@ -31,7 +31,7 @@  library   exposed-modules:   Numeric.Optimization.Algorithms.CMAES  -  -- other-modules:       +  other-modules:     Paths_cmaes   build-depends:     base ==4.*                    , mtl                      , process