Update the deps

This commit is contained in:
Nikita Volkov 2014-08-11 19:10:18 +04:00
parent d5e432769f
commit 5fb0fe331f

View File

@ -49,16 +49,16 @@ library
HighSQL.Backend HighSQL.Backend
build-depends: build-depends:
-- template-haskell: -- template-haskell:
template-haskell == 2.8.*, template-haskell >= 2.8 && < 2.10,
-- parsing: -- parsing:
attoparsec == 0.11.*, attoparsec == 0.12.*,
-- database: -- database:
ex-pool == 0.2.*, ex-pool == 0.2.*,
-- data: -- data:
Decimal == 0.4.*, Decimal == 0.4.*,
time == 1.4.*, time == 1.4.*,
bytestring == 0.10.*, bytestring == 0.10.*,
text == 0.11.*, text == 1.1.*,
hashable == 1.2.*, hashable == 1.2.*,
-- control: -- control:
list-t >= 0.2.1 && < 0.3, list-t >= 0.2.1 && < 0.3,