haskellPackages.hoopl: Disable broken testsuite.
https://github.com/haskell/hoopl/issues/50
This commit is contained in:
@@ -1122,4 +1122,7 @@ self: super: {
|
|||||||
|
|
||||||
# https://github.com/MarcWeber/hasktags/issues/52
|
# https://github.com/MarcWeber/hasktags/issues/52
|
||||||
hasktags = dontCheck super.hasktags;
|
hasktags = dontCheck super.hasktags;
|
||||||
|
|
||||||
|
# https://github.com/haskell/hoopl/issues/50
|
||||||
|
hoopl = dontCheck super.hoopl;
|
||||||
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
|
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
|
||||||
|
|||||||
Reference in New Issue
Block a user