packages feed

Cabal revisions of yesod-persistent-1.4.2

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-name:            yesod-persistent-version:         1.4.2-license:         MIT-license-file:    LICENSE-author:          Michael Snoyman <michael@snoyman.com>-maintainer:      Michael Snoyman <michael@snoyman.com>-synopsis:        Some helpers for using Persistent from Yesod.-category:        Web, Yesod, Database-stability:       Stable-cabal-version:   >= 1.8-build-type:      Simple-homepage:        http://www.yesodweb.com/-description:     API docs and the README are available at <http://www.stackage.org/package/yesod-persistent>-extra-source-files: README.md ChangeLog.md--library-    build-depends:   base                      >= 4        && < 5-                   , yesod-core                >= 1.4.0    && < 1.5-                   , persistent                >= 2.1      && < 2.7-                   , persistent-template       >= 2.1      && < 2.7-                   , transformers              >= 0.2.2-                   , blaze-builder-                   , conduit-                   , resourcet                 >= 0.4.5-                   , resource-pool-    exposed-modules: Yesod.Persist-                     Yesod.Persist.Core-    ghc-options:     -Wall--test-suite test-    type: exitcode-stdio-1.0-    main-is: Spec.hs-    hs-source-dirs: test-    other-modules: Yesod.PersistSpec-    build-depends: base-                 , hspec-                 , wai-extra-                 , yesod-core-                 , persistent-sqlite-                 , yesod-persistent-                 , conduit-                 , blaze-builder-                 , persistent-                 , text--source-repository head-  type:     git-  location: https://github.com/yesodweb/yesod+name:            yesod-persistent
+version:         1.4.2
+x-revision: 1
+license:         MIT
+license-file:    LICENSE
+author:          Michael Snoyman <michael@snoyman.com>
+maintainer:      Michael Snoyman <michael@snoyman.com>
+synopsis:        Some helpers for using Persistent from Yesod.
+category:        Web, Yesod, Database
+stability:       Stable
+cabal-version:   >= 1.8
+build-type:      Simple
+homepage:        http://www.yesodweb.com/
+description:     API docs and the README are available at <http://www.stackage.org/package/yesod-persistent>
+extra-source-files: README.md ChangeLog.md
+
+library
+    build-depends:   base                      >= 4        && < 5
+                   , yesod-core                >= 1.4.0    && < 1.5
+                   , persistent                >= 2.1      && < 2.8
+                   , persistent-template       >= 2.1      && < 2.8
+                   , transformers              >= 0.2.2
+                   , blaze-builder
+                   , conduit
+                   , resourcet                 >= 0.4.5
+                   , resource-pool
+    exposed-modules: Yesod.Persist
+                     Yesod.Persist.Core
+    ghc-options:     -Wall
+
+test-suite test
+    type: exitcode-stdio-1.0
+    main-is: Spec.hs
+    hs-source-dirs: test
+    other-modules: Yesod.PersistSpec
+    build-depends: base
+                 , hspec
+                 , wai-extra
+                 , yesod-core
+                 , persistent-sqlite
+                 , yesod-persistent
+                 , conduit
+                 , blaze-builder
+                 , persistent
+                 , text
+
+source-repository head
+  type:     git
+  location: https://github.com/yesodweb/yesod