cosmetic change.

This commit is contained in:
Kazu Yamamoto 2013-03-01 09:43:50 +09:00
parent eece2969ab
commit eb93ebd860

View File

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