Skip to content

Commit 17f4feb

Browse files
committed
bump: include only 9.6, 9.8 and 9.10 GHC versions
1 parent 3b50a20 commit 17f4feb

File tree

8 files changed

+14
-14
lines changed

8 files changed

+14
-14
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 ==9.4.7, GHC ==9.6.7, GHC ==9.8.4, GHC ==9.10.1, GHC ==9.12.2
8+
tested-with: GHC ==9.6.7, GHC ==9.8.4, GHC ==9.10.1
99

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

rollbar-cli/rollbar-cli.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ cabal-version: 1.12
44
--
55
-- see: https://github.com/sol/hpack
66
--
7-
-- hash: a83fc1986401d60e95b403c89a44ae9b8e952aa3427da2ef9c890fc974903626
7+
-- hash: 8f6bd66ca2b431b7af154b0cbaabb8381a717534c43db1561c9d4ebc4486880d
88

99
name: rollbar-cli
1010
version: 1.1.0
@@ -20,7 +20,7 @@ copyright: 2020-present Stack Builders Inc.
2020
license: MIT
2121
license-file: LICENSE
2222
tested-with:
23-
GHC ==9.4.7, GHC ==9.6.7, GHC ==9.8.4, GHC ==9.10.1, GHC ==9.12.2
23+
GHC ==9.6.7, GHC ==9.8.4, GHC ==9.10.1
2424
build-type: Simple
2525
extra-source-files:
2626
README.md

rollbar-client/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 ==9.4.7, GHC ==9.6.7, GHC ==9.8.4, GHC ==9.10.1, GHC ==9.12.2
8+
tested-with: GHC ==9.6.7, GHC ==9.8.4, GHC ==9.10.1
99

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

rollbar-client/rollbar-client.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ cabal-version: 1.12
44
--
55
-- see: https://github.com/sol/hpack
66
--
7-
-- hash: a23531aa21650ed7c03cfe098d4d1162b8edbaa539991ff1e34b828954bb6c8d
7+
-- hash: 17dd5f3cfeecb37dab18d19a89e879082cb87d450484d6442d5d29c3c07f6ac6
88

99
name: rollbar-client
1010
version: 1.1.0
@@ -20,7 +20,7 @@ copyright: 2020-present Stack Builders Inc.
2020
license: MIT
2121
license-file: LICENSE
2222
tested-with:
23-
GHC ==9.4.7, GHC ==9.6.7, GHC ==9.8.4, GHC ==9.10.1, GHC ==9.12.2
23+
GHC ==9.6.7, GHC ==9.8.4, GHC ==9.10.1
2424
build-type: Simple
2525
extra-source-files:
2626
README.md
@@ -57,7 +57,7 @@ library
5757
, mtl >=2.2 && <3
5858
, process >=1.6 && <2
5959
, req >=2.1 && <4
60-
, text >=1.2 && <2.1
60+
, text >=1.2 && <2.2
6161
, unordered-containers >=0.2 && <1
6262
, yaml >=0.11 && <1
6363
default-language: Haskell2010

rollbar-wai/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 ==9.4.7, GHC ==9.6.7, GHC ==9.8.4, GHC ==9.10.1, GHC ==9.12.2
8+
tested-with: GHC ==9.6.7, GHC ==9.8.4, GHC ==9.10.1
99

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

rollbar-wai/rollbar-wai.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ cabal-version: 1.12
44
--
55
-- see: https://github.com/sol/hpack
66
--
7-
-- hash: b86fed99ff701f3fcad9f738afc390815821aa0fb67532db9332583377e86282
7+
-- hash: 4419308d935ac2c2c904f04bc2c6e6d009dada286117ef9bb4cc4305f6aea11f
88

99
name: rollbar-wai
1010
version: 1.1.0
@@ -21,7 +21,7 @@ copyright: 2020-present Stack Builders Inc.
2121
license: MIT
2222
license-file: LICENSE
2323
tested-with:
24-
GHC ==9.4.7, GHC ==9.6.7, GHC ==9.8.4, GHC ==9.10.1, GHC ==9.12.2
24+
GHC ==9.6.7, GHC ==9.8.4, GHC ==9.10.1
2525
build-type: Simple
2626
extra-source-files:
2727
README.md
@@ -51,7 +51,7 @@ library
5151
, case-insensitive >=1.2 && <2
5252
, http-types >=0.12 && <1
5353
, rollbar-client >=1.0 && <2
54-
, text >=1.2 && <2.1
54+
, text >=1.2 && <2.2
5555
, unordered-containers >=0.2 && <1
5656
, wai >=3.2 && <4
5757
, wai-extra <3.1.17

rollbar-yesod/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 ==9.4.7, GHC ==9.6.7, GHC ==9.8.4, GHC ==9.10.1, GHC ==9.12.2
8+
tested-with: GHC ==9.6.7, GHC ==9.8.4, GHC ==9.10.1
99

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

rollbar-yesod/rollbar-yesod.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ cabal-version: 1.12
44
--
55
-- see: https://github.com/sol/hpack
66
--
7-
-- hash: c61923a1f84423ec023148f3e9d0bc0c60770d5c5328de3a12ee3864b1b00f3a
7+
-- hash: 2b59759f80250c1aa7d3765ef87fdd788e005eae91db24bd89f4c820ed3988c2
88

99
name: rollbar-yesod
1010
version: 1.1.0
@@ -21,7 +21,7 @@ copyright: 2020-present Stack Builders Inc.
2121
license: MIT
2222
license-file: LICENSE
2323
tested-with:
24-
GHC ==9.4.7, GHC ==9.6.7, GHC ==9.8.4, GHC ==9.10.1, GHC ==9.12.2
24+
GHC ==9.6.7, GHC ==9.8.4, GHC ==9.10.1
2525
build-type: Simple
2626
extra-source-files:
2727
README.md

0 commit comments

Comments
 (0)