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
有帮助吗?

解决方案

Forget make; just use cabal-install.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top