Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Distribution.Cab
Synopsis
- data Option
- = OptNoharm
- | OptRecursive
- | OptAll
- | OptInfo
- | OptFlag String
- | OptTest
- | OptHelp
- | OptBench
- | OptDepsOnly
- | OptLibProfile
- | OptExecProfile
- | OptJobs String
- | OptImport String
- | OptStatic
- | OptFuture
- | OptDebug
- | OptAllowNewer
- | OptCleanUp
- type FunctionCommand = [String] -> [Option] -> [String] -> IO ()
- deps :: FunctionCommand
- revdeps :: FunctionCommand
- installed :: FunctionCommand
- outdated :: FunctionCommand
- uninstall :: FunctionCommand
- search :: FunctionCommand
- genpaths :: FunctionCommand
- check :: FunctionCommand
- add :: FunctionCommand
- initSandbox :: FunctionCommand
- ghci :: FunctionCommand
Types
Constructors
type FunctionCommand = [String] -> [Option] -> [String] -> IO () Source #