mirror of
https://github.com/nikita-volkov/hasql.git
synced 2024-12-27 20:44:30 +03:00
Relax deps
This commit is contained in:
parent
6135f5f980
commit
80026b8baf
@ -1,7 +1,7 @@
|
||||
name:
|
||||
hasql
|
||||
version:
|
||||
0.19.5
|
||||
0.19.6
|
||||
category:
|
||||
Hasql, Database, PostgreSQL
|
||||
synopsis:
|
||||
@ -78,10 +78,10 @@ library
|
||||
postgresql-libpq == 0.9.*,
|
||||
-- data:
|
||||
dlist >= 0.7 && < 0.8,
|
||||
aeson >= 0.7 && < 0.11,
|
||||
aeson >= 0.7 && < 0.12,
|
||||
uuid == 1.3.*,
|
||||
vector >= 0.10 && < 0.12,
|
||||
time >= 1.4 && < 1.6,
|
||||
time >= 1.4 && < 2,
|
||||
hashtables >= 1.1 && < 1.3,
|
||||
scientific >= 0.2 && < 0.4,
|
||||
text >= 1 && < 1.3,
|
||||
@ -94,7 +94,7 @@ library
|
||||
contravariant >= 1.3 && < 2,
|
||||
either >= 4.4.1 && < 5,
|
||||
mtl >= 2 && < 3,
|
||||
transformers >= 0.3 && < 0.5,
|
||||
transformers >= 0.3 && < 0.6,
|
||||
-- errors:
|
||||
loch-th == 0.2.*,
|
||||
placeholders == 0.1.*,
|
||||
|
Loading…
Reference in New Issue
Block a user