packages feed

fastmemo 0.1.0.0 → 0.1.0.1

raw patch · 1 files changed

+3/−3 lines, 1 filesdep ~basePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base

API changes (from Hackage documentation)

Files

fastmemo.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack  name:           fastmemo-version:        0.1.0.0+version:        0.1.0.1 synopsis:       Memoize functions on Generic types description:    Please see the README on GitHub at <https://github.com/davidspies/fastmemo#readme> category:       Memoization@@ -44,7 +44,7 @@       src   ghc-options: -Wall   build-depends:-      base >=4.7 && <4.15+      base >=4.7 && <4.16     , bytestring ==0.10.*     , utf8-string ==1.0.*     , vector ==0.12.*@@ -61,7 +61,7 @@   ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N   build-depends:       QuickCheck-    , base >=4.7 && <4.15+    , base >=4.7 && <4.16     , bytestring ==0.10.*     , fastmemo     , utf8-string ==1.0.*