diff --git a/package.yaml b/package.yaml index e137050..5b4c61d 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: curl-runnings -version: 0.16.3 +version: 0.16.4 github: aviaviavi/curl-runnings license: MIT author: Avi Press @@ -28,7 +28,7 @@ library: - Testing.CurlRunnings.Internal.KeyValuePairs - Testing.CurlRunnings.Internal.Payload dependencies: - - aeson >=1.2.4.0 + - aeson >=1.2.4.0 && <2.0 - bytestring >=0.10.8.2 - case-insensitive >=0.2.1 - base64-bytestring >=1.0.0.2 @@ -65,7 +65,7 @@ executables: - base >=4.7 - cmdargs >=0.10.20 - directory >=1.3.0.2 - - aeson >=1.2.4.0 + - aeson >=1.2.4.0 && <2.0 - http-conduit >=2.2.4 - bytestring >=0.10.8.2 - curl-runnings @@ -85,7 +85,7 @@ tests: - bytestring >=0.10.8.2 - curl-runnings - directory >=1.3.0.2 - - aeson >=1.2.4.0 + - aeson >=1.2.4.0 && <2.0 - hspec >= 2.4.4 - hspec-expectations >=0.8.2 - raw-strings-qq >= 1.1