multi-ghc-travis: patch to support latest ShellCheck version
This commit is contained in:
parent
19b4ec986a
commit
f8e77b3373
@ -1,7 +1,17 @@
|
||||
{ mkDerivation, ansi-terminal, base, bytestring, Cabal, containers
|
||||
, deepseq, Diff, directory, filepath, ShellCheck, stdenv, tasty
|
||||
, tasty-golden, transformers, fetchFromGitHub
|
||||
, tasty-golden, transformers, fetchFromGitHub, fetchpatch
|
||||
}:
|
||||
|
||||
let
|
||||
|
||||
newShellCheck = fetchpatch {
|
||||
url = https://github.com/haskell-CI/haskell-ci/pull/159.patch;
|
||||
sha256 = "17qn099lvfiii5z3hg24idmg4sk6ph7m2k940fsxzhqrad8fkjmw";
|
||||
};
|
||||
|
||||
in
|
||||
|
||||
mkDerivation {
|
||||
pname = "haskell-ci";
|
||||
version = "0";
|
||||
@ -11,6 +21,7 @@ mkDerivation {
|
||||
rev = "db63eb7f2eaa64b7b0e4759e98258fea2a27a424";
|
||||
sha256 = "0ff55zafx7561s1yps7aw83ws4vcpc5cq9r6bbckaagvwwla0dcq";
|
||||
};
|
||||
patches = [ newShellCheck ];
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
|
Loading…
Reference in New Issue
Block a user