/haskell.template

template for building haskell library

Primary LanguageHaskellBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

This is a template to create a haskell library.

It forks @markhibberd's project and adds support for building with mafia and testing with hedgehog

Run git clone https://github.com/novemberkilo/haskell.template.git <project> && cd <project> && ./template and follow prompts.