packages feed

stable-maps 0.0.3.2 → 0.0.3.3

raw patch · 1 files changed

+2/−2 lines, 1 filesdep ~ghc-primPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: ghc-prim

API changes (from Hackage documentation)

Files

stable-maps.cabal view
@@ -1,5 +1,5 @@ Name:              stable-maps-Version:           0.0.3.2+Version:           0.0.3.3 Synopsis:          Heterogeneous maps keyed by StableNames Description:       Provides an API for inserting heterogeneous data in a collection keyed by StableNames and for later retrieving it. Homepage:          http://github.com/ekmett/stable-maps@@ -23,5 +23,5 @@                    System.Mem.StableName.Dynamic.Map   Build-depends:   base       >= 4   && < 5,                    containers >= 0.3 && < 0.6,-                   ghc-prim   >= 0.2 && < 0.3+                   ghc-prim   >= 0.2 && < 0.4   GHC-Options:     -Wall