taskell: unbreak build

taskell requires brick <= 1.0
This commit is contained in:
Aaron VonderHaar 2023-03-05 17:06:34 -08:00
parent 216e95c761
commit 5edaf6903c
2 changed files with 5 additions and 2 deletions

View file

@ -1783,7 +1783,11 @@ self: super: {
# Too strict version bounds on a bunch of libraries:
# https://github.com/smallhadroncollider/taskell/issues/100
# May be possible to remove at the next release (1.11.0)
taskell = doJailbreak super.taskell;
taskell = (doJailbreak super.taskell).override {
# Does not support brick >= 1.0
# https://github.com/smallhadroncollider/taskell/issues/125
brick = self.brick_0_70_1;
};
# Polyfill for GHCs from the integer-simple days that don't bundle ghc-bignum
ghc-bignum = super.ghc-bignum or self.mkDerivation {

View file

@ -5209,7 +5209,6 @@ broken-packages:
- tamarin-prover-utils
- Tape
- tapioca
- taskell
- TaskMonad
- tasty-auto
- tasty-autocollect