Make cabals bound more consistent

Specifically, allow point-updates to hasql-notifications, and
give a reasonable lower bound for network (the version that comess
with GHC 8.0 on stackage).
This commit is contained in:
Robert Vollmert
2020-08-14 21:12:58 -05:00
committed by Steve Chavez
parent a3f4548a81
commit bd2160db26
+2 -2
View File
@@ -113,8 +113,8 @@ executable postgrest
, hasql >= 1.4 && < 1.5 , hasql >= 1.4 && < 1.5
, hasql-pool >= 0.5 && < 0.6 , hasql-pool >= 0.5 && < 0.6
, hasql-transaction >= 0.7.2 && < 1.1 , hasql-transaction >= 0.7.2 && < 1.1
, hasql-notifications == 0.1.0.0 , hasql-notifications >= 0.1 && < 0.2
, network < 3.2 , network >= 2.6 && < 3.2
, postgrest , postgrest
, protolude >= 0.3 && < 0.4 , protolude >= 0.3 && < 0.4
, retry >= 0.7.4 && < 0.9 , retry >= 0.7.4 && < 0.9