persistent-template 2.0.1 → 2.0.1.1
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~aesonPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: aeson
API changes (from Hackage documentation)
Files
persistent-template.cabal view
@@ -1,5 +1,5 @@ name: persistent-template-version: 2.0.1+version: 2.0.1.1 license: MIT license-file: LICENSE author: Michael Snoyman <michael@snoyman.com>@@ -23,7 +23,7 @@ , text >= 0.5 , transformers >= 0.2 && < 0.5 , containers- , aeson >= 0.7 && < 0.8+ , aeson >= 0.7 && < 0.9 , monad-logger , unordered-containers , tagged@@ -40,7 +40,7 @@ build-depends: base >= 4 && < 5 , persistent-template- , aeson >= 0.7 && < 0.8+ , aeson , hspec >= 1.3 , text , persistent