Skip to content

Commit 64f3543

Browse files
authored
bump "tested-with" ghc versions. (#1350)
1 parent 81ce303 commit 64f3543

File tree

11 files changed

+171
-224
lines changed

11 files changed

+171
-224
lines changed

.travis.yml

Lines changed: 159 additions & 152 deletions
Large diffs are not rendered by default.

servant-client-core/servant-client-core.cabal

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,8 @@ author: Servant Contributors
1616
maintainer: [email protected]
1717
copyright: 2014-2016 Zalora South East Asia Pte Ltd, 2016-2019 Servant Contributors
1818
build-type: Simple
19-
tested-with:
20-
GHC ==8.0.2
21-
|| ==8.2.2
22-
|| ==8.4.4
23-
|| ==8.6.5
24-
|| ==8.8.3
25-
|| ==8.10.1
26-
, GHCJS == 8.4
19+
tested-with: GHC ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.2
20+
, GHCJS == 8.4
2721

2822
extra-source-files:
2923
CHANGELOG.md

servant-client/servant-client.cabal

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,7 @@ author: Servant Contributors
2020
maintainer: [email protected]
2121
copyright: 2014-2016 Zalora South East Asia Pte Ltd, 2016-2019 Servant Contributors
2222
build-type: Simple
23-
tested-with:
24-
GHC ==8.0.2
25-
|| ==8.2.2
26-
|| ==8.4.4
27-
|| ==8.6.5
28-
|| ==8.8.3
29-
|| ==8.10.1
23+
tested-with: GHC ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.2
3024

3125
extra-source-files:
3226
CHANGELOG.md

servant-conduit/servant-conduit.cabal

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,7 @@ author: Servant Contributors
1616
maintainer: [email protected]
1717
copyright: 2018-2019 Servant Contributors
1818
build-type: Simple
19-
tested-with:
20-
GHC ==8.0.2
21-
|| ==8.2.2
22-
|| ==8.4.4
23-
|| ==8.6.5
24-
|| ==8.8.3
25-
|| ==8.10.1
19+
tested-with: GHC ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.2
2620

2721
extra-source-files:
2822
CHANGELOG.md

servant-docs/servant-docs.cabal

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,7 @@ author: Servant Contributors
1919
maintainer: [email protected]
2020
copyright: 2014-2016 Zalora South East Asia Pte Ltd, 2016-2019 Servant Contributors
2121
build-type: Simple
22-
tested-with:
23-
GHC ==8.0.2
24-
|| ==8.2.2
25-
|| ==8.4.4
26-
|| ==8.6.5
27-
|| ==8.8.3
28-
|| ==8.10.1
22+
tested-with: GHC ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.2
2923

3024
extra-source-files:
3125
CHANGELOG.md

servant-foreign/servant-foreign.cabal

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,7 @@ author: Servant Contributors
2121
maintainer: [email protected]
2222
copyright: 2015-2019 Servant Contributors
2323
build-type: Simple
24-
tested-with:
25-
GHC ==8.0.2
26-
|| ==8.2.2
27-
|| ==8.4.4
28-
|| ==8.6.5
29-
|| ==8.8.3
30-
|| ==8.10.1
24+
tested-with: GHC ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.2
3125

3226
extra-source-files:
3327
CHANGELOG.md

servant-http-streams/servant-http-streams.cabal

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,7 @@ author: Servant Contributors
2020
maintainer: [email protected]
2121
copyright: 2019 Servant Contributors
2222
build-type: Simple
23-
tested-with:
24-
GHC ==8.0.2
25-
|| ==8.2.2
26-
|| ==8.4.4
27-
|| ==8.6.5
28-
|| ==8.8.3
29-
|| ==8.10.1
23+
tested-with: GHC ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.2
3024

3125
extra-source-files:
3226
CHANGELOG.md

servant-machines/servant-machines.cabal

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,7 @@ author: Servant Contributors
1616
maintainer: [email protected]
1717
copyright: 2018-2019 Servant Contributors
1818
build-type: Simple
19-
tested-with:
20-
GHC ==8.0.2
21-
|| ==8.2.2
22-
|| ==8.4.4
23-
|| ==8.6.5
24-
|| ==8.8.3
25-
|| ==8.10.1
19+
tested-with: GHC ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.2
2620

2721
extra-source-files:
2822
CHANGELOG.md

servant-pipes/servant-pipes.cabal

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,7 @@ author: Servant Contributors
1616
maintainer: [email protected]
1717
copyright: 2018-2019 Servant Contributors
1818
build-type: Simple
19-
tested-with:
20-
GHC ==8.0.2
21-
|| ==8.2.2
22-
|| ==8.4.4
23-
|| ==8.6.5
24-
|| ==8.8.3
25-
|| ==8.10.1
19+
tested-with: GHC ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.2
2620

2721
extra-source-files:
2822
CHANGELOG.md

servant-server/servant-server.cabal

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,7 @@ author: Servant Contributors
2323
maintainer: [email protected]
2424
copyright: 2014-2016 Zalora South East Asia Pte Ltd, 2016-2019 Servant Contributors
2525
build-type: Simple
26-
tested-with:
27-
GHC ==8.0.2
28-
|| ==8.2.2
29-
|| ==8.4.4
30-
|| ==8.6.5
31-
|| ==8.8.3
32-
|| ==8.10.1
26+
tested-with: GHC ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.2
3327

3428
extra-source-files:
3529
CHANGELOG.md

0 commit comments

Comments
 (0)