packages feed

persistent-template 1.1.2 → 1.1.2.1

raw patch · 2 files changed

+2/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

Database/Persist/TH.hs view
@@ -214,7 +214,7 @@     force = "!force" `elem` attrs      go :: (FieldType, IsNullable) -> (Strict, Type)-    go (ft, Nullable _) | not force = error nullErrMsg+    go (_, Nullable _) | not force = error nullErrMsg     go (ft, y) = (NotStrict, pairToType mps backend (ft, y))      lookup3 :: Text -> [FieldDef] -> (FieldType, IsNullable)
persistent-template.cabal view
@@ -1,5 +1,5 @@ name:            persistent-template-version:         1.1.2+version:         1.1.2.1 license:         MIT license-file:    LICENSE author:          Michael Snoyman <michael@snoyman.com>