Skip to content

Commit

Permalink
Update what4 dependency to 1.3 (#1346)
Browse files Browse the repository at this point in the history
Among other things, `what4-1.3` includes a bugfix that allows `what4` to
correctly invoke modern versions of Boolector.
  • Loading branch information
RyanGlScott authored Apr 25, 2022
1 parent 31bfcc6 commit 0035d0b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions cabal.GHC-8.10.7.config
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ constraints: any.Cabal ==3.2.1.0,
any.warp-tls ==3.3.2,
any.wcwidth ==0.0.2,
wcwidth -cli +split-base,
any.what4 ==1.2.1,
any.what4 ==1.3,
what4 -drealtestdisable -solvertests -stptestdisable,
any.witherable ==0.4.2,
any.word8 ==0.1.3,
Expand All @@ -306,4 +306,4 @@ constraints: any.Cabal ==3.2.1.0,
any.zlib ==0.6.2.3,
zlib -bundled-c-zlib -non-blocking-ffi -pkg-config,
any.zlib-bindings ==0.1.1.5
index-state: hackage.haskell.org 2022-01-13T19:44:37Z
index-state: hackage.haskell.org 2022-04-21T14:15:08Z
4 changes: 2 additions & 2 deletions cabal.GHC-8.8.4.config
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ constraints: any.Cabal ==3.0.1.0,
any.warp-tls ==3.3.2,
any.wcwidth ==0.0.2,
wcwidth -cli +split-base,
any.what4 ==1.2.1,
any.what4 ==1.3,
what4 -drealtestdisable -solvertests -stptestdisable,
any.witherable ==0.4.2,
any.word8 ==0.1.3,
Expand All @@ -307,4 +307,4 @@ constraints: any.Cabal ==3.0.1.0,
any.zlib ==0.6.2.3,
zlib -bundled-c-zlib -non-blocking-ffi -pkg-config,
any.zlib-bindings ==0.1.1.5
index-state: hackage.haskell.org 2022-01-13T19:44:37Z
index-state: hackage.haskell.org 2022-04-21T14:15:08Z
4 changes: 2 additions & 2 deletions cabal.GHC-9.0.2.config
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ constraints: any.Cabal ==3.4.1.0,
any.warp-tls ==3.3.2,
any.wcwidth ==0.0.2,
wcwidth -cli +split-base,
any.what4 ==1.2.1,
any.what4 ==1.3,
what4 -drealtestdisable -solvertests -stptestdisable,
any.witherable ==0.4.2,
any.word8 ==0.1.3,
Expand All @@ -307,4 +307,4 @@ constraints: any.Cabal ==3.4.1.0,
any.zlib ==0.6.2.3,
zlib -bundled-c-zlib -non-blocking-ffi -pkg-config,
any.zlib-bindings ==0.1.1.5
index-state: hackage.haskell.org 2022-01-13T19:44:37Z
index-state: hackage.haskell.org 2022-04-21T14:15:08Z
2 changes: 1 addition & 1 deletion cryptol.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ library
mtl >= 2.2.1,
time >= 1.6.0.1,
panic >= 0.3,
what4 >= 1.2 && < 1.3
what4 >= 1.3 && < 1.4

if impl(ghc >= 9.0)
build-depends: ghc-bignum >= 1.0 && < 1.3
Expand Down

0 comments on commit 0035d0b

Please sign in to comment.