core-data 0.3.0.1 → 0.3.0.2
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~hashablePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: hashable
API changes (from Hackage documentation)
Files
- core-data.cabal +2/−2
core-data.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack name: core-data-version: 0.3.0.1+version: 0.3.0.2 synopsis: Convenience wrappers around common data structures and encodings description: Wrappers around common data structures and encodings. .@@ -47,7 +47,7 @@ , bytestring , containers , core-text >=0.3.4- , hashable >=1.2 && <1.4+ , hashable >=1.2 , prettyprinter >=1.6.2 , scientific , text