Try bumping connection bound to >=0.3

This commit is contained in:
Tom McLaughlin
2023-06-26 18:09:30 -07:00
parent b59287f500
commit 8990d265dc
2 changed files with 4 additions and 4 deletions

View File

@@ -52,7 +52,7 @@ library
, base >=4.7 && <5.0
, base64-bytestring
, bytestring >=0.10
, connection >=0.2
, connection >=0.3
, containers >=0.5
, data-default-class >=0.1
, either >=5.0
@@ -99,7 +99,7 @@ test-suite example
, base >=4.7 && <5.0
, base64-bytestring
, bytestring >=0.10
, connection >=0.2
, connection >=0.3
, containers >=0.5
, data-default-class >=0.1
, either >=5.0
@@ -152,7 +152,7 @@ test-suite spec
, base >=4.7 && <5.0
, base64-bytestring
, bytestring >=0.10
, connection >=0.2
, connection >=0.3
, containers >=0.5
, data-default-class >=0.1
, either >=5.0

View File

@@ -43,7 +43,7 @@ dependencies:
- aeson >=1.2 && <3
- attoparsec >=0.13
- jsonpath >=0.1 && <0.4
- connection >=0.2
- connection >=0.3
- containers >= 0.5
- data-default-class >=0.1
- either >=5.0