configuration-ghc-7.10.x.nix: add missing core library names from GHC 8.x to fix evaluation

This commit is contained in:
Peter Simons 2016-05-28 13:13:24 +02:00
parent 98c03caeac
commit 4825b607f8

View file

@ -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;