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

Safe HaskellSafe
LanguageHaskell98

GHC.ParMake.Types

Synopsis

Documentation

data Dep Source #

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

Constructors

Dep 

Fields

Instances

Eq Dep Source # 

Methods

(==) :: Dep -> Dep -> Bool #

(/=) :: Dep -> Dep -> Bool #

Ord Dep Source # 

Methods

compare :: Dep -> Dep -> Ordering #

(<) :: Dep -> Dep -> Bool #

(<=) :: Dep -> Dep -> Bool #

(>) :: Dep -> Dep -> Bool #

(>=) :: Dep -> Dep -> Bool #

max :: Dep -> Dep -> Dep #

min :: Dep -> Dep -> Dep #

Show Dep Source # 

Methods

showsPrec :: Int -> Dep -> ShowS #

show :: Dep -> String #

showList :: [Dep] -> ShowS #