cereal: fix build on ghcjs
This commit is contained in:
parent
4771ccd896
commit
79f6e39b93
|
@ -129,4 +129,5 @@ self: super:
|
||||||
# triggers an internal pattern match failure in haddock
|
# triggers an internal pattern match failure in haddock
|
||||||
# https://github.com/haskell/haddock/issues/553
|
# https://github.com/haskell/haddock/issues/553
|
||||||
wai = dontHaddock super.wai;
|
wai = dontHaddock super.wai;
|
||||||
|
cereal = addBuildDepend super.cereal [ self.fail ];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue