packages feed

snaplet-persistent 0.6.1 → 0.7.0

raw patch · 3 files changed

+7/−1 lines, 3 files

Files

CHANGELOG.md view
@@ -1,3 +1,6 @@+# 0.7.0+* Updates for newer versions of persistent (#23)+ # 0.6.1 * Add some extensions for persistent >= 2.10.5 (#21) * Drop support for GHC 8.0.2 and lower
snaplet-persistent.cabal view
@@ -1,5 +1,5 @@ name:           snaplet-persistent-version:        0.6.1+version:        0.7.0 synopsis:       persistent snaplet for the Snap Framework description:    Snaplet support for using the Postgresql database                 with a Snap Framework application via the persistent
src/Snap/Snaplet/Auth/Backends/Persistent/Types.hs view
@@ -1,3 +1,6 @@+{-# LANGUAGE FlexibleInstances          #-}+{-# LANGUAGE DerivingStrategies         #-}+{-# LANGUAGE DataKinds                  #-} {-# LANGUAGE DerivingStrategies         #-} {-# LANGUAGE EmptyDataDecls             #-} {-# LANGUAGE FlexibleContexts           #-}