From d1ce5b69c0ab43c73c618c505738014d2bc43977 Mon Sep 17 00:00:00 2001 From: Matthew Pickering Date: Fri, 1 Sep 2017 13:48:53 +0000 Subject: [PATCH] ghcHEAD: Add new boot packages to configuration file --- pkgs/development/haskell-modules/configuration-ghc-head.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-ghc-head.nix b/pkgs/development/haskell-modules/configuration-ghc-head.nix index 7cc32533458..f81920edd61 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;