Skip to content

Commit

Permalink
Merge pull request #19534 from LumiGuide/fix-cereal-on-ghcjs
Browse files Browse the repository at this point in the history
cereal: fix build on ghcjs
  • Loading branch information
peti committed Oct 14, 2016
2 parents 15bb24f + 79f6e39 commit c031945
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/development/haskell-modules/configuration-ghcjs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -129,4 +129,5 @@ self: super:
# triggers an internal pattern match failure in haddock
# https://github.com/haskell/haddock/issues/553
wai = dontHaddock super.wai;
cereal = addBuildDepend super.cereal [ self.fail ];
}

0 comments on commit c031945

Please sign in to comment.