Dont haddock ghcjs in either version
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
{ haskellLib }:
|
||||
|
||||
let inherit (haskellLib) dontHaddock;
|
||||
in self: super: {
|
||||
ghcjs = dontHaddock super.ghcjs;
|
||||
}
|
||||
@@ -3,6 +3,6 @@
|
||||
let inherit (haskellLib) addBuildTools appendConfigureFlag dontHaddock doJailbreak;
|
||||
in self: super: {
|
||||
ghc-api-ghcjs = addBuildTools super.ghc-api-ghcjs [alex happy];
|
||||
ghcjs = appendConfigureFlag (doJailbreak super.ghcjs) "-fno-wrapper-install";
|
||||
ghcjs = dontHaddock (appendConfigureFlag (doJailbreak super.ghcjs) "-fno-wrapper-install");
|
||||
haddock-library-ghcjs = dontHaddock super.haddock-library-ghcjs;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user