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:
parent
1ee0f4378b
commit
4f28eac924
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user