Provides a type-safe encoding of the Rollbar API.
Go to file
joneshf d096c84527
Limit the number of simultaneous jobs
We might be trying to overdo it with the number of CPU cores available.
If we limit the jobs, it might speed up the build.
2018-08-26 10:28:05 -07:00
.circleci Limit the number of simultaneous jobs 2018-08-26 10:28:05 -07:00
golden Fix tests 2018-08-08 04:31:11 -07:00
src/Rollbar Fix notifier and version 2018-02-19 01:44:12 -08:00
test Restyled 2018-07-30 02:49:00 +00:00
.gitignore Add a Makefile 2018-07-24 23:08:36 -07:00
CHANGELOG.md Bump version to 0.3.1.0 2018-08-08 04:24:49 -07:00
default.nix Move to a nix-based setup 2018-08-09 08:09:26 -07:00
LICENSE Extract core rollbar to its own package 2018-02-18 19:42:08 -08:00
Makefile Limit the number of simultaneous jobs 2018-08-26 10:28:05 -07:00
package.yaml Bump version to 0.3.1.0 2018-08-08 04:24:49 -07:00
README.md Add circleci badge 2018-07-24 06:56:05 -07:00
Setup.hs Extract core rollbar to its own package 2018-02-18 19:42:08 -08:00
shell.nix Add which to the tools 2018-08-09 13:45:29 -07:00

rollbar-hs

CircleCI