cereal: fix build on ghcjs

This commit is contained in:
Bas van Dijk 2016-10-14 00:31:24 +02:00
parent 4771ccd896
commit 79f6e39b93
1 changed files with 1 additions and 0 deletions

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