Skip to content

Commit

Permalink
Merge pull request #30733 from LumiGuide/fix-fail
Browse files Browse the repository at this point in the history
haskell: ghcjs packages: fix build of fail
  • Loading branch information
peti authored Oct 23, 2017
2 parents 3bf2a51 + 68e05a3 commit 9e68c09
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/development/haskell-modules/configuration-ghcjs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 9e68c09

Please sign in to comment.