Merge pull request #30733 from LumiGuide/fix-fail

haskell: ghcjs packages: fix build of fail
This commit is contained in:
Peter Simons 2017-10-23 18:52:17 +01:00 committed by GitHub
commit 9e68c09026

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: {