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;