packages feed

persistent-template 0.6.2 → 0.6.3

raw patch · 1 files changed

+2/−2 lines, 1 filesdep ~persistentPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: persistent

API changes (from Hackage documentation)

Files

persistent-template.cabal view
@@ -1,5 +1,5 @@ name:            persistent-template-version:         0.6.2+version:         0.6.3 license:         BSD3 license-file:    LICENSE author:          Michael Snoyman <michael@snoyman.com>@@ -15,7 +15,7 @@ library     build-depends:   base                     >= 4         && < 5                    , template-haskell-                   , persistent               >= 0.6.0     && < 0.7+                   , persistent               >= 0.6.2     && < 0.7                    , monad-control            >= 0.2       && < 0.3                    , text                     >= 0.5       && < 1.0     exposed-modules: Database.Persist.TH