File tree 1 file changed +4
-4
lines changed
pkgs/development/tools/haskell/multi-ghc-travis
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
stdenv . mkDerivation rec {
4
4
name = "multi-ghc-travis-${ version } " ;
5
- version = "git-2017-05-18 " ;
5
+ version = "git-2017-05-24 " ;
6
6
7
7
buildInputs = [ ghc ] ;
8
8
9
9
src = fetchFromGitHub {
10
10
owner = "hvr" ;
11
11
repo = "multi-ghc-travis" ;
12
- rev = "3e1b3847583020f0e83c97fcf4bcfb7c90b78259 " ;
13
- sha256 = "0hnwp9gsv2rnkxqiw4cg1vdi7wccajx0i9ryhw4lfr8nhkizbsww " ;
12
+ rev = "c1dcbcbcd3eadcc63adeac65d63497885b422a44 " ;
13
+ sha256 = "12xss8wgsqs2fghrfl4h6g5wli6wn274zmdsq5zdcib2m7da5yw2 " ;
14
14
} ;
15
15
16
16
installPhase = ''
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
23
23
description = "Generate .travis.yml for multiple ghc versions" ;
24
24
homepage = "https://github.com/hvr/multi-ghc-travis" ;
25
25
license = licenses . bsd3 ;
26
- platforms = platforms . all ;
26
+ platforms = ghc . meta . platforms ;
27
27
maintainers = with maintainers ; [ jb55 ] ;
28
28
} ;
29
29
}
You can’t perform that action at this time.
0 commit comments