apiary-persistent 1.2.0 → 1.2.1
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~monad-controlPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: monad-control
API changes (from Hackage documentation)
Files
- apiary-persistent.cabal +2/−2
apiary-persistent.cabal view
@@ -1,5 +1,5 @@ name: apiary-persistent-version: 1.2.0+version: 1.2.1 synopsis: persistent support for apiary web framework. description: example: <https://github.com/philopon/apiary/blob/master/examples/persistent.hs>@@ -30,7 +30,7 @@ , monad-logger >=0.3 && <0.4 , transformers >=0.2 && <0.5 , transformers-base >=0.4 && <0.5- , monad-control >=0.3 && <0.4+ , monad-control >=0.3 && <1.1 , persistent-sqlite hs-source-dirs: src ghc-options: -O2 -Wall