From ee90f707a6891eb0c7b335b48cdf64ad3960f5b8 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 20 Apr 2015 16:47:41 +0200 Subject: [PATCH] haskell-configuration-ghc-7.10.x.nix: fix Hydra evaluation errors --- pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix index a97df0e5c1f..adbab46fd11 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix @@ -282,6 +282,7 @@ self: super: { ghci-diagrams = dontDistribute super.ghci-diagrams; ihaskell-diagrams = dontDistribute super.ihaskell-diagrams; nimber = dontDistribute super.nimber; + pell = dontDistribute super.pell; quadratic-irrational = dontDistribute super.quadratic-irrational; # https://github.com/kazu-yamamoto/ghc-mod/issues/467