Merge pull request #30733 from LumiGuide/fix-fail
haskell: ghcjs packages: fix build of fail
This commit is contained in:
commit
9e68c09026
1 changed files with 3 additions and 0 deletions
|
@ -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 a new issue