Eq and Show for CompilerOptions.
This commit is contained in:
parent
b514eebfc2
commit
f0e191dc98
@ -116,4 +116,4 @@ data CompilerOptions = CompilerOptions {
|
||||
ghcOptions :: [GHCOption] -- ^ Command line options
|
||||
, includeDirs :: [IncludeDir] -- ^ Include directories for modules
|
||||
, depPackages :: [Package] -- ^ Dependent package names
|
||||
}
|
||||
} deriving (Eq, Show)
|
||||
|
Loading…
Reference in New Issue
Block a user