From 0340d4d0ea7d7bfcd7d5bfd88e952381b748b00b Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 26 Apr 2015 09:26:02 +0200 Subject: [PATCH] haskell-configuration-ghc-7.10.x: fix evaluation error --- 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 386ea60bea4..12f433c4a2c 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix @@ -219,6 +219,7 @@ self: super: { nettle-netkit = dontDistribute super.nettle-netkit; nettle-openflow = dontDistribute super.nettle-openflow; oberon0 = dontDistribute super.oberon0; + poly-arity = dontDistribute super.poly-arity; respond = dontDistribute super.respond; semi-iso = dontDistribute super.semi-iso; syntax = dontDistribute super.syntax;