persistent-template 0.9.0 → 0.9.0.1
raw patch · 2 files changed
+4/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Database/Persist/TH.hs +2/−0
- persistent-template.cabal +2/−2
Database/Persist/TH.hs view
@@ -621,7 +621,9 @@ pack' :: String -> Text pack' = pack+#if !MIN_VERSION_text(0, 11, 2) {-# NOINLINE pack' #-}+#endif liftT :: Text -> Q Exp liftT t = [|pack' $(lift (unpack t))|]
persistent-template.cabal view
@@ -1,6 +1,6 @@ name: persistent-template-version: 0.9.0-license: BSD3+version: 0.9.0.1+license: MIT license-file: LICENSE author: Michael Snoyman <michael@snoyman.com> maintainer: Michael Snoyman <michael@snoyman.com>