lol

haskellPackages.xmlhtml: Jailbreak for hspec 2.5

+3
+3
pkgs/development/haskell-modules/configuration-common.nix
··· 1125 1125 1126 1126 # https://github.com/haskell/hoopl/issues/50 1127 1127 hoopl = dontCheck super.hoopl; 1128 + 1129 + # https://github.com/snapframework/xmlhtml/pull/37 1130 + xmlhtml = doJailbreak super.xmlhtml; 1128 1131 } // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super