Bump upper version bounds to allow base-4.20

Bump the upper version bounds on `base` in the various `what4` packages, and
bump the `aig` submodule to bring in the changes from
https://github.com/GaloisInc/aig/pull/18.
This commit is contained in:
Ryan Scott 2024-09-17 11:13:44 -04:00
parent cb3dddd679
commit bf8938bc30
4 changed files with 4 additions and 4 deletions

2
dependencies/aig vendored

@ -1 +1 @@
Subproject commit 372d533621b24ffdc7e911b92f66ddb0fdc361a9
Subproject commit f8d96d733865791f2a950a46477c359f33c29c01

View File

@ -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,

View File

@ -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,

View File

@ -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