mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
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.
|
||||
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 = overrideCabal (super.idris.overrideScope (self: super: {
|
||||
mkDerivation = drv: super.mkDerivation (drv // { doCheck = false; });
|
||||
|
Loading…
Reference in New Issue
Block a user