haskellPackages.nothunks: jailbreak to fix tests
This commit is contained in:
parent
08fc5efd43
commit
2a9c1eb91e
@ -1556,4 +1556,8 @@ self: super: {
|
||||
# https://github.com/jaspervdj/profiteur/issues/33
|
||||
profiteur = doJailbreak super.profiteur;
|
||||
|
||||
# Test suite has overly strict bounds on tasty.
|
||||
# https://github.com/input-output-hk/nothunks/issues/9
|
||||
nothunks = doJailbreak super.nothunks;
|
||||
|
||||
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
|
||||
|
@ -8331,7 +8331,6 @@ broken-packages:
|
||||
- NoSlow
|
||||
- not-gloss-examples
|
||||
- notcpp
|
||||
- nothunks
|
||||
- notifications-tray-icon
|
||||
- notmuch-haskell
|
||||
- notmuch-web
|
||||
|
Loading…
Reference in New Issue
Block a user