packages feed

Cabal revisions of snaplet-persistent-0.3

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

revision 1
-name:           snaplet-persistent-version:        0.3-synopsis:       persistent snaplet for the Snap Framework-description:    Snaplet support for using the Postgresql database-                with a Snap Framework application via the persistent-                package.  It also includes an authentication backend.-license:        BSD3-license-file:   LICENSE-author:         Soostone Inc. Ozgun Ataman, Doug Beardsley-maintainer:     ozataman@gmail.com, mightybyte@gmail.com-build-type:     Simple-cabal-version:  >= 1.6-homepage:       https://github.com/soostone/snaplet-persistent-category:       Web, Snap--extra-source-files:  LICENSE--data-files:-  schema.txt-  resources/db/devel.cfg-  resources/auth/devel.cfg--source-repository head-  type:     git-  location: https://github.com/soostone/snaplet-persistent.git--Library-  hs-source-dirs: src--  exposed-modules:-    Snap.Snaplet.Persistent-    Snap.Snaplet.Auth.Backends.Persistent--  other-modules:-    Snap.Snaplet.Auth.Backends.Persistent.Types -    Paths_snaplet_persistent--  build-depends:-    base                       >= 4       && < 5,-    bytestring                 >= 0.9.1   && < 0.11,-    clientsession              >= 0.7.2   && < 0.10,-    configurator               >= 0.2     && < 0.3,-    heist                      >= 0.13    && < 0.14,-    lens                       >= 3.7.0.1 && < 4.1,-    errors                     >= 1.4     && < 1.5,-    MonadCatchIO-transformers  >= 0.3     && < 0.4,-    monad-logger               >= 0.2.4   && < 0.4,-    mtl                        >= 2       && < 3,-    persistent                 >= 1.2     && < 1.4,-    persistent-postgresql      >= 1.2     && < 1.4,-    persistent-template        >= 1.2     && < 1.4,-    readable                   >= 0.1     && < 0.3,-    resource-pool-catchio      >= 0.2     && < 0.3,-    resourcet                  >= 0.4     && < 0.5,-    safe                       >= 0.3     && < 0.4,-    snap                       >= 0.13    && < 0.14,-    text                       >= 0.11    && < 1.2,-    time                       >= 1.1     && < 1.5,-    transformers               >= 0.2     && < 0.4,-    unordered-containers       >= 0.2     && < 0.3---  ghc-options: -Wall -fwarn-tabs -funbox-strict-fields-               -fno-warn-orphans -fno-warn-unused-do-bind+name:           snaplet-persistent
+version:        0.3
+x-revision: 1
+synopsis:       persistent snaplet for the Snap Framework
+description:    Snaplet support for using the Postgresql database
+                with a Snap Framework application via the persistent
+                package.  It also includes an authentication backend.
+license:        BSD3
+license-file:   LICENSE
+author:         Soostone Inc. Ozgun Ataman, Doug Beardsley
+maintainer:     ozataman@gmail.com, mightybyte@gmail.com
+build-type:     Simple
+cabal-version:  >= 1.6
+homepage:       https://github.com/soostone/snaplet-persistent
+category:       Web, Snap
+
+extra-source-files:  LICENSE
+
+data-files:
+  schema.txt
+  resources/db/devel.cfg
+  resources/auth/devel.cfg
+
+source-repository head
+  type:     git
+  location: https://github.com/soostone/snaplet-persistent.git
+
+Library
+  hs-source-dirs: src
+
+  exposed-modules:
+    Snap.Snaplet.Persistent
+    Snap.Snaplet.Auth.Backends.Persistent
+
+  other-modules:
+    Snap.Snaplet.Auth.Backends.Persistent.Types 
+    Paths_snaplet_persistent
+
+  build-depends:
+    base                       >= 4       && < 5,
+    bytestring                 >= 0.9.1   && < 0.11,
+    clientsession              >= 0.7.2   && < 0.10,
+    configurator               >= 0.2     && < 0.4,
+    heist                      >= 0.13    && < 0.14,
+    lens                       >= 3.7.0.1 && < 4.4,
+    errors                     >= 1.4     && < 1.5,
+    MonadCatchIO-transformers  >= 0.3     && < 0.4,
+    monad-logger               >= 0.2.4   && < 0.4,
+    mtl                        >= 2       && < 3,
+    persistent                 >= 1.2     && < 1.4,
+    persistent-postgresql      >= 1.2     && < 1.4,
+    persistent-template        >= 1.2     && < 1.4,
+    readable                   >= 0.1     && < 0.3,
+    resource-pool-catchio      >= 0.2     && < 0.3,
+    resourcet                  >= 0.4     && < 0.5,
+    safe                       >= 0.3     && < 0.4,
+    snap                       >= 0.13    && < 0.14,
+    text                       >= 0.11    && < 1.2,
+    time                       >= 1.1     && < 1.5,
+    transformers               >= 0.2     && < 0.4,
+    unordered-containers       >= 0.2     && < 0.3
+
+
+  ghc-options: -Wall -fwarn-tabs -funbox-strict-fields
+               -fno-warn-orphans -fno-warn-unused-do-bind