mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
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
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue