Skip to content

Commit

Permalink
werror
Browse files Browse the repository at this point in the history
  • Loading branch information
wz1000 committed Nov 22, 2023
1 parent f12d434 commit 7242673
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions ghcide/src/Development/IDE/GHC/Compat/CmdLine.hs
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,9 @@ module Development.IDE.GHC.Compat.CmdLine (
import GHC.Driver.Session (processCmdLineP, CmdLineP (..), getCmdLineState, putCmdLineState)
import GHC.Driver.CmdLine
#else

#if MIN_VERSION_ghc(9,0,0)
import GHC.Driver.CmdLine
#else
import CmdLineParser
#endif

import Control.Monad.IO.Class
import Control.Monad.Trans.State
import GHC (Located, mkGeneralLocated)
import GHC.ResponseFile
import Control.Exception
import GHC (Located)
#endif

#if !MIN_VERSION_ghc(9,3,0)
Expand All @@ -44,5 +35,4 @@ processCmdLineP
-- ^ (leftovers, errors, warnings)
processCmdLineP activeFlags s0 args =
pure $ runCmdLine (processArgs activeFlags args) s0

#endif

0 comments on commit 7242673

Please sign in to comment.