Makefile examples for Haskell tasks

3.3k views Asked by At

Rather than invent my own, what are good makefile rules for typical Haskell tasks such as compiling, packaging, hlint, quickcheck, etc?

In a search I find things like like this example:

ghc -M *.hs
1

There are 1 answers

8
Daniel Wagner On BEST ANSWER

Forget make; just use cabal-install.