hpqtypes 1.4.3 → 1.4.4
raw patch · 2 files changed
+5/−2 lines, 2 filesdep ~QuickCheckdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: QuickCheck, base
API changes (from Hackage documentation)
Files
- CHANGELOG.md +3/−0
- hpqtypes.cabal +2/−2
CHANGELOG.md view
@@ -1,3 +1,6 @@+# hpqtypes-1.4.4 (2016-01-19)+* fix lower bound of base version+ # hpqtypes-1.4.3 (2015-10-09) * remove invalid FromSQL ZonedTime instance
hpqtypes.cabal view
@@ -1,5 +1,5 @@ name: hpqtypes-version: 1.4.3+version: 1.4.4 synopsis: Haskell bindings to libpqtypes description: Efficient and easy-to-use bindings to (slightly modified)@@ -106,7 +106,7 @@ , Database.PostgreSQL.PQTypes.Internal.C.Interface , Database.PostgreSQL.PQTypes.Internal.C.Get - build-depends: base >= 4.5 && < 5+ build-depends: base >= 4.6 && < 5 , text >= 0.11 , aeson >= 0.6.2.0 , bytestring >= 0.9