質問

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