Skip to content
Snippets Groups Projects
Commit e414a65a authored by Mikolaj Konarski's avatar Mikolaj Konarski Committed by Mergify
Browse files

Bump also aeson version bound

(cherry picked from commit 3af0e00a)
parent 35f2f866
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ executable gen-spdx
hs-source-dirs: src
ghc-options: -Wall
build-depends:
, aeson ^>=1.4.1.0 || ^>=1.5.2.0
, aeson ^>=1.4.1.0 || ^>=1.5.2.0 || ^>=2.1.1.0
, base >=4.10 && <4.17
, bytestring
, containers
......@@ -34,7 +34,7 @@ executable gen-spdx-exc
hs-source-dirs: src
ghc-options: -Wall
build-depends:
, aeson ^>=1.4.1.0 || ^>=1.5.2.0
, aeson ^>=1.4.1.0 || ^>=1.5.2.0 || ^>=2.1.1.0
, base >=4.10 && <4.17
, bytestring
, containers
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment