File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -3,22 +3,25 @@ sudo: false
3
3
language : c
4
4
5
5
env :
6
- - GHCVER=7.8.4
7
- - GHCVER=7.10.2
6
+ - GHCVER=7.8.4 CABALVER=1.22
7
+ - GHCVER=7.10.3 CABALVER=1.22
8
+ - GHCVER=8.0.1 CABALVER=1.24
8
9
9
10
addons :
10
11
apt :
11
12
sources :
12
13
- hvr-ghc
13
14
packages :
14
15
- ghc-7.8.4
15
- - ghc-7.10.2
16
+ - ghc-7.10.3
17
+ - ghc-8.0.1
16
18
- cabal-install-1.22
19
+ - cabal-install-1.24
17
20
- libgmp-dev
18
21
19
22
install :
20
23
- (mkdir -p $HOME/.local/bin && cd $HOME/.local/bin && wget https://zalora-public.s3.amazonaws.com/tinc && chmod +x tinc)
21
- - export PATH=/opt/ghc/$GHCVER/bin:/opt/cabal/1.22 /bin:$PATH
24
+ - export PATH=/opt/ghc/$GHCVER/bin:/opt/cabal/$CABALVER /bin:$PATH
22
25
- ghc --version
23
26
- cabal --version
24
27
- travis_retry cabal update
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ library
29
29
http-types >= 0.8 && < 0.10 ,
30
30
servant == 0.7. *,
31
31
servant-server == 0.7. *,
32
- transformers >= 0.3 && < 0.5 ,
32
+ transformers >= 0.3 && < 0.6 ,
33
33
QuickCheck >= 2.7 && < 2.9 ,
34
34
wai >= 3.0 && < 3.3
35
35
hs-source-dirs : src
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ library
49
49
Servant.Utils.Links
50
50
Servant.Utils.Enter
51
51
build-depends :
52
- base >= 4.7 && < 4.9
52
+ base >= 4.7 && < 4.10
53
53
, base-compat >= 0.9
54
54
, aeson >= 0.7
55
55
, attoparsec >= 0.12
You can’t perform that action at this time.
0 commit comments