persistent-mysql 1.1.0 → 1.1.2
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~conduitdep ~persistentPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: conduit, persistent
API changes (from Hackage documentation)
Files
- persistent-mysql.cabal +3/−3
persistent-mysql.cabal view
@@ -1,5 +1,5 @@ name: persistent-mysql-version: 1.1.0+version: 1.1.2 license: MIT license-file: LICENSE author: Felipe Lessa <felipe.lessa@gmail.com>, Michael Snoyman@@ -28,13 +28,13 @@ , transformers >= 0.2.1 && < 0.4 , mysql-simple >= 0.2.2.3 && < 0.3 , mysql >= 0.1.1.3 && < 0.2- , persistent >= 1.1 && < 1.2+ , persistent >= 1.1.2 && < 1.2 , containers >= 0.2 , bytestring >= 0.9 , text >= 0.11.0.6 && < 0.12 , monad-control >= 0.2 && < 0.4 , aeson >= 0.5- , conduit >= 0.5 && < 0.6+ , conduit >= 0.5.3 && < 0.6 exposed-modules: Database.Persist.MySQL ghc-options: -Wall