Skip to content

Commit a4c0ead

Browse files
committed
Merge PR #453.
2 parents d7302a6 + ef57379 commit a4c0ead

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ matrix:
4141
- compiler: "ghc-8.8.3"
4242
# env: TEST=--disable-tests BENCH=--disable-benchmarks
4343
addons: {apt: {packages: [ghc-ppa-tools,cabal-install-3.0,ghc-8.8.3], sources: [hvr-ghc]}}
44-
- compiler: "ghc-head"
44+
- compiler: "ghc-8.10.1"
4545
# env: TEST=--disable-tests BENCH=--disable-benchmarks
46-
addons: {apt: {packages: [ghc-ppa-tools,cabal-install-head,ghc-head], sources: [hvr-ghc]}}
47-
allow_failures:
48-
- compiler: "ghc-head"
46+
addons: {apt: {packages: [ghc-ppa-tools,cabal-install-3.0,ghc-8.10.1], sources: [hvr-ghc]}}
47+
# allow_failures:
48+
# - compiler: "ghc-head"
4949

5050
before_install:
5151
- HC=${CC}

network.cabal

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@ extra-source-files:
4747
cbits/winSockErr.c cbits/cmsg.c
4848
homepage: https://github.com/haskell/network
4949
bug-reports: https://github.com/haskell/network/issues
50-
tested-with: GHC == 7.8.4
51-
, GHC == 7.10.3
52-
, GHC == 8.0.2
50+
tested-with: GHC == 8.0.2
5351
, GHC == 8.2.2
5452
, GHC == 8.4.4
55-
, GHC == 8.6.2
53+
, GHC == 8.6.5
54+
, GHC == 8.8.3
55+
, GHC == 8.10.1
5656

5757
library
5858
default-language: Haskell2010

0 commit comments

Comments
 (0)