tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
haskellPackages.xmlhtml: Jailbreak for hspec 2.5
Shea Levy
7 years ago
38396acd
a7720d8a
+3
1 changed file
expand all
collapse all
unified
split
pkgs
development
haskell-modules
configuration-common.nix
+3
pkgs/development/haskell-modules/configuration-common.nix
reviewed
···
1125
1125
1126
1126
# https://github.com/haskell/hoopl/issues/50
1127
1127
hoopl = dontCheck super.hoopl;
1128
1128
+
1129
1129
+
# https://github.com/snapframework/xmlhtml/pull/37
1130
1130
+
xmlhtml = doJailbreak super.xmlhtml;
1128
1131
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super