haskell-primitive: fix build with GHC 7.4.2
This commit is contained in:
parent
3dae215667
commit
51457dd687
|
@ -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;
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue