cosmetic change.
This commit is contained in:
parent
eece2969ab
commit
eb93ebd860
4
Types.hs
4
Types.hs
@ -9,7 +9,7 @@ data Options = Options {
|
|||||||
, hlintOpts :: [String]
|
, hlintOpts :: [String]
|
||||||
, ghcOpts :: [String]
|
, ghcOpts :: [String]
|
||||||
, operators :: Bool
|
, operators :: Bool
|
||||||
, detailed :: Bool
|
, detailed :: Bool
|
||||||
, expandSplice :: Bool
|
, expandSplice :: Bool
|
||||||
, sandbox :: Maybe String
|
, sandbox :: Maybe String
|
||||||
}
|
}
|
||||||
@ -20,7 +20,7 @@ defaultOptions = Options {
|
|||||||
, hlintOpts = []
|
, hlintOpts = []
|
||||||
, ghcOpts = []
|
, ghcOpts = []
|
||||||
, operators = False
|
, operators = False
|
||||||
, detailed = False
|
, detailed = False
|
||||||
, expandSplice = False
|
, expandSplice = False
|
||||||
, sandbox = Nothing
|
, sandbox = Nothing
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user