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]
|
||||
, ghcOpts :: [String]
|
||||
, operators :: Bool
|
||||
, detailed :: Bool
|
||||
, detailed :: Bool
|
||||
, expandSplice :: Bool
|
||||
, sandbox :: Maybe String
|
||||
}
|
||||
@ -20,7 +20,7 @@ defaultOptions = Options {
|
||||
, hlintOpts = []
|
||||
, ghcOpts = []
|
||||
, operators = False
|
||||
, detailed = False
|
||||
, detailed = False
|
||||
, expandSplice = False
|
||||
, sandbox = Nothing
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user