Skip to content

Commit 2057cdf

Browse files
phadejhvr
authored andcommitted
Add GHC-8.8 travis job
1 parent b746e82 commit 2057cdf

File tree

8 files changed

+158
-123
lines changed

8 files changed

+158
-123
lines changed

.travis.yml

Lines changed: 143 additions & 108 deletions
Large diffs are not rendered by default.

example-client/example-client.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ copyright: Copyright 2015 Well-Typed LLP
1010
category: Distribution
1111
build-type: Simple
1212
cabal-version: >=1.10
13-
tested-with: GHC==8.6.4, GHC==8.4.4, GHC==8.2.2, GHC==8.0.2, GHC==7.10.3,
14-
GHC==7.8.4, GHC==7.6.3, GHC==7.4.2
13+
tested-with: GHC==8.8.1, GHC==8.6.5, GHC==8.4.4, GHC==8.2.2, GHC==8.0.2,
14+
GHC==7.10.3, GHC==7.8.4, GHC==7.6.3, GHC==7.4.2
1515

1616
flag use-network-uri
1717
description: Are we using network-uri?

hackage-repo-tool/hackage-repo-tool.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ category: Distribution
2424
homepage: https://github.com/haskell/hackage-security
2525
bug-reports: https://github.com/haskell/hackage-security/issues
2626
build-type: Simple
27-
tested-with: GHC==8.6.4, GHC==8.4.4, GHC==8.2.2, GHC==8.0.2, GHC==7.10.3,
28-
GHC==7.8.4, GHC==7.6.3, GHC==7.4.2
27+
tested-with: GHC==8.8.1, GHC==8.6.5, GHC==8.4.4, GHC==8.2.2, GHC==8.0.2,
28+
GHC==7.10.3, GHC==7.8.4, GHC==7.6.3, GHC==7.4.2
2929

3030
extra-source-files:
3131
ChangeLog.md

hackage-root-tool/hackage-root-tool.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ copyright: Copyright 2015 Well-Typed LLP
1414
category: Distribution
1515
build-type: Simple
1616
cabal-version: >=1.10
17-
tested-with: GHC==8.6.4, GHC==8.4.4, GHC==8.2.2, GHC==8.0.2, GHC==7.10.3,
18-
GHC==7.8.4, GHC==7.6.3, GHC==7.4.2
17+
tested-with: GHC==8.8.1, GHC==8.6.5, GHC==8.4.4, GHC==8.2.2, GHC==8.0.2,
18+
GHC==7.10.3, GHC==7.8.4, GHC==7.6.3, GHC==7.4.2
1919

2020
extra-source-files:
2121
ChangeLog.md

hackage-security-HTTP/hackage-security-HTTP.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ homepage: https://github.com/haskell/hackage-security
1515
bug-reports: https://github.com/haskell/hackage-security/issues
1616
build-type: Simple
1717
cabal-version: >=1.10
18-
tested-with: GHC==8.6.4, GHC==8.4.4, GHC==8.2.2, GHC==8.0.2, GHC==7.10.3,
19-
GHC==7.8.4, GHC==7.6.3, GHC==7.4.2
18+
tested-with: GHC==8.8.1, GHC==8.6.5, GHC==8.4.4, GHC==8.2.2, GHC==8.0.2,
19+
GHC==7.10.3, GHC==7.8.4, GHC==7.6.3, GHC==7.4.2
2020

2121
extra-source-files:
2222
ChangeLog.md

hackage-security-curl/hackage-security-curl.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ copyright: Copyright 2015 Well-Typed LLP
1414
category: Distribution
1515
build-type: Simple
1616
cabal-version: >=1.10
17-
tested-with: GHC==8.6.4, GHC==8.4.4, GHC==8.2.2, GHC==8.0.2, GHC==7.10.3,
18-
GHC==7.8.4, GHC==7.6.3, GHC==7.4.2
17+
tested-with: GHC==8.8.1, GHC==8.6.5, GHC==8.4.4, GHC==8.2.2, GHC==8.0.2,
18+
GHC==7.10.3, GHC==7.8.4, GHC==7.6.3, GHC==7.4.2
1919

2020
flag use-network-uri
2121
description: Are we using network-uri?

hackage-security-http-client/hackage-security-http-client.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@ copyright: Copyright 2015 Well-Typed LLP
1313
category: Distribution
1414
build-type: Simple
1515
cabal-version: >=1.10
16-
tested-with: GHC==8.6.4, GHC==8.4.4, GHC==8.2.2, GHC==8.0.2, GHC==7.10.3,
17-
GHC==7.8.4, GHC==7.6.3, GHC==7.4.2
16+
tested-with: GHC==8.8.1, GHC==8.6.5, GHC==8.4.4, GHC==8.2.2, GHC==8.0.2,
17+
GHC==7.10.3, GHC==7.8.4, GHC==7.6.3, GHC==7.4.2
1818

1919
flag use-network-uri
2020
description: Are we using network-uri?
2121
manual: False
2222

2323
library
2424
exposed-modules: Hackage.Security.Client.Repository.HttpLib.HttpClient
25-
build-depends: base >= 4.5 && < 4.13,
25+
build-depends: base >= 4.5 && < 4.14,
2626
bytestring >= 0.9,
2727
data-default-class >= 0.0,
2828
http-client >= 0.4 && < 0.6,

hackage-security/hackage-security.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ category: Distribution
2929
homepage: https://github.com/haskell/hackage-security
3030
bug-reports: https://github.com/haskell/hackage-security/issues
3131
build-type: Simple
32-
tested-with: GHC==8.6.4, GHC==8.4.4, GHC==8.2.2, GHC==8.0.2, GHC==7.10.3,
33-
GHC==7.8.4, GHC==7.6.3, GHC==7.4.2
32+
tested-with: GHC==8.8.1, GHC==8.6.5, GHC==8.4.4, GHC==8.2.2, GHC==8.0.2,
33+
GHC==7.10.3, GHC==7.8.4, GHC==7.6.3, GHC==7.4.2
3434

3535

3636
extra-source-files:

0 commit comments

Comments
 (0)