hasql-postgres 0.10.3 → 0.10.3.1
raw patch · 2 files changed
+5/−2 lines, 2 filesdep ~attoparsecPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: attoparsec
API changes (from Hackage documentation)
Files
- CHANGELOG.md +3/−0
- hasql-postgres.cabal +2/−2
CHANGELOG.md view
@@ -1,3 +1,6 @@+# 0.10.3.1+* "attoparsec"-0.13 support+ # 0.10.3 * GHC 7.10 support
hasql-postgres.cabal view
@@ -1,7 +1,7 @@ name: hasql-postgres version:- 0.10.3+ 0.10.3.1 synopsis: A "PostgreSQL" backend for the "hasql" library description:@@ -75,7 +75,7 @@ -- template haskell: template-haskell == 2.*, -- parsers:- attoparsec >= 0.10 && < 0.13,+ attoparsec >= 0.10 && < 0.14, -- database: hasql-backend == 0.4.*, postgresql-binary == 0.5.*,