packages feed

snaplet-acid-state 0.2.5 → 0.2.6

raw patch · 2 files changed

+3/−2 lines, 2 files

Files

snaplet-acid-state.cabal view
@@ -1,5 +1,5 @@ name:           snaplet-acid-state-version:        0.2.5+version:        0.2.6 synopsis:       acid-state snaplet for Snap Framework description:    This snaplet makes it easy to use acid-state in a Snap                 application.
src/Snap/Snaplet/AcidState.hs view
@@ -8,7 +8,7 @@ {-# LANGUAGE RankNTypes                #-} {-# LANGUAGE ScopedTypeVariables       #-} module Snap.Snaplet.AcidState-  ( Acid+  ( Acid(..)   , HasAcid(..)   , acidInit   , acidInit'@@ -19,6 +19,7 @@   , query   , createCheckpoint   , closeAcidState+  , initWorker    , module Data.Acid   ) where