haskell: ghcjs packages: fix build of fail

This commit is contained in:
Bas van Dijk 2017-10-23 19:17:40 +02:00
parent 3bf2a5168a
commit 68e05a361d

View file

@ -68,6 +68,9 @@ self: super:
## OTHER PACKAGES
# haddock throws the error: No input file(s).
fail = dontHaddock super.fail;
cereal = addBuildDepend super.cereal [ self.fail ];
entropy = overrideCabal super.entropy (old: {