Skip to content

Commit

Permalink
Bump upper version bounds to allow base-4.20
Browse files Browse the repository at this point in the history
Bump the upper version bounds on `base` in the various `what4` packages, and
bump the `aig` submodule to bring in the changes from
GaloisInc/aig#18.
  • Loading branch information
RyanGlScott committed Sep 19, 2024
1 parent cb3dddd commit bf8938b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dependencies/aig
Submodule aig updated 1 files
+1 −1 aig.cabal
2 changes: 1 addition & 1 deletion what4-abc/what4-abc.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Description:

library
build-depends:
base >= 4.7 && < 4.20,
base >= 4.7 && < 4.21,
aig,
abcBridge >= 0.11,
bv-sized >= 1.0.0,
Expand Down
2 changes: 1 addition & 1 deletion what4-blt/what4-blt.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ common bldflags
library
import: bldflags
build-depends:
base >= 4.7 && < 4.20,
base >= 4.7 && < 4.21,
blt >= 0.12.1,
containers,
what4 >= 0.4,
Expand Down
2 changes: 1 addition & 1 deletion what4-transition-system/what4-transition-system.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ build-type: Simple
common dependencies
build-depends:
, ansi-wl-pprint ^>=0.6
, base >=4.12 && <4.20
, base >=4.12 && <4.21
, bytestring
, containers ^>=0.6
, io-streams
Expand Down

0 comments on commit bf8938b

Please sign in to comment.