Merge pull request #219776 from avh4/unbreak-taskell

taskell: unbreak build
This commit is contained in:
Dennis Gosnell
2023-03-06 13:22:09 +09:00
committed by GitHub
2 changed files with 5 additions and 5 deletions
@@ -1780,10 +1780,11 @@ self: super: {
# https://github.com/serokell/haskell-crypto/issues/25
crypto-sodium = dontCheck super.crypto-sodium;
# 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 = 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 {
@@ -5209,7 +5209,6 @@ broken-packages:
- tamarin-prover-utils
- Tape
- tapioca
- taskell
- TaskMonad
- tasty-auto
- tasty-autocollect