Skip to content

Commit d4f6206

Browse files
committed
Giving up on support for GHC 7.6
1 parent e2acfd1 commit d4f6206

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

.travis.yml

-6
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ sudo: false
77

88
matrix:
99
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-
1410
- env: CABALVER=1.18 GHCVER=7.8.4
1511
addons:
1612
apt: {packages: [cabal-install-1.18, ghc-7.8.4], sources: [hvr-ghc]}
@@ -40,8 +36,6 @@ script:
4036
# Option -fpedantic turns on additional wornings in addition to -Wall.
4137
- cabal configure -fpedantic
4238
- cabal build
43-
- cabal configure -fpedantic --enable-tests
44-
- cabal build
4539
- cabal test
4640

4741
# Following line tests if sdist package is created correctly.

dht-api.cabal

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ library
5050
, RankNTypes
5151

5252
build-depends:
53-
base >=4.6 && <5
53+
base >=4.7 && <5
5454

5555
, bytestring ==0.10.*
5656
, data-default-class ==0.0.*
@@ -109,7 +109,7 @@ test-suite unit-tests
109109

110110
build-depends:
111111
-- {{{ Dependencies of library --------------------------------------------
112-
base >=4.6 && <5
112+
base >=4.7 && <5
113113
, bytestring ==0.10.*
114114
, data-default-class ==0.0.*
115115
, exceptions >=0.7 && <0.9

0 commit comments

Comments
 (0)