mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-11-27 11:13:48 +03:00
Update what4 dependency to 1.3 (#1346)
Among other things, `what4-1.3` includes a bugfix that allows `what4` to correctly invoke modern versions of Boolector.
This commit is contained in:
parent
31bfcc63f9
commit
0035d0bcf4
@ -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,
|
||||
@ -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
|
||||
|
@ -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,
|
||||
@ -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
|
||||
|
@ -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,
|
||||
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user