File tree 1 file changed +6
-9
lines changed
pkgs/development/tools/haskell/multi-ghc-travis
1 file changed +6
-9
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-2016-10-23 " ;
5
+ version = "git-2017-05-18 " ;
6
6
7
7
buildInputs = [ ghc ] ;
8
8
9
9
src = fetchFromGitHub {
10
10
owner = "hvr" ;
11
11
repo = "multi-ghc-travis" ;
12
- rev = "03dd35f3801d6af4224906d45e982a748de9960e " ;
13
- sha256 = "1s08n8diis22cafych66zihdnd5q3dkv8m6i3a2s5g5f1phsk3mi " ;
12
+ rev = "3e1b3847583020f0e83c97fcf4bcfb7c90b78259 " ;
13
+ sha256 = "0hnwp9gsv2rnkxqiw4cg1vdi7wccajx0i9ryhw4lfr8nhkizbsww " ;
14
14
} ;
15
15
16
- patchPhase = ''
17
- substituteInPlace make_travis_yml.hs --replace "make_travis_yml.hs" "multi-ghc-travis"
18
- '' ;
19
-
20
16
installPhase = ''
21
17
mkdir -p $out/bin
22
- ghc -O --make make_travis_yml_2.hs -o $out/bin/multi-ghc-travis
18
+ ghc -O --make make_travis_yml.hs -o $out/bin/make-travis-yml
19
+ ghc -O --make make_travis_yml_2.hs -o $out/bin/make-travis-yml-2
23
20
'' ;
24
21
25
22
meta = with stdenv . lib ; {
26
23
description = "Generate .travis.yml for multiple ghc versions" ;
27
24
homepage = "https://github.com/hvr/multi-ghc-travis" ;
28
- license = licenses . free ;
25
+ license = licenses . bsd3 ;
29
26
platforms = platforms . all ;
30
27
maintainers = with maintainers ; [ jb55 ] ;
31
28
} ;
You can’t perform that action at this time.
0 commit comments