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;
|
ghc-prim = null;
|
||||||
ghci = null;
|
ghci = null;
|
||||||
haskeline = null;
|
haskeline = null;
|
||||||
|
hoopl = self.hoopl_3_10_2_2; # no longer a core library in GHC 8.4.x
|
||||||
hpc = null;
|
hpc = null;
|
||||||
integer-gmp = null;
|
integer-gmp = null;
|
||||||
mtl = null;
|
mtl = null;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user