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