haskellPackages.xmlhtml: Jailbreak for hspec 2.5

This commit is contained in:
Shea Levy 2018-08-17 09:25:35 -04:00
parent a7720d8a5e
commit 38396acd3b
No known key found for this signature in database
GPG key ID: 5C0BD6957D86FE27

View file

@ -1125,4 +1125,7 @@ self: super: {
# https://github.com/haskell/hoopl/issues/50
hoopl = dontCheck super.hoopl;
# https://github.com/snapframework/xmlhtml/pull/37
xmlhtml = doJailbreak super.xmlhtml;
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super