packages feed

memoize 0.2 → 0.3

raw patch · 1 files changed

+3/−4 lines, 1 filesdep −haskell98dep ~template-haskellPVP ok

version bump matches the API change (PVP)

Dependencies removed: haskell98

Dependency ranges changed: template-haskell

API changes (from Hackage documentation)

Files

memoize.cabal view
@@ -1,5 +1,5 @@ name:           memoize-version:        0.2+version:        0.3 cabal-version:  >= 1.6 license:        BSD3 license-file:   LICENSE@@ -9,7 +9,7 @@ category:       Data synopsis:       A memoization library build-type:     Simple-tested-with:    GHC == 7.0.2, GHC == 6.12.3+tested-with:    GHC == 7.4.1, GHC == 7.0.2, GHC == 6.12.3  description:         This library provides a type class 'Memoizable' for memoizing@@ -23,8 +23,7 @@         Haskell, appear to be true.  library-  build-depends:        haskell98 >=1 && <2,-                        base >=3 && <5,+  build-depends:        base >=3 && <5,                         template-haskell >=2    ghc-options:          -Wall -fno-warn-orphans