mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
haskellPackages.crucible*: use what4 >= 1.7
Explicitly requested by crucible-llvm.
This commit is contained in:
parent
993ded7ba7
commit
1f27ec8222
1 changed files with 9 additions and 1 deletions
|
@ -3084,7 +3084,15 @@ self: super:
|
|||
# 2025-04-13: jailbreak to allow th-abstraction >= 0.7
|
||||
crucible =
|
||||
assert super.crucible.version == "0.7.2";
|
||||
doJailbreak super.crucible;
|
||||
doJailbreak (
|
||||
super.crucible.override {
|
||||
what4 = self.what4_1_7;
|
||||
}
|
||||
);
|
||||
|
||||
crucible-llvm = super.crucible-llvm.override {
|
||||
what4 = self.what4_1_7;
|
||||
};
|
||||
|
||||
# Test suite invokes cabal-install in a way incompatible with our generic builder
|
||||
# (i.e. tries to re-use the ghc package db / environment from dist-newstyle).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue