Skip to content

Commit 1defd47

Browse files
authored
Merge pull request #17 from stackbuilders/hackage_status_badge
Add Hackage and GH actions badges for each project
2 parents 972abf1 + 7f4bf92 commit 1defd47

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

rollbar-cli/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Rollbar CLI
22

3+
![CI](https://github.com/stackbuilders/rollbar-haskell/workflows/CI/badge.svg)
4+
![Hackage](https://img.shields.io/hackage/v/rollbar-cli)
5+
36
Simple CLI tool to perform commons tasks such as tracking deploys.
47

58
## Getting Started

rollbar-client/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Rollbar Client
22

3+
![CI](https://github.com/stackbuilders/rollbar-haskell/workflows/CI/badge.svg)
4+
![Hackage](https://img.shields.io/hackage/v/rollbar-client)
5+
36
Core library to communicate with [Rollbar
47
API](https://explorer.docs.rollbar.com/).
58

rollbar-wai/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Rollbar WAI
22

3+
![CI](https://github.com/stackbuilders/rollbar-haskell/workflows/CI/badge.svg)
4+
![Hackage](https://img.shields.io/hackage/v/rollbar-wai)
5+
36
Provides error reporting capabilities to
47
[WAI](http://hackage.haskell.org/package/wai) based applications through
58
[Rollbar API](https://explorer.docs.rollbar.com/).

rollbar-yesod/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Rollbar Yesod
22

3+
![CI](https://github.com/stackbuilders/rollbar-haskell/workflows/CI/badge.svg)
4+
![Hackage](https://img.shields.io/hackage/v/rollbar-yesod)
5+
36
Provides error reporting capabilities to [Yesod](https://www.yesodweb.com/)
47
applications through [Rollbar API](https://explorer.docs.rollbar.com/).
58

0 commit comments

Comments
 (0)