1
1
# This Travis job script has been generated by a script via
2
2
#
3
- # haskell-ci '--benchmarks-jobs= >=7.10' '--ghc-head' '-- installed=-containers' '--installed=-binary' 'unordered-containers.cabal'
3
+ # haskell-ci '--benchmarks-jobs= >=7.10' '--installed=-containers' '--installed=-binary' 'unordered-containers.cabal'
4
4
#
5
5
# To regenerate the script (for example after adjusting tested-with) run
6
6
#
7
7
# haskell-ci regenerate
8
8
#
9
9
# For more information, see https://github.com/haskell-CI/haskell-ci
10
10
#
11
- # version: 0.10.1
11
+ # version: 0.10.2
12
12
#
13
13
version : ~> 1.0
14
14
language : c
57
57
- compiler : ghc-7.8.4
58
58
addons : {"apt":{"sources":[{"sourceline":"deb http://ppa.launchpad.net/hvr/ghc/ubuntu xenial main","key_url":"https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x063dab2bdc0b3f9fcebc378bff3aeacef6f88286"}],"packages":["ghc-7.8.4","cabal-install-3.2"]}}
59
59
os : linux
60
- - compiler : ghc-head
61
- addons : {"apt":{"sources":[{"sourceline":"deb http://ppa.launchpad.net/hvr/ghc/ubuntu xenial main","key_url":"https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x063dab2bdc0b3f9fcebc378bff3aeacef6f88286"}],"packages":["ghc-head","cabal-install-head"]}}
62
- os : linux
63
- allow_failures :
64
- - compiler : ghc-head
65
60
before_install :
66
61
- HC=$(echo "/opt/$CC/bin/ghc" | sed 's/-/\//')
67
62
- WITHCOMPILER="-w $HC"
@@ -80,7 +75,6 @@ before_install:
80
75
- BENCH=--enable-benchmarks
81
76
- if [ $HCNUMVER -lt 71000 ] ; then BENCH=--disable-benchmarks ; fi
82
77
- HEADHACKAGE=false
83
- - if [ $HCNUMVER -gt 81001 ] ; then HEADHACKAGE=true ; fi
84
78
- rm -f $CABALHOME/config
85
79
- |
86
80
echo "verbose: normal +nowrap +markoutput" >> $CABALHOME/config
@@ -98,17 +92,6 @@ before_install:
98
92
echo " prefix: $CABALHOME" >> $CABALHOME/config
99
93
echo "repository hackage.haskell.org" >> $CABALHOME/config
100
94
echo " url: http://hackage.haskell.org/" >> $CABALHOME/config
101
- - |
102
- if $HEADHACKAGE; then
103
- echo "allow-newer: $($HCPKG list --simple-output | sed -E 's/([a-zA-Z-]+)-[0-9.]+/*:\1/g')" >> $CABALHOME/config
104
- echo "repository head.hackage.ghc.haskell.org" >> $CABALHOME/config
105
- echo " url: https://ghc.gitlab.haskell.org/head.hackage/" >> $CABALHOME/config
106
- echo " secure: True" >> $CABALHOME/config
107
- echo " root-keys: 7541f32a4ccca4f97aea3b22f5e593ba2c0267546016b992dfadcd2fe944e55d" >> $CABALHOME/config
108
- echo " 26021a13b401500c8eb2761ca95c61f2d625bfef951b939a8124ed12ecf07329" >> $CABALHOME/config
109
- echo " f76d08be13e9a61a377a85e2fb63f4c5435d40f8feb3e12eb05905edb8cdea89" >> $CABALHOME/config
110
- echo " key-threshold: 3" >> $CABALHOME/config
111
- fi
112
95
install :
113
96
- ${CABAL} --version
114
97
- echo "$(${HC} --version) [$(${HC} --print-project-git-commit-id 2> /dev/null || echo '?')]"
@@ -172,5 +155,5 @@ script:
172
155
- rm -f cabal.project.local
173
156
- ${CABAL} v2-build $WITHCOMPILER --disable-tests --disable-benchmarks all
174
157
175
- # REGENDATA ("0.10.1 ",["--benchmarks-jobs= >=7.10","--ghc-head ","--installed=-containers","--installed=-binary","unordered-containers.cabal"])
158
+ # REGENDATA ("0.10.2 ",["--benchmarks-jobs= >=7.10","--installed=-containers","--installed=-binary","unordered-containers.cabal"])
176
159
# EOF
0 commit comments