# microformats2-parser [](https://hackage.haskell.org/package/microformats2-parser) [](https://travis-ci.org/myfreeweb/microformats2-parser) [](https://coveralls.io/r/myfreeweb/microformats2-parser) [](http://unlicense.org)
[Microformats 2] parser for Haskell!
Originally created for [sweetroll] :-)
The types are located in a separate package called [microformats2-types].
[Microformats 2]: http://microformats.org/wiki/microformats2
[sweetroll]: https://github.com/myfreeweb/sweetroll
[microformats2-types]: https://github.com/myfreeweb/microformats2-types
## Development
Use [stack] to build.
Use ghci to run tests quickly with `:test` (see the `.ghci` file).
```bash
$ stack build
$ stack test && rm tests.tix
$ stack ghci --ghc-options="-fno-hpc"
```
[stack]: https://github.com/commercialhaskell/stack
## Contributing
Please feel free to submit pull requests!
Bugfixes and simple non-breaking improvements will be accepted without any questions :-)
By participating in this project you agree to follow the [Contributor Code of Conduct](http://contributor-covenant.org/version/1/2/0/).
[The list of contributors is available on GitHub](https://github.com/myfreeweb/microformats2-parser/graphs/contributors).
## License
This is free and unencumbered software released into the public domain.
For more information, please refer to the `UNLICENSE` file or [unlicense.org](http://unlicense.org).