stable-maps 0.0.3 → 0.0.3.1
raw patch · 1 files changed
+4/−4 lines, 1 filesdep ~containers
Dependency ranges changed: containers
Files
- stable-maps.cabal +4/−4
stable-maps.cabal view
@@ -1,5 +1,5 @@ Name: stable-maps-Version: 0.0.3+Version: 0.0.3.1 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@@ -19,7 +19,7 @@ Exposed-modules: System.Mem.StableName.Map System.Mem.StableName.Dynamic System.Mem.StableName.Dynamic.Map- Build-depends: base >= 4 && < 5,- containers >= 0.3 && < 0.5,- ghc-prim >= 0.2 && < 0.3+ Build-depends: base >= 4 && < 5,+ containers >= 0.3 && < 0.6,+ ghc-prim >= 0.2 && < 0.3 GHC-Options: -Wall