-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updates to request, and updates to GHC2021
Bumps version to 2.2.1, since only internals changed. Updates the request as follows: * Send the authentication token as a header * `sha` is deprecated in favor of `code_version` * add `haskell` as the `langauge` Updates to GHC2021 and removes OverloadedStrings as a default extension
- Loading branch information
1 parent
784732b
commit 749cd4a
Showing
4 changed files
with
33 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
name: rollbar | ||
version: 2.2.0 | ||
version: 2.2.1 | ||
synopsis: error tracking through rollbar.com | ||
homepage: https://github.com/flipstone/rollbar-haskell | ||
license: MIT | ||
|
@@ -8,8 +8,8 @@ maintainer: [email protected] | |
copyright: Daggerboard Inc. makers of docmunch.com, Azara Solutions Inc. | ||
category: Logging | ||
|
||
default-extensions: | ||
- OverloadedStrings | ||
language: GHC2021 | ||
|
||
ghc-options: | ||
- -Wall | ||
- -Werror | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters