packages feed

snaplet-acid-state 0.2 → 0.2.1

raw patch · 2 files changed

+3/−3 lines, 2 filesdep ~snapPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: snap

API changes (from Hackage documentation)

Files

snaplet-acid-state.cabal view
@@ -1,5 +1,5 @@ name:           snaplet-acid-state-version:        0.2+version:        0.2.1 synopsis:       acid-state snaplet for Snap Framework description:    This snaplet makes it easy to use acid-state in a Snap                 application.@@ -27,7 +27,7 @@   build-depends:     acid-state                >= 0.6     && < 0.7,     base                      >= 4       && < 5,-    snap                      >= 0.6     && < 0.9,+    snap                      >= 0.6     && < 0.10,     text                      >= 0.11    && < 0.12    ghc-options: -Wall -fwarn-tabs -funbox-strict-fields
src/Snap/Snaplet/AcidState.hs view
@@ -50,7 +50,7 @@   --------------------------------------------------------------------------------- | Initializer that stores the state in the "state/[typeOf state]/"+-- | Initializer that stores the state in the \"state\/[typeOf state]\/\" -- directory. acidInit :: (A.IsAcidic st, Typeable st)          => st