8 lines
209 B
Nix
Raw Normal View History

2018-05-12 17:11:41 -04:00
{ haskellLib }:
let inherit (haskellLib) dontCheck doJailbreak;
in self: super: {
haddock-library-ghcjs = dontCheck super.haddock-library-ghcjs;
haddock-api-ghcjs = doJailbreak super.haddock-api-ghcjs;
}