GHCJS: Fix 8.4 build
This commit is contained in:
parent
f8c229e12f
commit
27a48b714d
@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
let inherit (haskellLib) dontCheck doJailbreak;
|
let inherit (haskellLib) dontCheck doJailbreak;
|
||||||
in self: super: {
|
in self: super: {
|
||||||
haddock-library-ghcjs = dontCheck super.haddock-library-ghcjs;
|
haddock-library-ghcjs = doJailbreak (dontCheck super.haddock-library-ghcjs);
|
||||||
haddock-api-ghcjs = doJailbreak super.haddock-api-ghcjs;
|
haddock-api-ghcjs = doJailbreak super.haddock-api-ghcjs;
|
||||||
|
|
||||||
|
template-haskell-ghcjs = doJailbreak super.template-haskell-ghcjs;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user