From 10da6658ad1fbe29da22bed9e05ce45975188d77 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sat, 29 Feb 2020 11:34:32 +0100 Subject: [PATCH] ShellCheck: record the URL of the upstream issues our patches fix --- pkgs/development/haskell-modules/configuration-common.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index b39b454b1d5..0901af4e7b3 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -48,6 +48,7 @@ self: super: { # Needs older QuickCheck version attoparsec-varword = dontCheck super.attoparsec-varword; + # https://github.com/koalaman/shellcheck/issues/1778 ShellCheck = overrideCabal super.ShellCheck (drv: { patches = [ # cabal 3.0 support