Skip to content

Commit

Permalink
Constrain aeson to < 2.2 for cabal-based build
Browse files Browse the repository at this point in the history
  • Loading branch information
cdepillabout committed Aug 24, 2024
1 parent 6259bd9 commit 4be4a15
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vault-tool/vault-tool.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ library
http-client,
http-types,
http-client-tls,
aeson,
-- vault-tool doesn't yet work with new KeyValue constraint from aeson-2.2
aeson < 2.2,
unordered-containers,
time

Expand Down

0 comments on commit 4be4a15

Please sign in to comment.