Question

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
Était-ce utile?

La solution

Forget make; just use cabal-install.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top