multi-ghc-travis: update to latest version
And jailbreak to support building in an lts-11.x package set.
This commit is contained in:
parent
ae54293d46
commit
1c0126a26d
@ -8,9 +8,10 @@ mkDerivation {
|
|||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "haskell-CI";
|
owner = "haskell-CI";
|
||||||
repo = "haskell-ci";
|
repo = "haskell-ci";
|
||||||
rev = "a4962f1478089654d138da7a3807dfcf2cef4284";
|
rev = "7ca5d751c35c6dc43392397b4641c4611ed55121";
|
||||||
sha256 = "1qwknajabxcfz5w5g0yn30r8p0180wxp7pncr6nwfhszlhay0vb7";
|
sha256 = "04f9jcxqv1mn0rw31x23ns6xdhgqjv55blsksadwr25qn2521zxb";
|
||||||
};
|
};
|
||||||
|
jailbreak = true;
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
|
Loading…
Reference in New Issue
Block a user