cosmetic change.

This commit is contained in:
Kazu Yamamoto 2013-03-01 09:43:50 +09:00
parent eece2969ab
commit eb93ebd860
1 changed files with 2 additions and 2 deletions

View File

@ -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
}