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

Safe HaskellSafe-Inferred

GHC.ParMake.Types

Synopsis

Documentation

data Dep Source

A single dependency extracted from the 'ghc -M' output.

Constructors

Dep 

Fields

depTarget :: FilePath

The target file.

depInternal :: [FilePath]

Dependencies in our build.

depExternal :: [FilePath]

External dependencies: dependencies given by 'ghc -M -include-pkg-deps' minus the internal ones.

Instances