packages feed

Cabal revisions of snaplet-hasql-1.0.1

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

revision 1
-name:                snaplet-hasql-version:             1.0.1-synopsis:            A Hasql snaplet-license:             MIT-license-file:        LICENSE-author:              Mike Ledger-maintainer:          eleventynine@gmail.com-category:            Web-build-type:          Simple-cabal-version:       >=1.10-description:         A hasql snaplet, including an auth backend.-homepage:            https://github.com/mikeplus64/snaplet-hasql--data-files:-  resources/devel.cfg-  resources/auth/devel.cfg--source-repository head-  type:     git-  location: https://github.com/mikeplus64/snaplet-hasql.git--library-  exposed-modules:     Snap.Snaplet.Hasql,-                       Snap.Snaplet.Auth.Backends.Hasql-  other-modules:       Paths_snaplet_hasql-  build-depends:       base >=4.7 && <5.0, -                       lens, -                       mtl >=2.2, -                       hasql >=0.7,-                       hasql-backend >= 0.4,-                       clientsession >= 0.9,-                       configurator >= 0.3,-                       time >= 1.5,-                       text >= 1.0,-                       snap >=0.13,-                       bytestring >=0.10,-                       aeson >= 0.8 -  hs-source-dirs:      src-  default-language:    Haskell2010+name:                snaplet-hasql
+version:             1.0.1
+x-revision: 1
+synopsis:            A Hasql snaplet
+license:             MIT
+license-file:        LICENSE
+author:              Mike Ledger
+maintainer:          eleventynine@gmail.com
+category:            Web
+build-type:          Simple
+cabal-version:       >=1.10
+description:         A hasql snaplet, including an auth backend.
+homepage:            https://github.com/mikeplus64/snaplet-hasql
+
+data-files:
+  resources/devel.cfg
+  resources/auth/devel.cfg
+
+source-repository head
+  type:     git
+  location: https://github.com/mikeplus64/snaplet-hasql.git
+
+library
+  exposed-modules:     Snap.Snaplet.Hasql,
+                       Snap.Snaplet.Auth.Backends.Hasql
+  other-modules:       Paths_snaplet_hasql
+  build-depends:       base >=4.8 && <5.0, 
+                       lens, 
+                       mtl >=2.2, 
+                       hasql >=0.7,
+                       hasql-backend >= 0.4,
+                       clientsession >= 0.9,
+                       configurator >= 0.3,
+                       time >= 1.5,
+                       text >= 1.0,
+                       snap >=0.13,
+                       bytestring >=0.10,
+                       aeson >= 0.8 
+  hs-source-dirs:      src
+  default-language:    Haskell2010