adding a comment about CPP just in case.
This commit is contained in:
parent
6a73f40ec1
commit
f0eb792780
@ -87,7 +87,9 @@ instance Exception GHCModError
|
|||||||
|
|
||||||
main :: IO ()
|
main :: IO ()
|
||||||
main = flip catches handlers $ do
|
main = flip catches handlers $ do
|
||||||
|
-- #if __GLASGOW_HASKELL__ >= 611
|
||||||
hSetEncoding stdout utf8
|
hSetEncoding stdout utf8
|
||||||
|
-- #endif
|
||||||
args <- getArgs
|
args <- getArgs
|
||||||
let (opt',cmdArg) = parseArgs argspec args
|
let (opt',cmdArg) = parseArgs argspec args
|
||||||
(strVer,ver) <- getGHCVersion
|
(strVer,ver) <- getGHCVersion
|
||||||
|
Loading…
Reference in New Issue
Block a user