lookup-tables 0.1.1.0 → 0.1.1.1
raw patch · 1 files changed
+12/−3 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- lookup-tables.cabal +12/−3
lookup-tables.cabal view
@@ -1,10 +1,10 @@ name: lookup-tables-version: 0.1.1.0-synopsis: Statically generate lookup tables using Template- Haskell.+version: 0.1.1.1+synopsis: Statically generate lookup tables using Template Haskell. description: This package provides a single Template Haskell function for memoizing a given function by statically generating a lookup table.+homepage: http://hub.darcs.net/jmcarthur/lookup-tables/issues license: ISC license-file: LICENSE author: Jake McArthur@@ -31,3 +31,12 @@ build-depends: base, lookup-tables, tasty, tasty-hunit ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall default-language: Haskell2010++source-repository head+ type: darcs+ location: http://hub.darcs.net/jmcarthur/lookup-tables++source-repository this+ type: darcs+ location: http://hub.darcs.net/jmcarthur/lookup-tables+ tag: v0.1.1.1