Try bumping connection bound to >=0.3
This commit is contained in:
@@ -52,7 +52,7 @@ library
|
|||||||
, base >=4.7 && <5.0
|
, base >=4.7 && <5.0
|
||||||
, base64-bytestring
|
, base64-bytestring
|
||||||
, bytestring >=0.10
|
, bytestring >=0.10
|
||||||
, connection >=0.2
|
, connection >=0.3
|
||||||
, containers >=0.5
|
, containers >=0.5
|
||||||
, data-default-class >=0.1
|
, data-default-class >=0.1
|
||||||
, either >=5.0
|
, either >=5.0
|
||||||
@@ -99,7 +99,7 @@ test-suite example
|
|||||||
, base >=4.7 && <5.0
|
, base >=4.7 && <5.0
|
||||||
, base64-bytestring
|
, base64-bytestring
|
||||||
, bytestring >=0.10
|
, bytestring >=0.10
|
||||||
, connection >=0.2
|
, connection >=0.3
|
||||||
, containers >=0.5
|
, containers >=0.5
|
||||||
, data-default-class >=0.1
|
, data-default-class >=0.1
|
||||||
, either >=5.0
|
, either >=5.0
|
||||||
@@ -152,7 +152,7 @@ test-suite spec
|
|||||||
, base >=4.7 && <5.0
|
, base >=4.7 && <5.0
|
||||||
, base64-bytestring
|
, base64-bytestring
|
||||||
, bytestring >=0.10
|
, bytestring >=0.10
|
||||||
, connection >=0.2
|
, connection >=0.3
|
||||||
, containers >=0.5
|
, containers >=0.5
|
||||||
, data-default-class >=0.1
|
, data-default-class >=0.1
|
||||||
, either >=5.0
|
, either >=5.0
|
||||||
|
|||||||
@@ -43,7 +43,7 @@ dependencies:
|
|||||||
- aeson >=1.2 && <3
|
- aeson >=1.2 && <3
|
||||||
- attoparsec >=0.13
|
- attoparsec >=0.13
|
||||||
- jsonpath >=0.1 && <0.4
|
- jsonpath >=0.1 && <0.4
|
||||||
- connection >=0.2
|
- connection >=0.3
|
||||||
- containers >= 0.5
|
- containers >= 0.5
|
||||||
- data-default-class >=0.1
|
- data-default-class >=0.1
|
||||||
- either >=5.0
|
- either >=5.0
|
||||||
|
|||||||
Reference in New Issue
Block a user