File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change 14
14
before_install :
15
15
- sudo add-apt-repository -y ppa:hvr/ghc
16
16
- sudo apt-get update
17
- - sudo apt-get install alex-3.1.7 happy-1.19.5 cabal-install-1.24 ghc-$GHCVER
17
+ - sudo apt-get install alex-3.1.7 happy-1.19.5 cabal-install-3.0 ghc-$GHCVER
18
18
- export PATH=/opt/cabal/bin:/opt/ghc/$GHCVER/bin:/opt/alex/3.1.7/bin:/opt/happy/1.19.5/bin:$PATH
19
19
20
20
install :
21
- - cabal-1.24 update
22
- - cabal-1.24 install --only-dependencies --enable-tests;
21
+ - cabal-3.0 update
23
22
24
23
script :
25
- - cabal-1.24 configure --enable-tests
26
- - cabal-1.24 build
27
- - dist/build/testsuite/testsuite
28
- - cabal-1.24 check
29
- - cabal-1.24 haddock
30
- - cabal-1.24 sdist
24
+ - cabal-3.0 configure --enable-tests
25
+ - cabal-3.0 build
26
+ - cabal-3.0 test --test-show-details=streaming
27
+ - cabal-3.0 check
28
+ - cabal-3.0 haddock
29
+ - cabal-3.0 sdist
You can’t perform that action at this time.
0 commit comments