Skip to content

Commit 1ef4ed9

Browse files
committed
Add tested-with section to .cabal files
1 parent a47156f commit 1ef4ed9

File tree

6 files changed

+9
-3
lines changed

6 files changed

+9
-3
lines changed

rollbar-cli/package.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ license: MIT
55
author: "Stack Builders Inc."
66
maintainer: "Sebastián Estrella <[email protected]>"
77
copyright: "2020 Stack Builders Inc."
8+
tested-with: GHC ==8.6.5, GHC ==8.8.4, GHC ==8.10.2
89

910
extra-source-files:
1011
- README.md

rollbar-cli/rollbar-cli.cabal

Lines changed: 2 additions & 1 deletion
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: 55933ff10a608cb4266c1812ccb50f476f2f00e3295cb2db59d54fe5b47dd99f
7+
-- hash: 0c037b5ed21d3ebfa09783ececc0aab71aff3aae09a92516d554eceaa15d970c
88

99
name: rollbar-cli
1010
version: 0.1.0
@@ -18,6 +18,7 @@ maintainer: Sebastián Estrella <[email protected]>
1818
copyright: 2020 Stack Builders Inc.
1919
license: MIT
2020
license-file: LICENSE
21+
tested-with: GHC ==8.6.5, GHC ==8.8.4, GHC ==8.10.2
2122
build-type: Simple
2223
extra-source-files:
2324
README.md

rollbar-client/package.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ license: MIT
55
author: "Stack Builders Inc."
66
maintainer: "Sebastián Estrella <[email protected]>"
77
copyright: "2020 Stack Builders Inc."
8+
tested-with: GHC ==8.6.5, GHC ==8.8.4, GHC ==8.10.2
89

910
extra-source-files:
1011
- README.md

rollbar-client/rollbar-client.cabal

Lines changed: 2 additions & 1 deletion
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: 3a23f065d5f0bc9e5198acb77895245a324faf5ea8dea90f7f7f04806fb2bb0e
7+
-- hash: b2d2d608703f6ae2b57565d5154c564a719601449920e293140b827f2016960e
88

99
name: rollbar-client
1010
version: 0.1.0
@@ -18,6 +18,7 @@ maintainer: Sebastián Estrella <[email protected]>
1818
copyright: 2020 Stack Builders Inc.
1919
license: MIT
2020
license-file: LICENSE
21+
tested-with: GHC ==8.6.5, GHC ==8.8.4, GHC ==8.10.2
2122
build-type: Simple
2223
extra-source-files:
2324
README.md

rollbar-wai/package.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ license: MIT
55
author: "Stack Builders Inc."
66
maintainer: "Sebastián Estrella <[email protected]>"
77
copyright: "2020 Stack Builders Inc."
8+
tested-with: GHC ==8.6.5, GHC ==8.8.4, GHC ==8.10.2
89

910
extra-source-files:
1011
- README.md

rollbar-wai/rollbar-wai.cabal

Lines changed: 2 additions & 1 deletion
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: 0ee1cd50de2173e1fa3a59b30f9a2c7a29bc9662eefa0edfa2de289797400afd
7+
-- hash: 10f262212c1d1c195f83f20b97a2a6b843bc966675c0f00bd8039fc291a806d5
88

99
name: rollbar-wai
1010
version: 0.1.0
@@ -18,6 +18,7 @@ maintainer: Sebastián Estrella <[email protected]>
1818
copyright: 2020 Stack Builders Inc.
1919
license: MIT
2020
license-file: LICENSE
21+
tested-with: GHC ==8.6.5, GHC ==8.8.4, GHC ==8.10.2
2122
build-type: Simple
2223
extra-source-files:
2324
README.md

0 commit comments

Comments
 (0)