bugsnag-wai: WAI integration for Bugsnag error reporting for Haskell

[ library, mit, web ] [ Propose Tags ] [ Report a vulnerability ]

Please see README.md


[Skip to Readme]

Modules

[Index] [Quick Jump]

Flags

Automatic Flags
NameDescriptionDefault
examples

Build the examples

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 1.0.0.0, 1.0.0.1, 1.0.0.2, 1.0.0.3, 1.0.0.4, 1.0.1.1, 1.0.1.2
Change log CHANGELOG.md
Dependencies base (>=4.11.0 && <5), bugsnag (>=1.0.0.0), bugsnag-wai, bytestring (>=0.11.4.0), case-insensitive (>=1.2.1.0), http-types (>=0.12.3), iproute (>=1.7.12), network (>=3.1.4.0), text (>=1.2.5.0), unordered-containers (>=0.2.19.1), wai (>=3.2.3), warp (>=3.3.23) [details]
License MIT
Author Patrick Brisbin
Maintainer pbrisbin@gmail.com
Uploaded by PatrickBrisbin at 2026-09-04T16:18:11Z
Category Web
Home page https://codeberg.org/pbrisbin/bugsnag-haskell#readme
Distributions LTSHaskell:1.0.1.2, Stackage:1.0.1.2
Reverse Dependencies 1 direct, 0 indirect [details]
Executables example-warp
Downloads 606 total (9 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2026-09-04 [all 1 reports]

Readme for bugsnag-wai-1.0.0.4

[back to package description]

WAI integration for Bugsnag

Hackage Stackage Nightly Stackage LTS

Examples

Examples can be built locally with:

stack build --flag bugsnag-wai:examples

CHANGELOG | LICENSE