hasql 0.7.3 → 0.7.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.cabal +2/−2
CHANGELOG.md view
@@ -1,3 +1,6 @@+# 0.7.3.1+* Attoparsec-0.13 support+ # 0.7.3 * GHC 7.10 support
hasql.cabal view
@@ -1,7 +1,7 @@ name: hasql version:- 0.7.3+ 0.7.3.1 synopsis: A minimalistic general high level API for relational databases description:@@ -101,7 +101,7 @@ -- template-haskell >= 2.8 && < 2.11, -- - attoparsec >= 0.10 && < 0.13,+ attoparsec >= 0.10 && < 0.14, -- vector < 0.11, text >= 1.0 && < 1.3,