summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2017-09-01 13:48:53 +0000
committerMatthew Pickering <matthewtpickering@gmail.com>2017-09-01 13:49:56 +0000
commitd1ce5b69c0ab43c73c618c505738014d2bc43977 (patch)
treea7cbd8a42436e44cdaf1b67bfafb6a9d6f59c6ad /pkgs/development/haskell-modules
parentd13f7c54e30b5eb9e90f226d2a947f66a0ce1b38 (diff)
downloadnixlib-d1ce5b69c0ab43c73c618c505738014d2bc43977.tar
nixlib-d1ce5b69c0ab43c73c618c505738014d2bc43977.tar.gz
nixlib-d1ce5b69c0ab43c73c618c505738014d2bc43977.tar.bz2
nixlib-d1ce5b69c0ab43c73c618c505738014d2bc43977.tar.lz
nixlib-d1ce5b69c0ab43c73c618c505738014d2bc43977.tar.xz
nixlib-d1ce5b69c0ab43c73c618c505738014d2bc43977.tar.zst
nixlib-d1ce5b69c0ab43c73c618c505738014d2bc43977.zip
ghcHEAD: Add new boot packages to configuration file
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-head.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-head.nix b/pkgs/development/haskell-modules/configuration-ghc-head.nix
index 7cc325334587..f81920edd61a 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-head.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-head.nix
@@ -18,6 +18,9 @@ self: super: {
   deepseq = null;
   directory = null;
   filepath = null;
+  ghc-boot = null;
+  ghc-boot-th = null;
+  ghc-compact = null;
   ghc-prim = null;
   ghci = null;
   haskeline = null;