configuration-ghc-8.4.x.nix: update the list of core libraries
This commit is contained in:
parent
c9f7afa05b
commit
508e583105
@ -8,9 +8,6 @@ self: super: {
|
|||||||
inherit (pkgs) llvmPackages;
|
inherit (pkgs) llvmPackages;
|
||||||
|
|
||||||
# Disable GHC 8.4.x core libraries.
|
# Disable GHC 8.4.x core libraries.
|
||||||
#
|
|
||||||
# Verify against:
|
|
||||||
# ls /nix/store/wnh3kxra586h9wvxrn62g4lmsri2akds-ghc-8.4.20180115/lib/ghc-8.4.20180115/ -1 | sort | grep -e '-' | grep -Ev '(txt|h|targets)$'
|
|
||||||
array = null;
|
array = null;
|
||||||
base = null;
|
base = null;
|
||||||
binary = null;
|
binary = null;
|
||||||
@ -20,12 +17,11 @@ self: super: {
|
|||||||
deepseq = null;
|
deepseq = null;
|
||||||
directory = null;
|
directory = null;
|
||||||
filepath = null;
|
filepath = null;
|
||||||
bin-package-db = null;
|
|
||||||
ghc-boot = null;
|
ghc-boot = null;
|
||||||
ghc-boot-th = null;
|
ghc-boot-th = null;
|
||||||
ghc-compact = null;
|
ghc-compact = null;
|
||||||
ghci = null;
|
|
||||||
ghc-prim = null;
|
ghc-prim = null;
|
||||||
|
ghci = null;
|
||||||
haskeline = null;
|
haskeline = null;
|
||||||
hpc = null;
|
hpc = null;
|
||||||
integer-gmp = null;
|
integer-gmp = null;
|
||||||
@ -33,6 +29,7 @@ self: super: {
|
|||||||
parsec = null;
|
parsec = null;
|
||||||
pretty = null;
|
pretty = null;
|
||||||
process = null;
|
process = null;
|
||||||
|
rts = null;
|
||||||
stm = null;
|
stm = null;
|
||||||
template-haskell = null;
|
template-haskell = null;
|
||||||
terminfo = null;
|
terminfo = null;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user