summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-03-29 11:00:28 +0200
committerPeter Simons <simons@cryp.to>2018-03-29 20:46:31 +0200
commit508e583105f499ca5bed0bd6a8994f1ced2eb712 (patch)
tree2f6727e22f10c33acc586f964faa9644ed3e7161 /pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
parentc9f7afa05b5f75f7a8b12429d094c3c1a0cac3c7 (diff)
downloadnixlib-508e583105f499ca5bed0bd6a8994f1ced2eb712.tar
nixlib-508e583105f499ca5bed0bd6a8994f1ced2eb712.tar.gz
nixlib-508e583105f499ca5bed0bd6a8994f1ced2eb712.tar.bz2
nixlib-508e583105f499ca5bed0bd6a8994f1ced2eb712.tar.lz
nixlib-508e583105f499ca5bed0bd6a8994f1ced2eb712.tar.xz
nixlib-508e583105f499ca5bed0bd6a8994f1ced2eb712.tar.zst
nixlib-508e583105f499ca5bed0bd6a8994f1ced2eb712.zip
configuration-ghc-8.4.x.nix: update the list of core libraries
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix7
1 files changed, 2 insertions, 5 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
index 3cc64af2c4bc..877636fe56cc 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
@@ -8,9 +8,6 @@ self: super: {
   inherit (pkgs) llvmPackages;
 
   # 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;
   base = null;
   binary = null;
@@ -20,12 +17,11 @@ self: super: {
   deepseq = null;
   directory = null;
   filepath = null;
-  bin-package-db = null;
   ghc-boot = null;
   ghc-boot-th = null;
   ghc-compact = null;
-  ghci = null;
   ghc-prim = null;
+  ghci = null;
   haskeline = null;
   hpc = null;
   integer-gmp = null;
@@ -33,6 +29,7 @@ self: super: {
   parsec = null;
   pretty = null;
   process = null;
+  rts = null;
   stm = null;
   template-haskell = null;
   terminfo = null;