packages feed

identifiers 0.4.2.0 → 0.4.3.0

raw patch · 1 files changed

+3/−3 lines, 1 filesdep ~unordered-containersPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: unordered-containers

API changes (from Hackage documentation)

Files

identifiers.cabal view
@@ -1,12 +1,12 @@ name:                identifiers-version:             0.4.2.0+version:             0.4.3.0 synopsis:            Numeric identifiers for values. description:         This library allows you to turn costly repetitive values                      into numbers in order to save memory.                       An Identifiers value acts like a bi-directional map that                      allows you to effeciently toggle between a numeric key-                     and the original value push into the map.+                     and the original value pushed into the map.  license:             BSD3 license-file:        LICENSE@@ -31,7 +31,7 @@                        hashable ==1.2.*,                        ListLike <4.6,                        text <1.3,-                       unordered-containers >=0.2.3.0 && <0.2.8.0+                       unordered-containers >=0.2.3.0 && <0.3   hs-source-dirs:      src   default-language:    Haskell2010   ghc-options:         -Wall -O2 -funbox-strict-fields