Merge pull request #30733 from LumiGuide/fix-fail
haskell: ghcjs packages: fix build of fail
This commit is contained in:
commit
9e68c09026
@ -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: {
|
||||
|
Loading…
Reference in New Issue
Block a user