persistent-template 2.1 → 2.1.0.1
raw patch · 3 files changed
+11/−4 lines, 3 filesdep ~monad-controlPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: monad-control
API changes (from Hackage documentation)
Files
- ChangeLog.md +3/−0
- README.md +4/−0
- persistent-template.cabal +4/−4
+ ChangeLog.md view
@@ -0,0 +1,3 @@+## 2.1.0.1++Support for monad-control 1.0
+ README.md view
@@ -0,0 +1,4 @@+## persistent-template++Provides Template Haskell helpers for persistent. For more information, see+[the chapter in the Yesod book](http://www.yesodweb.com/book/persistent).
persistent-template.cabal view
@@ -1,24 +1,24 @@ name: persistent-template-version: 2.1+version: 2.1.0.1 license: MIT license-file: LICENSE author: Michael Snoyman <michael@snoyman.com> maintainer: Michael Snoyman <michael@snoyman.com>, Greg Weber <greg@gregweber.info> synopsis: Type-safe, non-relational, multi-backend persistence.-description: This library provides just the general interface and helper functions. You must use a specific backend in order to make this useful.+description: Hackage documentation generation is not reliable. For up to date documentation, please see: <http://www.stackage.org/package/persistent-template>. category: Database, Yesod stability: Stable cabal-version: >= 1.8 build-type: Simple homepage: http://www.yesodweb.com/book/persistent bug-reports: https://github.com/yesodweb/persistent/issues-extra-source-files: test/main.hs+extra-source-files: test/main.hs ChangeLog.md README.md library build-depends: base >= 4 && < 5 , template-haskell , persistent >= 2.1 && < 3- , monad-control >= 0.2 && < 0.4+ , monad-control >= 0.2 && < 1.1 , bytestring >= 0.9 , text >= 0.5 , transformers >= 0.2 && < 0.5