Frage

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
War es hilfreich?

Lösung

Forget make; just use cabal-install.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top