content-store 0.1.0 → 0.1.1
raw patch · 2 files changed
+9/−5 lines, 2 filesdep ~aesondep ~monad-controldep ~temporaryPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: aeson, monad-control, temporary, text
API changes (from Hackage documentation)
Files
- ChangeLog.md +4/−0
- content-store.cabal +5/−5
ChangeLog.md view
@@ -1,3 +1,7 @@+## 0.1.1++* Relax overly strict aeson, monad-control, temporary, and text requirements.+ ## 0.1.0 * Initial release.
content-store.cabal view
@@ -1,5 +1,5 @@ name: content-store-version: 0.1.0+version: 0.1.1 synopsis: Store and retrieve data from an on-disk store description: This module provides a way to store and retrieve arbitrary data from an on-disk store, similar to how a source@@ -28,7 +28,7 @@ Data.ContentStore.Config, Data.ContentStore.Digest - build-depends: aeson >= 1.2.2.0 && < 1.3.0.0,+ build-depends: aeson >= 1.0.0.0 && < 1.3.0.0, base >= 4.9 && < 5.0, bytestring >= 0.10 && < 0.11, cond >= 0.4.1.1 && < 0.5.0.0,@@ -39,12 +39,12 @@ directory >= 1.3.0.0 && < 1.4.0.0, filepath >= 1.4.1.1 && < 1.5.0.0, htoml >= 1.0.0.0 && < 1.1.0.0,- monad-control >= 1.0.2.2 && < 1.1.0.0,+ monad-control >= 1.0.1.0 && < 1.1.0.0, memory >= 0.14.3 && < 0.15.0, mtl >= 2.2.1 && < 2.3, resourcet >= 1.1.9 && < 1.2,- temporary >= 1.2.1.1 && < 1.3.0.0,- text >= 1.2.2.2 && < 1.3,+ temporary >= 1.2.0.4 && < 1.3.0.0,+ text >= 1.2.2.0 && < 1.3, transformers >= 0.5.2.0 && < 0.6.0.0, transformers-base >= 0.4.4 && < 0.5.0, unix >= 2.7.2.1 && < 2.8.0.0