haskell-ng: need to use haddock-api-2.15 on ghc-7.8
This commit is contained in:
parent
d32e1215b6
commit
b8d75c66ee
@ -43,6 +43,9 @@ self: super: {
|
|||||||
# Configure build for mtl 2.1.x.
|
# Configure build for mtl 2.1.x.
|
||||||
mtl-compat = addBuildDepend (enableCabalFlag super.mtl-compat "two-point-one") self.transformers-compat;
|
mtl-compat = addBuildDepend (enableCabalFlag super.mtl-compat "two-point-one") self.transformers-compat;
|
||||||
|
|
||||||
|
# haddock-api 2.16 requires ghc>=7.10
|
||||||
|
haddock-api = super.haddock-api_2_15_0_2;
|
||||||
|
|
||||||
# Idris requires mtl 2.2.x.
|
# Idris requires mtl 2.2.x.
|
||||||
idris = overrideCabal (super.idris.overrideScope (self: super: {
|
idris = overrideCabal (super.idris.overrideScope (self: super: {
|
||||||
mkDerivation = drv: super.mkDerivation (drv // { doCheck = false; });
|
mkDerivation = drv: super.mkDerivation (drv // { doCheck = false; });
|
||||||
|
Loading…
x
Reference in New Issue
Block a user