Skip to content

Commit 9aa1f01

Browse files
authored
Merge pull request #1486 from GaloisInc/aeson-upper-bounds
upper bound on aeson version
2 parents cad2333 + 3fc8223 commit 9aa1f01

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

saw-remote-api/saw-remote-api.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ common errors
3535

3636
common deps
3737
build-depends: base >=4.11.1.0 && <4.15,
38-
aeson,
38+
aeson >= 1.4.2 && < 2.0,
3939
aig,
4040
argo,
4141
base64-bytestring,

saw-script.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ library
9191
, flexdis86
9292
, elf-edit
9393
, reflection
94-
, aeson
94+
, aeson >= 1.4.2 && < 2.0
9595

9696
hs-source-dirs: src
9797

0 commit comments

Comments
 (0)