Safe Haskell | None |
---|---|
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
- 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
OptNoharm | |
OptRecursive | |
OptAll | |
OptInfo | |
OptFlag String | |
OptTest | |
OptHelp | |
OptBench | |
OptDepsOnly | |
OptLibProfile | |
OptExecProfile | |
OptJobs String | |
OptImport String | |
OptStatic | |
OptFuture | |
OptDebug |
type FunctionCommand = [String] -> [Option] -> [String] -> IO () Source #