haskellPackages.copilot-theorem: fix build

This commit is contained in:
Wolfgang Walther 2025-04-13 22:09:36 +02:00
parent 10b8bc163b
commit aa65b426e7
No known key found for this signature in database
GPG key ID: B39893FA5F65CAE1

View file

@ -3001,6 +3001,10 @@ self: super:
dontCheck dontCheck
]; ];
copilot-theorem = lib.pipe super.copilot-theorem [
(addTestToolDepends (with pkgs; [ z3 ]))
];
# 2025-04-09: jailbreak to allow mtl >= 2.3, template-haskell >= 2.17, text >= 1.3 # 2025-04-09: jailbreak to allow mtl >= 2.3, template-haskell >= 2.17, text >= 1.3
egison-pattern-src-th-mode = egison-pattern-src-th-mode =
assert super.egison-pattern-src-th-mode.version == "0.2.1.2"; assert super.egison-pattern-src-th-mode.version == "0.2.1.2";