store 0.6.0 → 0.6.0.1
raw patch · 2 files changed
+12/−2 lines, 2 filesdep +failPVP ok
version bump matches the API change (PVP)
Dependencies added: fail
API changes (from Hackage documentation)
Files
- ChangeLog.md +6/−0
- store.cabal +6/−2
ChangeLog.md view
@@ -1,5 +1,11 @@ # ChangeLog +## 0.6.0.1++* Now builds with GHC-7.10 - compatibility was broken in 0.6.0 due to+ the fix for GHC-8.8. See+ [#146][https://github.com/fpco/store/issues/146].+ ## 0.6.0 * Now builds with GHC-8.8. This is a major version bump because
store.cabal view
@@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 29e57f0dc122be22cc4c7ed274c08348beaae45fd10ae85865b065ef85cdefbe+-- hash: cbe27ae7010939e8748f8e358c348aa045dd30396a99c04e1967eacd25bf45cd name: store-version: 0.6.0+version: 0.6.0.1 synopsis: Fast binary serialization category: Serialization, Data homepage: https://github.com/fpco/store#readme@@ -61,6 +61,7 @@ , cryptohash >=0.11.6 , deepseq >=1.3.0.2 , directory >=1.2+ , fail >=4.9 , filepath >=1.3 , free >=4.11 , ghc-prim >=0.3.1.0@@ -118,6 +119,7 @@ , cryptohash >=0.11.6 , deepseq >=1.3.0.2 , directory >=1.2+ , fail >=4.9 , filepath >=1.3 , free >=4.11 , ghc-prim >=0.3.1.0@@ -173,6 +175,7 @@ , cryptohash >=0.11.6 , deepseq >=1.3.0.2 , directory >=1.2+ , fail >=4.9 , filepath >=1.3 , free >=4.11 , ghc-prim >=0.3.1.0@@ -237,6 +240,7 @@ , cryptohash >=0.11.6 , deepseq >=1.3.0.2 , directory >=1.2+ , fail >=4.9 , filepath >=1.3 , free >=4.11 , ghc-prim >=0.3.1.0