Skip to content

Commit fbb5b2e

Browse files
committedJun 9, 2017
multi-ghc-travis: update to latest git version
1 parent bcf9af5 commit fbb5b2e

File tree

1 file changed

+4
-4
lines changed
  • pkgs/development/tools/haskell/multi-ghc-travis

1 file changed

+4
-4
lines changed
 

Diff for: ‎pkgs/development/tools/haskell/multi-ghc-travis/default.nix

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
stdenv.mkDerivation rec {
44
name = "multi-ghc-travis-${version}";
5-
version = "git-2017-05-18";
5+
version = "git-2017-05-24";
66

77
buildInputs = [ ghc ];
88

99
src = fetchFromGitHub {
1010
owner = "hvr";
1111
repo = "multi-ghc-travis";
12-
rev = "3e1b3847583020f0e83c97fcf4bcfb7c90b78259";
13-
sha256 = "0hnwp9gsv2rnkxqiw4cg1vdi7wccajx0i9ryhw4lfr8nhkizbsww";
12+
rev = "c1dcbcbcd3eadcc63adeac65d63497885b422a44";
13+
sha256 = "12xss8wgsqs2fghrfl4h6g5wli6wn274zmdsq5zdcib2m7da5yw2";
1414
};
1515

1616
installPhase = ''
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
2323
description = "Generate .travis.yml for multiple ghc versions";
2424
homepage = "https://github.com/hvr/multi-ghc-travis";
2525
license = licenses.bsd3;
26-
platforms = platforms.all;
26+
platforms = ghc.meta.platforms;
2727
maintainers = with maintainers; [ jb55 ];
2828
};
2929
}

0 commit comments

Comments
 (0)
Please sign in to comment.