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
1 changed files with 3 additions and 0 deletions
|
@ -18,7 +18,10 @@ self: super: {
|
|||
deepseq = null;
|
||||
directory = null;
|
||||
filepath = null;
|
||||
ghc-boot = null;
|
||||
ghc-boot-th = null;
|
||||
ghc-prim = null;
|
||||
ghci = null;
|
||||
haskeline = null;
|
||||
hoopl = null;
|
||||
hpc = null;
|
||||
|
|
Loading…
Reference in a new issue