GaloisInc / mime

A Haskell MIME library
Other
12 stars 11 forks source link

Build with stack locally and start a unit test suite #12

Closed ghost closed 7 years ago

ghost commented 7 years ago

This is a barebones addition. I used the following to build locally: stack init --force && stack --install-ghc --resolver=nightly build --test . Will continue to add short tests.

FYI: @hritchie

ghost commented 7 years ago

Feel free to reopen in the future.