mirror of
https://github.com/nikita-volkov/hasql.git
synced 2024-11-30 00:55:22 +03:00
Update the deps
This commit is contained in:
parent
d5e432769f
commit
5fb0fe331f
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user