Skip to content

Commit 58f899e

Browse files
committed
ci(GHC): Drop version 8 and add 9.6, 9.8, 9.10, 9.12 as supported to
.cabal
1 parent 346d036 commit 58f899e

File tree

7 files changed

+8
-10
lines changed

7 files changed

+8
-10
lines changed

rollbar-cli/package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ license: MIT
55
author: "Stack Builders Inc."
66
maintainer: "David Mazarro <[email protected]>"
77
copyright: "2020-present Stack Builders Inc."
8-
tested-with: GHC ==8.8.4, GHC ==8.10.7, GHC ==9.4.7
8+
tested-with: GHC ==9.4.7, GHC ==9.6.7, GHC ==9.8.4, GHC ==9.10.1, GHC ==9.12.2
99

1010
extra-source-files:
1111
- README.md

rollbar-cli/rollbar-cli.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ copyright: 2020-present Stack Builders Inc.
2020
license: MIT
2121
license-file: LICENSE
2222
tested-with:
23-
GHC ==8.8.4, GHC ==8.10.7, GHC ==9.4.7
23+
GHC ==9.4.7, GHC ==9.6.7, GHC ==9.8.4, GHC ==9.10.1, GHC ==9.12.2
2424
build-type: Simple
2525
extra-source-files:
2626
README.md

rollbar-client/rollbar-client.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ copyright: 2020-present Stack Builders Inc.
2020
license: MIT
2121
license-file: LICENSE
2222
tested-with:
23-
GHC ==8.8.4, GHC ==8.10.7, GHC ==9.4.7
23+
GHC ==9.4.7, GHC ==9.6.7, GHC ==9.8.4, GHC ==9.10.1, GHC ==9.12.2
2424
build-type: Simple
2525
extra-source-files:
2626
README.md

rollbar-wai/package.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ license: MIT
55
author: "Stack Builders Inc."
66
maintainer: "David Mazarro <[email protected]>"
77
copyright: "2020-present Stack Builders Inc."
8-
tested-with: GHC ==8.8.4, GHC ==8.10.7, GHC ==9.4.7
8+
tested-with: GHC ==9.4.7, GHC ==9.6.7, GHC ==9.8.4, GHC ==9.10.1, GHC ==9.12.2
99

1010
extra-source-files:
1111
- README.md
@@ -15,7 +15,6 @@ synopsis: >
1515
Provides error reporting capabilities to WAI based applications through
1616
Rollbar API.
1717
category: Network
18-
1918
description: |
2019
Please see the README on GitHub at
2120
<https://github.com/stackbuilders/rollbar-haskell/tree/master/rollbar-wai>
@@ -48,7 +47,7 @@ library:
4847
- text >= 1.2 && < 2.1
4948
- unordered-containers >= 0.2 && < 1
5049
- wai >= 3.2 && < 4
51-
- wai-extra < 3.1.17 # TODO: update breaks yesod-core, see https://github.com/yesodweb/yesod/issues/1854
50+
- wai-extra < 3.1.17 # TODO: update breaks yesod-core, see https://github.com/yesodweb/yesod/issues/1854
5251

5352
executables:
5453
wai-example:

rollbar-wai/rollbar-wai.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ copyright: 2020-present Stack Builders Inc.
2121
license: MIT
2222
license-file: LICENSE
2323
tested-with:
24-
GHC ==8.8.4, GHC ==8.10.7, GHC ==9.4.7
24+
GHC ==9.4.7, GHC ==9.6.7, GHC ==9.8.4, GHC ==9.10.1, GHC ==9.12.2
2525
build-type: Simple
2626
extra-source-files:
2727
README.md

rollbar-yesod/package.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ license: MIT
55
author: "Stack Builders Inc."
66
maintainer: "David Mazarro <[email protected]>"
77
copyright: "2020-present Stack Builders Inc."
8-
tested-with: GHC ==8.8.4, GHC ==8.10.7, GHC ==9.4.7
8+
tested-with: GHC ==9.4.7, GHC ==9.6.7, GHC ==9.8.4, GHC ==9.10.1, GHC ==9.12.2
99

1010
extra-source-files:
1111
- README.md
@@ -16,7 +16,6 @@ synopsis: >
1616
Provides error reporting capabilities to Yesod applications through Rollbar
1717
API.
1818
category: Network
19-
2019
description: |
2120
Please see the README on GitHub at
2221
<https://github.com/stackbuilders/rollbar-haskell/tree/master/rollbar-yesod>

rollbar-yesod/rollbar-yesod.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ copyright: 2020-present Stack Builders Inc.
2121
license: MIT
2222
license-file: LICENSE
2323
tested-with:
24-
GHC ==8.8.4, GHC ==8.10.7, GHC ==9.4.7
24+
GHC ==9.4.7, GHC ==9.6.7, GHC ==9.8.4, GHC ==9.10.1, GHC ==9.12.2
2525
build-type: Simple
2626
extra-source-files:
2727
README.md

0 commit comments

Comments
 (0)