1
1
# This Travis job script has been generated by a script via
2
2
#
3
- # haskell-ci 'GLUT.cabal' '--output' '.travis.yml'
3
+ # haskell-ci 'GLUT.cabal' '--output' '.travis.yml' '--apt' 'freeglut3-dev'
4
4
#
5
5
# For more information, see https://github.com/haskell-CI/haskell-ci
6
6
#
@@ -27,28 +27,28 @@ before_cache:
27
27
matrix :
28
28
include :
29
29
- compiler : ghc-8.8.1
30
- addons : {"apt":{"sources":["hvr-ghc"],"packages":["ghc-8.8.1","cabal-install-3.0"]}}
30
+ addons : {"apt":{"sources":["hvr-ghc"],"packages":["ghc-8.8.1","cabal-install-3.0","freeglut3-dev" ]}}
31
31
env : GHCHEAD=true
32
32
- compiler : ghc-8.6.5
33
- addons : {"apt":{"sources":["hvr-ghc"],"packages":["ghc-8.6.5","cabal-install-2.4"]}}
33
+ addons : {"apt":{"sources":["hvr-ghc"],"packages":["ghc-8.6.5","cabal-install-2.4","freeglut3-dev" ]}}
34
34
- compiler : ghc-8.4.3
35
- addons : {"apt":{"sources":["hvr-ghc"],"packages":["ghc-8.4.3","cabal-install-2.4"]}}
35
+ addons : {"apt":{"sources":["hvr-ghc"],"packages":["ghc-8.4.3","cabal-install-2.4","freeglut3-dev" ]}}
36
36
- compiler : ghc-8.2.2
37
- addons : {"apt":{"sources":["hvr-ghc"],"packages":["ghc-8.2.2","cabal-install-2.4"]}}
37
+ addons : {"apt":{"sources":["hvr-ghc"],"packages":["ghc-8.2.2","cabal-install-2.4","freeglut3-dev" ]}}
38
38
- compiler : ghc-8.0.2
39
- addons : {"apt":{"sources":["hvr-ghc"],"packages":["ghc-8.0.2","cabal-install-2.4"]}}
39
+ addons : {"apt":{"sources":["hvr-ghc"],"packages":["ghc-8.0.2","cabal-install-2.4","freeglut3-dev" ]}}
40
40
- compiler : ghc-7.10.3
41
- addons : {"apt":{"sources":["hvr-ghc"],"packages":["ghc-7.10.3","cabal-install-2.4"]}}
41
+ addons : {"apt":{"sources":["hvr-ghc"],"packages":["ghc-7.10.3","cabal-install-2.4","freeglut3-dev" ]}}
42
42
- compiler : ghc-7.8.4
43
- addons : {"apt":{"sources":["hvr-ghc"],"packages":["ghc-7.8.4","cabal-install-2.4"]}}
43
+ addons : {"apt":{"sources":["hvr-ghc"],"packages":["ghc-7.8.4","cabal-install-2.4","freeglut3-dev" ]}}
44
44
- compiler : ghc-7.6.3
45
- addons : {"apt":{"sources":["hvr-ghc"],"packages":["ghc-7.6.3","cabal-install-2.4"]}}
45
+ addons : {"apt":{"sources":["hvr-ghc"],"packages":["ghc-7.6.3","cabal-install-2.4","freeglut3-dev" ]}}
46
46
- compiler : ghc-7.4.2
47
- addons : {"apt":{"sources":["hvr-ghc"],"packages":["ghc-7.4.2","cabal-install-2.4"]}}
47
+ addons : {"apt":{"sources":["hvr-ghc"],"packages":["ghc-7.4.2","cabal-install-2.4","freeglut3-dev" ]}}
48
48
- compiler : ghc-7.2.2
49
- addons : {"apt":{"sources":["hvr-ghc"],"packages":["ghc-7.2.2","cabal-install-2.4"]}}
49
+ addons : {"apt":{"sources":["hvr-ghc"],"packages":["ghc-7.2.2","cabal-install-2.4","freeglut3-dev" ]}}
50
50
- compiler : ghc-7.0.4
51
- addons : {"apt":{"sources":["hvr-ghc"],"packages":["ghc-7.0.4","cabal-install-2.4"]}}
51
+ addons : {"apt":{"sources":["hvr-ghc"],"packages":["ghc-7.0.4","cabal-install-2.4","freeglut3-dev" ]}}
52
52
allow_failures :
53
53
- compiler : ghc-8.8.1
54
54
before_install :
@@ -166,5 +166,5 @@ script:
166
166
- rm -f cabal.project.local
167
167
- ${CABAL} v2-build -w ${HC} --disable-tests --disable-benchmarks all | color_cabal_output
168
168
169
- # REGENDATA ["GLUT.cabal","--output",".travis.yml"]
169
+ # REGENDATA ["GLUT.cabal","--output",".travis.yml","--apt","freeglut3-dev" ]
170
170
# EOF
0 commit comments