From d405c97251be34d318550c97ad24f1f36153ee59 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 17 Apr 2015 19:10:21 +0200 Subject: [PATCH] haskell-ShellCheck build has been fixed upstream. --- pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix | 3 --- 1 file changed, 3 deletions(-) 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 d4b9f8459a2..f0303c00490 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix @@ -269,9 +269,6 @@ self: super: { cmdlib = markBroken super.cmdlib; laborantin-hs = dontDistribute super.laborantin-hs; - # https://github.com/koalaman/shellcheck/issues/352 - ShellCheck = markBroken super.ShellCheck; - # https://github.com/cartazio/arithmoi/issues/1 arithmoi = markBroken super.arithmoi; constructible = dontDistribute super.constructible;