~alcinnz/haskell-stylist

e16b1d18edd47bb5c0b91e76a6944fe7d66d0d2b — Adrian Cochrane 4 years ago 4435ce0 + 835be29
Merge branch 'master' of git.nzoss.org.nz:alcinnz/stylish-haskell
1 files changed, 5 insertions(+), 0 deletions(-)

M README.md
M README.md => README.md +5 -0
@@ 21,3 21,8 @@ If these ultimately call down into a `Data.CSS.Syntax.Style.QueryableStyleSheet`
You can contributed code or register "issues" to Haskell Stylist by contacting me (Adrian Cochrane) via [mastodon](https://floss.social/@alcinnz/) or [email](mailto:adrian@openwork.nz). Or you can sign up for an account on the NZ OSS GitLab.

If you're contributing code you can link me to where you're hosting your git fork, or send [a patch file](https://git-send-email.io/). Or if you simply to ask for more features or fixes don't hesitate to contact me!

### Building
1. Install `ghc` and `cabal-install`. (Debian package names listed here)
2. From within the git repository, run `cabal install`. This'll compile Stylist and all it's other dependencies.
3. Run `cabal test` after every change you make.
\ No newline at end of file