Skip to content

Commit

Permalink
Impose lower version bounds on config-schema
Browse files Browse the repository at this point in the history
Fixes #852.
  • Loading branch information
RyanGlScott committed Sep 20, 2021
1 parent 0498a53 commit 6310b9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crux-llvm/crux-llvm.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ library
build-depends:
aeson,
bv-sized,
config-schema,
config-schema >= 1.2.2.0,
data-binary-ieee754,
logict,
llvm-pretty,
Expand Down
2 changes: 1 addition & 1 deletion crux/crux.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ library
raw-strings-qq,
simple-get-opt,
config-value,
config-schema,
config-schema >= 1.2.2.0,
semigroupoids,
unordered-containers,
xml,
Expand Down

0 comments on commit 6310b9c

Please sign in to comment.