Вопрос

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