haskell-ci: provide ShellCheck 0.7.1 to fix build

haskell-ci pins a specific version of ShellCheck as ShellCheck adds new
checks with new minor versions which may break CI checks.
This commit is contained in:
sternenseemann
2021-05-09 12:05:18 +02:00
parent 227cfc24fe
commit 2f2c1ca08e
3 changed files with 35 additions and 0 deletions
@@ -1864,4 +1864,10 @@ self: super: {
# 2021-05-09: Restrictive bound on hspec-golden. Dep removed in newer versions.
tomland = assert super.tomland.version == "1.3.2.0"; doJailbreak super.tomland;
# 2021-05-09 haskell-ci pins ShellCheck 0.7.1
# https://github.com/haskell-CI/haskell-ci/issues/507
haskell-ci = super.haskell-ci.override {
ShellCheck = self.ShellCheck_0_7_1;
};
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super