logo
首页技术栈工具库讨论
ghc-parmake

ghc-parmake

ghc-parmake is a parallel wrapper for 'ghc --make' intended to work as its drop-in replacement. It can build your Haskell program in parallel using multiple cores. ghc-parmake works by extracting a module dependency graph with 'ghc -M' and then running multiple 'ghc -c' processes in parallel. To set the number of concurrent jobs, use the -j option.
由 
bruceshi2021-01-13 收录
--
推荐
不推荐
更多信息
HACKAGE
carbal install ghc-parmake
查看
标签
根据用户添加的标签生成
暂无标签