Skip to content
Snippets Groups Projects
Unverified Commit 3af0e00a authored by Mikolaj Konarski's avatar Mikolaj Konarski
Browse files

Bump also aeson version bound

parent 24bb7313
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