groundhog-postgresql 0.8 → 0.8.0.1
raw patch · 2 files changed
+5/−2 lines, 2 filesdep ~aesonPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: aeson
API changes (from Hackage documentation)
Files
- changelog +3/−0
- groundhog-postgresql.cabal +2/−2
changelog view
@@ -1,3 +1,6 @@+0.8.0.1+* Bump aeson to 1.2+ 0.8 * Support for GHC 8 * Support for HStore
groundhog-postgresql.cabal view
@@ -1,5 +1,5 @@ name: groundhog-postgresql-version: 0.8+version: 0.8.0.1 license: BSD3 license-file: LICENSE author: Boris Lykah <lykahb@gmail.com>@@ -16,7 +16,7 @@ library build-depends: base >= 4 && < 5- , aeson >= 0.8 && < 1.2+ , aeson >= 0.8 && < 1.3 , postgresql-simple >= 0.3 && < 0.6 , postgresql-libpq >= 0.6.1 , bytestring >= 0.9