tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
haskell: ghcjs packages: fix build of fail
Bas van Dijk
8 years ago
68e05a36
3bf2a516
+3
1 changed file
expand all
collapse all
unified
split
pkgs
development
haskell-modules
configuration-ghcjs.nix
+3
pkgs/development/haskell-modules/configuration-ghcjs.nix
···
68
68
69
69
## OTHER PACKAGES
70
70
71
71
+
# haddock throws the error: No input file(s).
72
72
+
fail = dontHaddock super.fail;
73
73
+
71
74
cereal = addBuildDepend super.cereal [ self.fail ];
72
75
73
76
entropy = overrideCabal super.entropy (old: {