packages feed

Cabal revisions of snaplet-acid-state-0.2.6.1

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

revision 1
-name:           snaplet-acid-state-version:        0.2.6.1-synopsis:       acid-state snaplet for Snap Framework-description:    This snaplet makes it easy to use acid-state in a Snap-                application.-license:        BSD3-license-file:   LICENSE-author:         Doug Beardsley-maintainer:     mightybyte@gmail.com-build-type:     Simple-cabal-version:  >= 1.6-homepage:       https://github.com/mightybyte/snaplet-acid-state-category:       Web, Snap--extra-source-files:  LICENSE--source-repository head-  type:     git-  location: https://github.com/mightybyte/snaplet-acid-state.git--Library-  hs-source-dirs: src--  exposed-modules:-    Snap.Snaplet.AcidState--  build-depends:-    acid-state                >= 0.6     && < 0.13,-    base                      >= 4       && < 5,-    snap                      >= 0.6     && < 0.14,-    text                      >= 0.11    && < 1.2--  ghc-options: -Wall -fwarn-tabs -funbox-strict-fields-               -fno-warn-orphans -fno-warn-unused-do-bind+name:           snaplet-acid-state
+version:        0.2.6.1
+x-revision: 1
+synopsis:       acid-state snaplet for Snap Framework
+description:    This snaplet makes it easy to use acid-state in a Snap
+                application.
+license:        BSD3
+license-file:   LICENSE
+author:         Doug Beardsley
+maintainer:     mightybyte@gmail.com
+build-type:     Simple
+cabal-version:  >= 1.6
+homepage:       https://github.com/mightybyte/snaplet-acid-state
+category:       Web, Snap
+
+extra-source-files:  LICENSE
+
+source-repository head
+  type:     git
+  location: https://github.com/mightybyte/snaplet-acid-state.git
+
+Library
+  hs-source-dirs: src
+
+  exposed-modules:
+    Snap.Snaplet.AcidState
+
+  build-depends:
+    acid-state                >= 0.6     && < 0.13,
+    base                      >= 4       && < 5,
+    snap                      >= 0.6     && < 0.14,
+    text                      >= 0.11    && < 1.3
+
+  ghc-options: -Wall -fwarn-tabs -funbox-strict-fields
+               -fno-warn-orphans -fno-warn-unused-do-bind