File tree 2 files changed +2
-8
lines changed
2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,6 @@ sudo: false
7
7
8
8
matrix :
9
9
include :
10
- - env : CABALVER=1.16 GHCVER=7.6.3
11
- addons :
12
- apt : {packages: [cabal-install-1.16, ghc-7.6.3], sources: [hvr-ghc]}
13
-
14
10
- env : CABALVER=1.18 GHCVER=7.8.4
15
11
addons :
16
12
apt : {packages: [cabal-install-1.18, ghc-7.8.4], sources: [hvr-ghc]}
@@ -40,8 +36,6 @@ script:
40
36
# Option -fpedantic turns on additional wornings in addition to -Wall.
41
37
- cabal configure -fpedantic
42
38
- cabal build
43
- - cabal configure -fpedantic --enable-tests
44
- - cabal build
45
39
- cabal test
46
40
47
41
# Following line tests if sdist package is created correctly.
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ library
50
50
, RankNTypes
51
51
52
52
build-depends :
53
- base >= 4.6 && < 5
53
+ base >= 4.7 && < 5
54
54
55
55
, bytestring == 0.10. *
56
56
, data-default-class == 0.0. *
@@ -109,7 +109,7 @@ test-suite unit-tests
109
109
110
110
build-depends :
111
111
-- {{{ Dependencies of library --------------------------------------------
112
- base >= 4.6 && < 5
112
+ base >= 4.7 && < 5
113
113
, bytestring == 0.10. *
114
114
, data-default-class == 0.0. *
115
115
, exceptions >= 0.7 && < 0.9
You can’t perform that action at this time.
0 commit comments