File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,11 @@ cache:
12
12
13
13
matrix :
14
14
include :
15
- - env : TEST=MAIN GHC_VER=8.4.4 BUILD=CABAL CABAL_VER=2.2
15
+ - env :
16
+ GHC_VER=8.4.4
17
+ CABAL_VER=2.2
18
+ ALEX_VER=3.2.5
19
+ HAPPY_VER=1.19.12
16
20
addons :
17
21
apt :
18
22
packages :
@@ -22,14 +26,14 @@ matrix:
22
26
- hvr-ghc
23
27
24
28
before_install :
25
- - export PATH=/opt/ghc/$GHC_VER/bin:/opt/cabal/$CABAL_VER/bin:/opt/alex/3.1.7 /bin:/opt/happy/1.19.5 /bin:~/.cabal/bin/:$PATH;
29
+ - export PATH=/opt/ghc/$GHC_VER/bin:/opt/cabal/$CABAL_VER/bin:/opt/alex/$ALEX_VER /bin:/opt/happy/$HAPPY_VER /bin:~/.cabal/bin/:$PATH;
26
30
27
31
install :
28
32
- cabal update
29
33
- sed -i 's/^jobs:/-- jobs:/' $HOME/.cabal/config
30
34
31
35
# installing dependencies
32
- - cabal install alex happy cpphs
36
+ - cabal install alex-$ALEX_VER happy-$HAPPY_VER cpphs
33
37
34
38
# installing Agda
35
39
# Even if there seems to be duplicated code for master & experimental,
You can’t perform that action at this time.
0 commit comments