yesod-persistent 1.0.0.1 → 1.1.0
raw patch · 1 files changed
+4/−4 lines, 1 filesdep ~persistentdep ~persistent-templatedep ~yesod-core
Dependency ranges changed: persistent, persistent-template, yesod-core
Files
- yesod-persistent.cabal +4/−4
yesod-persistent.cabal view
@@ -1,5 +1,5 @@ name: yesod-persistent-version: 1.0.0.1+version: 1.1.0 license: MIT license-file: LICENSE author: Michael Snoyman <michael@snoyman.com>@@ -14,9 +14,9 @@ library build-depends: base >= 4 && < 5- , yesod-core >= 1.0 && < 1.1- , persistent >= 0.9 && < 0.10- , persistent-template >= 0.9 && < 0.10+ , yesod-core >= 1.1 && < 1.2+ , persistent >= 1.0 && < 1.1+ , persistent-template >= 1.0 && < 1.1 , transformers >= 0.2.2 && < 0.4 exposed-modules: Yesod.Persist ghc-options: -Wall