Safe Haskell | None |
---|---|
Language | Haskell2010 |
Language.Haskell.Tools.Refactor.Daemon.PackageDB
Documentation
Constructors
AutoDB | |
DefaultDB | |
CabalSandboxDB | |
StackDB | |
ExplicitDB | |
Fields |
detectAutogen :: FilePath -> PackageDB -> IO (Maybe FilePath) #
Gets the (probable) location of autogen folder depending on which type of build we are using.
choose :: Alternative f => [f a] -> f a #