Provides a type-safe encoding of the Rollbar API.
Go to file
joneshf b968bb53a4
Split out test targets
It looks like,
when we switch jobs in CI the new checkout has newer timestamps
than what's in the make cache.
Rather than dealing with that anymore, we alter the targets.

We can change `test` to ensure builds are up to date.
Then we can leave the individual test targets to run whatever is there.

In CI this means we can set the workflow to run the tests separately.
2018-07-29 13:17:19 -07:00
.circleci Split out test targets 2018-07-29 13:17:19 -07:00
golden Bump version to 0.2.0.0 2018-02-19 01:45:06 -08:00
src/Rollbar Fix notifier and version 2018-02-19 01:44:12 -08:00
test Extract core rollbar to its own package 2018-02-18 19:42:08 -08:00
.gitignore Add a Makefile 2018-07-24 23:08:36 -07:00
LICENSE Extract core rollbar to its own package 2018-02-18 19:42:08 -08:00
Makefile Split out test targets 2018-07-29 13:17:19 -07:00
package.yaml Really fix the cabal check 2018-07-29 10:12:43 -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
stack.yaml Extract core rollbar to its own package 2018-02-18 19:42:08 -08:00

rollbar-hs

CircleCI