# postmark-dmarc
[![Build Status](https://travis-ci.org/mgregson/hs-postmark-dmarc.svg?branch=master)](https://travis-ci.org/mgregson/hs-postmark-dmarc)
A Haskell library wrapping the Postmark DMARC API.

## Install
```
cabal install postmark-dmarc
```

Or, add it to your dependencies in `package.yaml`:
```yaml
dependencies:
  - postmark-dmarc
```

## Usage
See the [example/](/example/) directory for sample usage.

## Contributing
PRs accepted.

## License
MIT © Michael Gregson

See [LICENSE](LICENSE) for details.