Provides a type-safe encoding of the Rollbar API.
Go to file
joneshf 79f82a54ac
Move to a nix-based setup
With nix, we get more reproducable builds.
Everything that goes into making the build can be specified.
The dependencies we need for development/CI can be made the same.

And, we ought to be able to parameterize the build better.
When we want to check if things compile on 8.4.x,
we can change the compiler to that version in one place.

Assuming this works out, it should make for a lower amount of overall work.
2018-08-09 08:09:26 -07:00
.circleci Fix step 2018-07-29 13:38:35 -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 Move to a nix-based setup 2018-08-09 08:09:26 -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 Move to a nix-based setup 2018-08-09 08:09:26 -07:00

rollbar-hs

CircleCI