From fc0c63d3697e9c880094d80013803c095316a364 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 27 May 2016 18:49:02 +0200 Subject: [PATCH] configuration-ghc-8.0.x.nix: update list of core packages --- pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix index 05784efb078..513df67ae0e 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix @@ -18,6 +18,7 @@ self: super: { directory = null; filepath = null; ghc-boot = null; + ghc-boot-th = null; ghc-prim = null; ghci = null; haskeline = null;