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 a1a707f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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
4 changes: 2 additions & 2 deletions primer-service/primer-service.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ 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
, mtl >=2.2.2 && <=2.3
, openapi3 >=3.1.0 && <=3.2
, openapi3 ^>=3.2
, optics >=0.4 && <=0.5
, primer ^>=0.7
, servant >=0.18 && <=0.20
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 a1a707f

Please sign in to comment.