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:
committed by
Steve Chavez
parent
a3f4548a81
commit
bd2160db26
+2
-2
@@ -113,8 +113,8 @@ executable postgrest
|
||||
, hasql >= 1.4 && < 1.5
|
||||
, hasql-pool >= 0.5 && < 0.6
|
||||
, hasql-transaction >= 0.7.2 && < 1.1
|
||||
, hasql-notifications == 0.1.0.0
|
||||
, network < 3.2
|
||||
, hasql-notifications >= 0.1 && < 0.2
|
||||
, network >= 2.6 && < 3.2
|
||||
, postgrest
|
||||
, protolude >= 0.3 && < 0.4
|
||||
, retry >= 0.7.4 && < 0.9
|
||||
|
||||
Reference in New Issue
Block a user