Skip to content

Commit c492d2e

Browse files
committed
Add missing category
1 parent bb5716d commit c492d2e

File tree

9 files changed

+26
-18
lines changed

9 files changed

+26
-18
lines changed

rollbar-cli/package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ extra-source-files:
1212
- ChangeLog.md
1313

1414
synopsis: Simple CLI tool to perform commons tasks such as tracking deploys.
15-
# category: Web
15+
category: Network
1616

1717
description: |
1818
Please see the README on GitHub at

rollbar-cli/rollbar-cli.cabal

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,26 @@
11
cabal-version: 1.12
22

3-
-- This file has been generated from package.yaml by hpack version 0.34.2.
3+
-- This file has been generated from package.yaml by hpack version 0.34.7.
44
--
55
-- see: https://github.com/sol/hpack
66
--
7-
-- hash: 550be30f2b0d05cb1448d3ac2048f42b360608d96c8bd70aa2815abe73fb9c08
7+
-- hash: ae36db535e7a21e309f48e4c857393a81da222f654b304404a35074924504299
88

99
name: rollbar-cli
1010
version: 1.0.0
1111
synopsis: Simple CLI tool to perform commons tasks such as tracking deploys.
1212
description: Please see the README on GitHub at
1313
<https://github.com/stackbuilders/rollbar-haskell/tree/master/rollbar-cli>
14+
category: Network
1415
homepage: https://github.com/stackbuilders/rollbar-haskell#readme
1516
bug-reports: https://github.com/stackbuilders/rollbar-haskell/issues
1617
author: Stack Builders Inc.
1718
maintainer: Sebastián Estrella <sestrella@stackbuilders.com>
1819
copyright: 2020 Stack Builders Inc.
1920
license: MIT
2021
license-file: LICENSE
21-
tested-with: GHC ==8.8.4, GHC ==8.10.2
22+
tested-with:
23+
GHC ==8.8.4, GHC ==8.10.2
2224
build-type: Simple
2325
extra-source-files:
2426
README.md
@@ -39,7 +41,7 @@ library
3941
build-depends:
4042
base >=4.13 && <5
4143
, optparse-applicative >=0.14 && <1
42-
, rollbar-client >=1 && <2
44+
, rollbar-client >=1.0 && <2
4345
default-language: Haskell2010
4446

4547
executable rollbar

rollbar-client/package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ extra-source-files:
1212
- ChangeLog.md
1313

1414
synopsis: Core library to communicate with Rollbar API.
15-
# category: Web
15+
category: Network
1616

1717
description: |
1818
Please see the README on GitHub at

rollbar-client/rollbar-client.cabal

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,26 @@
11
cabal-version: 1.12
22

3-
-- This file has been generated from package.yaml by hpack version 0.33.0.
3+
-- This file has been generated from package.yaml by hpack version 0.34.7.
44
--
55
-- see: https://github.com/sol/hpack
66
--
7-
-- hash: b3e835bcc225cb66a06268126c5a04b48d06fd90b55677e26219ecfe207068d3
7+
-- hash: 125ccbaa8f8a1b3dab026c05c979880711d5f61ef9cf7323bfe23bda09bb3743
88

99
name: rollbar-client
1010
version: 1.0.0
1111
synopsis: Core library to communicate with Rollbar API.
1212
description: Please see the README on GitHub at
1313
<https://github.com/stackbuilders/rollbar-haskell/tree/master/rollbar-client>
14+
category: Network
1415
homepage: https://github.com/stackbuilders/rollbar-haskell#readme
1516
bug-reports: https://github.com/stackbuilders/rollbar-haskell/issues
1617
author: Stack Builders Inc.
1718
maintainer: Sebastián Estrella <sestrella@stackbuilders.com>
1819
copyright: 2020 Stack Builders Inc.
1920
license: MIT
2021
license-file: LICENSE
21-
tested-with: GHC ==8.8.4, GHC ==8.10.2
22+
tested-with:
23+
GHC ==8.8.4, GHC ==8.10.2
2224
build-type: Simple
2325
extra-source-files:
2426
README.md

rollbar-client/src/Rollbar/Client/Item.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ import Control.Monad.IO.Class (MonadIO(..))
3636
import Data.Aeson
3737
import Data.Maybe (catMaybes)
3838
import Data.Monoid (Endo(..))
39-
import Data.Text
39+
import Data.Text (Text)
4040
import Network.HTTP.Req
4141
import Rollbar.Client.Internal
4242
import Rollbar.Client.Settings

rollbar-wai/package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ extra-source-files:
1414
synopsis: >
1515
Provides error reporting capabilities to WAI based applications through
1616
Rollbar API.
17-
# category: Web
17+
category: Network
1818

1919
description: |
2020
Please see the README on GitHub at

rollbar-wai/rollbar-wai.cabal

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,27 @@
11
cabal-version: 1.12
22

3-
-- This file has been generated from package.yaml by hpack version 0.33.0.
3+
-- This file has been generated from package.yaml by hpack version 0.34.7.
44
--
55
-- see: https://github.com/sol/hpack
66
--
7-
-- hash: 36882de3e15bbc25fa5b54c1ee7d9dbe96436e87f4502b002a3a388508677741
7+
-- hash: ac188cecfff7139de33d798a8f28d9b0f071045ece47e95a25890f89a77b00c4
88

99
name: rollbar-wai
1010
version: 1.0.0
1111
synopsis: Provides error reporting capabilities to WAI based applications through Rollbar API.
1212

1313
description: Please see the README on GitHub at
1414
<https://github.com/stackbuilders/rollbar-haskell/tree/master/rollbar-wai>
15+
category: Network
1516
homepage: https://github.com/stackbuilders/rollbar-haskell#readme
1617
bug-reports: https://github.com/stackbuilders/rollbar-haskell/issues
1718
author: Stack Builders Inc.
1819
maintainer: Sebastián Estrella <sestrella@stackbuilders.com>
1920
copyright: 2020 Stack Builders Inc.
2021
license: MIT
2122
license-file: LICENSE
22-
tested-with: GHC ==8.8.4, GHC ==8.10.2
23+
tested-with:
24+
GHC ==8.8.4, GHC ==8.10.2
2325
build-type: Simple
2426
extra-source-files:
2527
README.md

rollbar-yesod/package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ extra-source-files:
1515
synopsis: >
1616
Provides error reporting capabilities to Yesod applications through Rollbar
1717
API.
18-
# category: Web
18+
category: Network
1919

2020
description: |
2121
Please see the README on GitHub at

rollbar-yesod/rollbar-yesod.cabal

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,27 @@
11
cabal-version: 1.12
22

3-
-- This file has been generated from package.yaml by hpack version 0.34.2.
3+
-- This file has been generated from package.yaml by hpack version 0.34.7.
44
--
55
-- see: https://github.com/sol/hpack
66
--
7-
-- hash: d007a8f11fac3e9745d78838751cf81ae9ce6f553d2a8e7f8aad77b97ad6d903
7+
-- hash: 2e5d6eb77f4bc9ff223f3a16bc8b92ced7f6ab18eedf7405d9978b8520be8de7
88

99
name: rollbar-yesod
1010
version: 1.0.0
1111
synopsis: Provides error reporting capabilities to Yesod applications through Rollbar API.
1212

1313
description: Please see the README on GitHub at
1414
<https://github.com/stackbuilders/rollbar-haskell/tree/master/rollbar-yesod>
15+
category: Network
1516
homepage: https://github.com/stackbuilders/rollbar-haskell#readme
1617
bug-reports: https://github.com/stackbuilders/rollbar-haskell/issues
1718
author: Stack Builders Inc.
1819
maintainer: Sebastián Estrella <sestrella@stackbuilders.com>
1920
copyright: 2020 Stack Builders Inc.
2021
license: MIT
2122
license-file: LICENSE
22-
tested-with: GHC ==8.8.4, GHC ==8.10.2
23+
tested-with:
24+
GHC ==8.8.4, GHC ==8.10.2
2325
build-type: Simple
2426
extra-source-files:
2527
README.md

0 commit comments

Comments
 (0)