Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Commit 7e2db8e

Browse files
committed
Incorporate review advice
1 parent e8e4ca6 commit 7e2db8e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Haskell/Ide/Engine/Options.hs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
{-# LANGUAGE CPP #-}
22
module Haskell.Ide.Engine.Options where
33

4-
#if __GLASGOW_HASKELL__ < 804
5-
import Data.Semigroup
6-
#endif
74
#if __GLASGOW_HASKELL__ < 808
85
import Data.Monoid ((<>))
96
#endif
@@ -29,6 +26,7 @@ data GlobalOpts = GlobalOpts
2926
, optFiles :: [FilePath]
3027
} deriving (Show)
3128

29+
-- | Introduced as the common prefix of app/HieWrapper.hs/main and app/MainHie.hs/main
3230
initApp :: String -> IO GlobalOpts
3331
initApp namedesc = do
3432
hSetBuffering stderr LineBuffering

0 commit comments

Comments
 (0)