7 lines
110 B
Nix
7 lines
110 B
Nix
{ haskellLib }:
|
|
|
|
let inherit (haskellLib) dontHaddock;
|
|
in self: super: {
|
|
ghcjs = dontHaddock super.ghcjs;
|
|
}
|