Skip to content

Commit 7242673

Browse files
committed
werror
1 parent f12d434 commit 7242673

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

ghcide/src/Development/IDE/GHC/Compat/CmdLine.hs

+1-11
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,9 @@ module Development.IDE.GHC.Compat.CmdLine (
1818
import GHC.Driver.Session (processCmdLineP, CmdLineP (..), getCmdLineState, putCmdLineState)
1919
import GHC.Driver.CmdLine
2020
#else
21-
22-
#if MIN_VERSION_ghc(9,0,0)
2321
import GHC.Driver.CmdLine
24-
#else
25-
import CmdLineParser
26-
#endif
27-
2822
import Control.Monad.IO.Class
29-
import Control.Monad.Trans.State
30-
import GHC (Located, mkGeneralLocated)
31-
import GHC.ResponseFile
32-
import Control.Exception
23+
import GHC (Located)
3324
#endif
3425

3526
#if !MIN_VERSION_ghc(9,3,0)
@@ -44,5 +35,4 @@ processCmdLineP
4435
-- ^ (leftovers, errors, warnings)
4536
processCmdLineP activeFlags s0 args =
4637
pure $ runCmdLine (processArgs activeFlags args) s0
47-
4838
#endif

0 commit comments

Comments
 (0)