Cleaning up
This commit is contained in:
parent
5f070b8428
commit
b02dfb9ce3
@ -203,9 +203,10 @@ Executable ghc-mod
|
||||
Default-Language: Haskell2010
|
||||
Main-Is: GHCMod.hs
|
||||
Other-Modules: Paths_ghc_mod
|
||||
, GHCMod.Options
|
||||
, GHCMod.Options.Commands
|
||||
, GHCMod.Options.ShellParse
|
||||
, GHCMod.Version
|
||||
, GHCMod.Options.ShellParse
|
||||
GHC-Options: -Wall -fno-warn-deprecations -threaded
|
||||
Default-Extensions: ConstraintKinds, FlexibleContexts
|
||||
HS-Source-Dirs: src
|
||||
|
@ -19,7 +19,6 @@ import System.Directory (setCurrentDirectory, getAppUserDataDirectory,
|
||||
import System.IO
|
||||
import System.Exit
|
||||
import Text.PrettyPrint hiding ((<>))
|
||||
import Language.Haskell.GhcMod.Options.Options
|
||||
import GHCMod.Options
|
||||
import Prelude
|
||||
|
||||
|
@ -19,20 +19,15 @@
|
||||
module GHCMod.Options (
|
||||
parseArgs,
|
||||
parseArgsInteractive,
|
||||
GhcModCommands(..),
|
||||
GhcModCommands(..)
|
||||
) where
|
||||
|
||||
import Options.Applicative
|
||||
import Options.Applicative.Types
|
||||
import Language.Haskell.GhcMod.Types
|
||||
-- import Control.Arrow
|
||||
-- import Data.Char (toUpper, toLower)
|
||||
-- import Data.List (intercalate)
|
||||
-- import Language.Haskell.GhcMod.Read
|
||||
import GHCMod.Options.Commands
|
||||
import GHCMod.Version
|
||||
import Language.Haskell.GhcMod.Options.DocUtils
|
||||
-- import Language.Haskell.GhcMod.Options.Help
|
||||
import Language.Haskell.GhcMod.Options.Options
|
||||
import GHCMod.Options.ShellParse
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user