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