From cd316443cf8b71149c55d1553fe9ef32d1147e8a Mon Sep 17 00:00:00 2001 From: patrick brisbin Date: Tue, 17 May 2022 15:58:24 -0400 Subject: [PATCH] Add new bugsnag packages I broke my bugsnag-haskell package down into three separate ones to avoid unnecessary dependencies for non-web-framework users. Decided to keep the now-deprecated package here too since it's not broken, it will just see no more development. --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4a863eac..39f88c92 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1145,6 +1145,9 @@ packages: "Patrick Brisbin @pbrisbin": - bugsnag-haskell + - bugsnag + - bugsnag-wai + - bugsnag-yesod - gravatar - load-env - yesod-markdown