smuggler2-0.3.6.2: GHC Source Plugin that helps to minimise imports and generate explicit exports
Safe HaskellNone
LanguageHaskell2010

Smuggler2.Options

Description

 
Synopsis

Documentation

data Options Source #

Internal representation of the plugin's command line options

Instances

Instances details
Outputable Options Source # 
Instance details

Defined in Smuggler2.Options

Methods

ppr :: Options -> SDoc #

pprPrec :: Rational -> Options -> SDoc #

parseCommandLineOptions :: [CommandLineOption] -> Options Source #

Simple command line option parser. Last occurrence wins.

data ImportAction Source #

Ways of performing import processing

Instances

Instances details
Eq ImportAction Source # 
Instance details

Defined in Smuggler2.Options

Show ImportAction Source # 
Instance details

Defined in Smuggler2.Options

data ExportAction Source #

Ways of performing emport processing

Instances

Instances details
Eq ExportAction Source # 
Instance details

Defined in Smuggler2.Options

Show ExportAction Source # 
Instance details

Defined in Smuggler2.Options