File tree Expand file tree Collapse file tree 9 files changed +26
-18
lines changed Expand file tree Collapse file tree 9 files changed +26
-18
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ extra-source-files:
1212 - ChangeLog.md
1313
1414synopsis : Simple CLI tool to perform commons tasks such as tracking deploys.
15- # category: Web
15+ category : Network
1616
1717description : |
1818 Please see the README on GitHub at
Original file line number Diff line number Diff line change 11cabal-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
99name : rollbar-cli
1010version : 1.0.0
1111synopsis : Simple CLI tool to perform commons tasks such as tracking deploys.
1212description : Please see the README on GitHub at
1313 <https://github.com/stackbuilders/rollbar-haskell/tree/master/rollbar-cli>
14+ category : Network
1415homepage : https://github.com/stackbuilders/rollbar-haskell#readme
1516bug-reports : https://github.com/stackbuilders/rollbar-haskell/issues
1617author : Stack Builders Inc.
1718maintainer : Sebastián Estrella <sestrella@stackbuilders.com>
1819copyright : 2020 Stack Builders Inc.
1920license : MIT
2021license-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
2224build-type : Simple
2325extra-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
4547executable rollbar
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ extra-source-files:
1212 - ChangeLog.md
1313
1414synopsis : Core library to communicate with Rollbar API.
15- # category: Web
15+ category : Network
1616
1717description : |
1818 Please see the README on GitHub at
Original file line number Diff line number Diff line change 11cabal-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
99name : rollbar-client
1010version : 1.0.0
1111synopsis : Core library to communicate with Rollbar API.
1212description : Please see the README on GitHub at
1313 <https://github.com/stackbuilders/rollbar-haskell/tree/master/rollbar-client>
14+ category : Network
1415homepage : https://github.com/stackbuilders/rollbar-haskell#readme
1516bug-reports : https://github.com/stackbuilders/rollbar-haskell/issues
1617author : Stack Builders Inc.
1718maintainer : Sebastián Estrella <sestrella@stackbuilders.com>
1819copyright : 2020 Stack Builders Inc.
1920license : MIT
2021license-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
2224build-type : Simple
2325extra-source-files :
2426 README.md
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ import Control.Monad.IO.Class (MonadIO(..))
3636import Data.Aeson
3737import Data.Maybe (catMaybes )
3838import Data.Monoid (Endo (.. ))
39- import Data.Text
39+ import Data.Text ( Text )
4040import Network.HTTP.Req
4141import Rollbar.Client.Internal
4242import Rollbar.Client.Settings
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ extra-source-files:
1414synopsis : >
1515 Provides error reporting capabilities to WAI based applications through
1616 Rollbar API.
17- # category: Web
17+ category : Network
1818
1919description : |
2020 Please see the README on GitHub at
Original file line number Diff line number Diff line change 11cabal-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
99name : rollbar-wai
1010version : 1.0.0
1111synopsis : Provides error reporting capabilities to WAI based applications through Rollbar API.
1212
1313description : Please see the README on GitHub at
1414 <https://github.com/stackbuilders/rollbar-haskell/tree/master/rollbar-wai>
15+ category : Network
1516homepage : https://github.com/stackbuilders/rollbar-haskell#readme
1617bug-reports : https://github.com/stackbuilders/rollbar-haskell/issues
1718author : Stack Builders Inc.
1819maintainer : Sebastián Estrella <sestrella@stackbuilders.com>
1920copyright : 2020 Stack Builders Inc.
2021license : MIT
2122license-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
2325build-type : Simple
2426extra-source-files :
2527 README.md
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ extra-source-files:
1515synopsis : >
1616 Provides error reporting capabilities to Yesod applications through Rollbar
1717 API.
18- # category: Web
18+ category : Network
1919
2020description : |
2121 Please see the README on GitHub at
Original file line number Diff line number Diff line change 11cabal-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
99name : rollbar-yesod
1010version : 1.0.0
1111synopsis : Provides error reporting capabilities to Yesod applications through Rollbar API.
1212
1313description : Please see the README on GitHub at
1414 <https://github.com/stackbuilders/rollbar-haskell/tree/master/rollbar-yesod>
15+ category : Network
1516homepage : https://github.com/stackbuilders/rollbar-haskell#readme
1617bug-reports : https://github.com/stackbuilders/rollbar-haskell/issues
1718author : Stack Builders Inc.
1819maintainer : Sebastián Estrella <sestrella@stackbuilders.com>
1920copyright : 2020 Stack Builders Inc.
2021license : MIT
2122license-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
2325build-type : Simple
2426extra-source-files :
2527 README.md
You can’t perform that action at this time.
0 commit comments