diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index e1ac8503a13f..2a18901d9407 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1814,6 +1814,7 @@ self: super: { ] super.haskell-ci).overrideScope (self: super: { Cabal = self.Cabal_3_6_3_0; cabal-install-parsers = self.cabal-install-parsers_0_4_5; + ShellCheck = self.ShellCheck_0_8_0; }); large-hashable = lib.pipe (super.large-hashable.override { diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml index 563be6fa4337..fad4d57fdcec 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml @@ -157,6 +157,7 @@ extra-packages: - weeder == 2.2.* # 2022-02-21: preserve for GHC 8.10.7 - weeder == 2.3.* # 2022-05-31: preserve for GHC 9.0.2 - commonmark-extensions < 0.2.3.3 # 2022-12-17: required by emanote 1.0.0.0 (to avoid a bug in 0.2.3.3) + - ShellCheck == 0.8.0 # 2022-12-28: required by haskell-ci 0.14.3 package-maintainers: abbradar: