forked from mirrors/nixpkgs
configuration-ghc-7.10.x.nix: add missing core library names from GHC 8.x to fix evaluation
This commit is contained in:
parent
98c03caeac
commit
4825b607f8
|
@ -18,7 +18,10 @@ self: super: {
|
||||||
deepseq = null;
|
deepseq = null;
|
||||||
directory = null;
|
directory = null;
|
||||||
filepath = null;
|
filepath = null;
|
||||||
|
ghc-boot = null;
|
||||||
|
ghc-boot-th = null;
|
||||||
ghc-prim = null;
|
ghc-prim = null;
|
||||||
|
ghci = null;
|
||||||
haskeline = null;
|
haskeline = null;
|
||||||
hoopl = null;
|
hoopl = null;
|
||||||
hpc = null;
|
hpc = null;
|
||||||
|
|
Loading…
Reference in a new issue