Update the Attoparsec dep

This commit is contained in:
Nikita Volkov 2015-05-15 08:05:49 +03:00
parent 7482cf2c55
commit 2ece62bd26
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,6 @@
# 0.7.3.1
* Attoparsec-0.13 support
# 0.7.3 # 0.7.3
* GHC 7.10 support * GHC 7.10 support

View File

@ -1,7 +1,7 @@
name: name:
hasql hasql
version: version:
0.7.3 0.7.3.1
synopsis: synopsis:
A minimalistic general high level API for relational databases A minimalistic general high level API for relational databases
description: description:
@ -101,7 +101,7 @@ library
-- --
template-haskell >= 2.8 && < 2.11, template-haskell >= 2.8 && < 2.11,
-- --
attoparsec >= 0.10 && < 0.13, attoparsec >= 0.10 && < 0.14,
-- --
vector < 0.11, vector < 0.11,
text >= 1.0 && < 1.3, text >= 1.0 && < 1.3,