Merge pull request #108788 from expipiplus1/joe-nothunks
haskellPackages.nothunks: jailbreak to fix tests
This commit is contained in:
commit
6e80b3b7ae
@ -1570,4 +1570,8 @@ self: super: {
|
|||||||
# https://github.com/jaspervdj/profiteur/issues/33
|
# https://github.com/jaspervdj/profiteur/issues/33
|
||||||
profiteur = doJailbreak super.profiteur;
|
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
|
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
|
||||||
|
@ -8392,7 +8392,6 @@ broken-packages:
|
|||||||
- NoSlow
|
- NoSlow
|
||||||
- not-gloss-examples
|
- not-gloss-examples
|
||||||
- notcpp
|
- notcpp
|
||||||
- nothunks
|
|
||||||
- notifications-tray-icon
|
- notifications-tray-icon
|
||||||
- notmuch-haskell
|
- notmuch-haskell
|
||||||
- notmuch-web
|
- notmuch-web
|
||||||
|
Loading…
Reference in New Issue
Block a user