Eq and Show for CompilerOptions.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user