Copyright | (c) Hardy Jones 2017 |
---|---|
License | BSD3 |
Maintainer | jones3.hardy@gmail.com |
Stability | experimental |
Safe Haskell | None |
Language | Haskell2010 |
Documentation
data CodeVersion Source #
Rollbar supports different ways to say what version the code is.
SemVer Text | Good ole SemVer.
It's |
Number Int | Plain integers. |
SHA Text | Should be a Git SHA. |