문제

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