The latest version of ghc-parmake is 0.1.9-0.
ghc-parmake
Version 0.1.5 revision 0 uploaded by MikhailGlushenkov.
Package meta
- Synopsis
- A parallel wrapper for 'ghc --make'.
- Description
'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.
- Author
- Mikhail Glushenkov
- Bug reports
- https://github.com/23Skidoo/ghc-parmake/issues
- Category
- Development
- Copyright
- n/a
- Homepage
- https://github.com/23Skidoo/ghc-parmake
- Maintainer
- the.dead.shall.rise@gmail.com
- Package URL
- n/a
- Stability
- Experimental