Skip to content

Commit

Permalink
chore(aeson): Bump Aeson to at least 2.0.
Browse files Browse the repository at this point in the history
We do this in order to ameliorate the DoS issue in previous versions.
  • Loading branch information
dhess committed Feb 7, 2022
1 parent db19735 commit 5e5542b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion primer-rel8/primer-rel8.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ library
-Wcompat -Widentities -Wredundant-constraints -fhide-source-paths

build-depends:
, aeson >=1.5.2.0 && <=2.1
, aeson ^>=2.0
, base >=4.12 && <=4.17
, bytestring >=0.10.8.2 && <=0.12
, containers >=0.6.0.1 && <=0.7
Expand Down
2 changes: 1 addition & 1 deletion primer-service/primer-service.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ library
-Wcompat -Widentities -Wredundant-constraints -fhide-source-paths

build-depends:
, aeson >=1.5.2.0 && <=2.1
, aeson ^>=2.0
, base >=4.12 && <=4.17
, exceptions >=0.10.4 && <=0.11
, http-media >=0.8 && <=0.9
Expand Down
2 changes: 1 addition & 1 deletion primer/primer.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ library
-Wcompat -Widentities -Wredundant-constraints -fhide-source-paths

build-depends:
, aeson >=1.5.2.0 && <=2.1
, aeson ^>=2.0
, base >=4.12 && <=4.17
, bytestring >=0.10.8.2 && <=0.12
, containers >=0.6.0.1 && <=0.7
Expand Down

0 comments on commit 5e5542b

Please sign in to comment.