haskellPackages.haskell-ci: pin to ShellCheck_0_8_0

This commit is contained in:
zowoq 2022-12-28 10:30:36 +10:00
parent 232b508059
commit 5cf58a844e
2 changed files with 2 additions and 0 deletions

View file

@ -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 {

View file

@ -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: