groundhog-postgresql 0.8.0.2 → 0.8.0.3
raw patch · 2 files changed
+5/−2 lines, 2 filesdep ~groundhog
Dependency ranges changed: groundhog
Files
- changelog +3/−0
- groundhog-postgresql.cabal +2/−2
changelog view
@@ -1,3 +1,6 @@+0.8.0.3+* New typeclass to allow transaction rollback through ExceptT+ 0.8.0.2 * Remove upper bound for aeson
groundhog-postgresql.cabal view
@@ -1,5 +1,5 @@ name: groundhog-postgresql-version: 0.8.0.2+version: 0.8.0.3 license: BSD3 license-file: LICENSE author: Boris Lykah <lykahb@gmail.com>@@ -22,7 +22,7 @@ , bytestring >= 0.9 , blaze-builder >= 0.3 && < 0.5 , transformers >= 0.2.1 && < 0.6- , groundhog >= 0.8 && < 0.9+ , groundhog >= 0.8.0.1 && < 0.9 , monad-control >= 0.3 && < 1.1 , containers >= 0.2 , text >= 0.8