haskellPackages.hoopl: Disable broken testsuite.

https://github.com/haskell/hoopl/issues/50
This commit is contained in:
Shea Levy 2018-08-17 09:02:24 -04:00
parent fe32659616
commit a07cc456bc
No known key found for this signature in database
GPG key ID: 5C0BD6957D86FE27

View file

@ -1122,4 +1122,7 @@ self: super: {
# https://github.com/MarcWeber/hasktags/issues/52
hasktags = dontCheck super.hasktags;
# https://github.com/haskell/hoopl/issues/50
hoopl = dontCheck super.hoopl;
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super