haskell-hoopl: provide an un-versioned attribute for ghc 8.4.x

This used to be a core library in previous versions of GHC, but now it no
longer is.
This commit is contained in:
Peter Simons 2018-06-28 10:01:14 +02:00
parent 1ee0f4378b
commit 4f28eac924

View File

@ -23,6 +23,7 @@ self: super: {
ghc-prim = null;
ghci = null;
haskeline = null;
hoopl = self.hoopl_3_10_2_2; # no longer a core library in GHC 8.4.x
hpc = null;
integer-gmp = null;
mtl = null;