packages feed

mmsyn5 0.4.3.0 → 0.4.4.0

raw patch · 2 files changed

+7/−2 lines, 2 filesdep ~basePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base

API changes (from Hackage documentation)

Files

ChangeLog.md view
@@ -78,3 +78,8 @@ ## 0.4.3.0 -- 2020-01-31  * Fourth version revised G. Added a README.markdown file.++## 0.4.4.0 -- 2020-05-14++* Fourth version revised H. Changed bounds of the dependency so that now a library is supported also for GHC 8.10* series.+
mmsyn5.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/  name:                mmsyn5-version:             0.4.3.0+version:             0.4.4.0 synopsis:            Various additional operations on lists (some with intermediate Monads) description:         A small library to deal with a little bit more complex operations on lists than Data.List module homepage:            https://hackage.haskell.org/package/mmsyn5@@ -20,6 +20,6 @@   exposed-modules:     Data.List.InnToOut.Basic, Data.List.InnToOut.Unsafe   -- other-modules:   -- other-extensions:-  build-depends:       base >=4.7 && <4.14+  build-depends:       base >=4.7 && <4.15   -- hs-source-dirs:      default-language:    Haskell2010