From 38396acd3be4f5d3e71be10be5d0431d6a16f271 Mon Sep 17 00:00:00 2001 From: Shea Levy Date: Fri, 17 Aug 2018 09:25:35 -0400 Subject: [PATCH] haskellPackages.xmlhtml: Jailbreak for hspec 2.5 --- pkgs/development/haskell-modules/configuration-common.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 86a381e5815..7999374a316 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -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