Skip to content

Commit ad33b8c

Browse files
committed
Update build targets
The build targets in travis and in `test-with` were outdated. I've updated them to match the current state of the world.
1 parent 6d3e2e1 commit ad33b8c

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

.travis.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -28,22 +28,22 @@ matrix:
2828
include:
2929
- compiler: "ghc-7.8.4"
3030
# env: TEST=--disable-tests BENCH=--disable-benchmarks
31-
addons: {apt: {packages: [ghc-ppa-tools,cabal-install-2.0,ghc-7.8.4], sources: [hvr-ghc]}}
31+
addons: {apt: {packages: [ghc-ppa-tools,cabal-install-2.4,ghc-7.8.4], sources: [hvr-ghc]}}
3232
- compiler: "ghc-7.10.3"
3333
# env: TEST=--disable-tests BENCH=--disable-benchmarks
34-
addons: {apt: {packages: [ghc-ppa-tools,cabal-install-2.0,ghc-7.10.3], sources: [hvr-ghc]}}
34+
addons: {apt: {packages: [ghc-ppa-tools,cabal-install-2.4,ghc-7.10.3], sources: [hvr-ghc]}}
3535
- compiler: "ghc-8.0.2"
3636
# env: TEST=--disable-tests BENCH=--disable-benchmarks
37-
addons: {apt: {packages: [ghc-ppa-tools,cabal-install-2.0,ghc-8.0.2], sources: [hvr-ghc]}}
37+
addons: {apt: {packages: [ghc-ppa-tools,cabal-install-2.4,ghc-8.0.2], sources: [hvr-ghc]}}
3838
- compiler: "ghc-8.2.2"
3939
# env: TEST=--disable-tests BENCH=--disable-benchmarks
40-
addons: {apt: {packages: [ghc-ppa-tools,cabal-install-2.0,ghc-8.2.2], sources: [hvr-ghc]}}
40+
addons: {apt: {packages: [ghc-ppa-tools,cabal-install-2.4,ghc-8.2.2], sources: [hvr-ghc]}}
4141
- compiler: "ghc-8.4.4"
4242
# env: TEST=--disable-tests BENCH=--disable-benchmarks
43-
addons: {apt: {packages: [ghc-ppa-tools,cabal-install-2.0,ghc-8.4.4], sources: [hvr-ghc]}}
44-
- compiler: "ghc-8.6.1"
43+
addons: {apt: {packages: [ghc-ppa-tools,cabal-install-2.4,ghc-8.4.4], sources: [hvr-ghc]}}
44+
- compiler: "ghc-8.6.2"
4545
# env: TEST=--disable-tests BENCH=--disable-benchmarks
46-
addons: {apt: {packages: [ghc-ppa-tools,cabal-install-2.0,ghc-8.6.1], sources: [hvr-ghc]}}
46+
addons: {apt: {packages: [ghc-ppa-tools,cabal-install-2.4,ghc-8.6.2], sources: [hvr-ghc]}}
4747
- compiler: "ghc-head"
4848
# env: TEST=--disable-tests BENCH=--disable-benchmarks
4949
addons: {apt: {packages: [ghc-ppa-tools,cabal-install-head,ghc-head], sources: [hvr-ghc]}}

network.cabal

+2-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ tested-with: GHC == 7.8.4
4747
, GHC == 7.10.3
4848
, GHC == 8.0.2
4949
, GHC == 8.2.2
50-
, GHC == 8.4.3
50+
, GHC == 8.4.4
51+
, GHC == 8.6.2
5152

5253
library
5354
default-language: Haskell2010

0 commit comments

Comments
 (0)