haskellPackages.taskell: unbreak
Requires a jailbreak currently because the hackage version bounds are somewhat outdated. Also regenerate the package set, so the next hydra evaluation picks up on this.
This commit is contained in:
@@ -1775,4 +1775,9 @@ self: super: {
|
|||||||
# https://github.com/serokell/haskell-crypto/issues/25
|
# https://github.com/serokell/haskell-crypto/issues/25
|
||||||
crypto-sodium = dontCheck super.crypto-sodium;
|
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;
|
||||||
|
|
||||||
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
|
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
|
||||||
|
|||||||
@@ -10671,7 +10671,6 @@ broken-packages:
|
|||||||
- target
|
- target
|
||||||
- task
|
- task
|
||||||
- task-distribution
|
- task-distribution
|
||||||
- taskell
|
|
||||||
- TaskMonad
|
- TaskMonad
|
||||||
- tasty-auto
|
- tasty-auto
|
||||||
- tasty-bdd
|
- tasty-bdd
|
||||||
|
|||||||
@@ -816,5 +816,4 @@ self: super: builtins.intersectAttrs super {
|
|||||||
|
|
||||||
# Tests access internet
|
# Tests access internet
|
||||||
prune-juice = dontCheck super.prune-juice;
|
prune-juice = dontCheck super.prune-juice;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -256697,8 +256697,6 @@ self: {
|
|||||||
testToolDepends = [ tasty-discover ];
|
testToolDepends = [ tasty-discover ];
|
||||||
description = "A command-line kanban board/task manager";
|
description = "A command-line kanban board/task manager";
|
||||||
license = lib.licenses.bsd3;
|
license = lib.licenses.bsd3;
|
||||||
hydraPlatforms = lib.platforms.none;
|
|
||||||
broken = true;
|
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"taskpool" = callPackage
|
"taskpool" = callPackage
|
||||||
|
|||||||
Reference in New Issue
Block a user