Relax base bounds for what4-abc and what4-blt

This commit is contained in:
Rob Dockins 2020-05-07 13:09:38 -07:00
parent a2a81b7ee2
commit 0a44276206
3 changed files with 3 additions and 3 deletions

2
dependencies/aig vendored

@ -1 +1 @@
Subproject commit f5cf71da841187c726b8511c79476ddfeb8ea3aa
Subproject commit b59077c065b659e985ee25966809dd448a0d595a

View File

@ -17,7 +17,7 @@ Description:
library
build-depends:
base >= 4.7 && < 4.14,
base >= 4.7 && < 4.15,
aig,
abcBridge >= 0.11,
ansi-wl-pprint,

View File

@ -16,7 +16,7 @@ Description:
library
build-depends:
base >= 4.7 && < 4.14,
base >= 4.7 && < 4.15,
ansi-wl-pprint,
blt >= 0.12.1,
containers,