cab-0.2.22: Distribution/Cab.hs
module Distribution.Cab (
-- * Types
Option (..),
FunctionCommand,
-- * Commands
deps,
revdeps,
installed,
outdated,
uninstall,
search,
genpaths,
check,
add,
initSandbox,
ghci,
) where
import Distribution.Cab.Commands