gingersnap 0.3.0.1 → 0.3.1.0
raw patch · 3 files changed
+6/−1 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- gingersnap.cabal +1/−1
- src/Gingersnap/Core.hs +3/−0
- test/Tests.hs +2/−0
gingersnap.cabal view
@@ -1,5 +1,5 @@ name: gingersnap-version: 0.3.0.1+version: 0.3.1.0 synopsis: Consistent and safe JSON APIs with snap-core and (by default) postgresql-simple description:
src/Gingersnap/Core.hs view
@@ -71,6 +71,9 @@ -- , module Snap.Core ) where +-- For GHC 7.8: can remove in the future+import Control.Applicative+ import Control.DeepSeq -- (NFData(rnf), deepseq) import qualified Control.Exception as E import Control.Monad
test/Tests.hs view
@@ -6,6 +6,8 @@ module Main where +import Control.Applicative -- For GHC 7.8+ import qualified Data.Map as Map import Database.PostgreSQL.Simple.Transaction as PSQL import Snap.Core