haskell-primitive: fix build with GHC 7.4.2

This commit is contained in:
Peter Simons 2015-01-17 14:02:29 +01:00
parent 3dae215667
commit 51457dd687
1 changed files with 3 additions and 0 deletions

View File

@ -48,4 +48,7 @@ self: super: {
# Haddock chokes on the prologue from the cabal file.
ChasingBottoms = dontHaddock super.ChasingBottoms;
# https://github.com/haskell/primitive/issues/16
primitive = dontCheck super.primitive;
}