1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-22 14:45:27 +00:00

Merge pull request #19534 from LumiGuide/fix-cereal-on-ghcjs

cereal: fix build on ghcjs
This commit is contained in:
Peter Simons 2016-10-14 16:52:02 +02:00 committed by GitHub
commit c031945a9f

View file

@ -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 ];
}