persistent-template 2.0.4 → 2.0.5
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~persistent
Dependency ranges changed: persistent
Files
persistent-template.cabal view
@@ -1,5 +1,5 @@ name: persistent-template-version: 2.0.4+version: 2.0.5 license: MIT license-file: LICENSE author: Michael Snoyman <michael@snoyman.com>@@ -17,7 +17,7 @@ library build-depends: base >= 4 && < 5 , template-haskell- , persistent >= 2.0.4 && < 2.1+ , persistent >= 2.0.5 && < 2.1 , monad-control >= 0.2 && < 0.4 , bytestring >= 0.9 , text >= 0.5