ghc-parmake-0.1.5: A parallel wrapper for 'ghc --make'.

Safe HaskellSafe-Inferred

GHC.ParMake.Parse

Synopsis

Documentation

depsListToDeps :: [(FilePath, FilePath)] -> [Dep]Source

Converts a list of (targets, dependencies) to a Dep list with no external dependencies.