about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2020-02-29 11:34:32 +0100
committerPeter Simons <simons@cryp.to>2020-02-29 11:34:32 +0100
commit10da6658ad1fbe29da22bed9e05ce45975188d77 (patch)
tree54e47bb6422626fece6fdd97c45dbfea12dfaad8
parent8947cba1602a984e27376b15c405643b6be1f3dd (diff)
downloadnixlib-10da6658ad1fbe29da22bed9e05ce45975188d77.tar
nixlib-10da6658ad1fbe29da22bed9e05ce45975188d77.tar.gz
nixlib-10da6658ad1fbe29da22bed9e05ce45975188d77.tar.bz2
nixlib-10da6658ad1fbe29da22bed9e05ce45975188d77.tar.lz
nixlib-10da6658ad1fbe29da22bed9e05ce45975188d77.tar.xz
nixlib-10da6658ad1fbe29da22bed9e05ce45975188d77.tar.zst
nixlib-10da6658ad1fbe29da22bed9e05ce45975188d77.zip
ShellCheck: record the URL of the upstream issues our patches fix
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index b39b454b1d53..0901af4e7b31 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