Hoogle Search
Within LTS Haskell 24.51 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
Cabal Distribution.Simple.Register Construct InstalledPackageInfo for a library that is in place in the build tree. This function knows about the layout of in place packages.
registerAllowOverwrite :: RegisterOptions -> BoolCabal Distribution.Simple.Register Allows re-registering / overwriting an existing package
-
Cabal Distribution.Simple.Setup Flags to install: (package db, verbosity)
-
Cabal Distribution.Simple.Setup No documentation available.
configAllowDependingOnPrivateLibs :: ConfigFlags -> Flag BoolCabal Distribution.Simple.Setup Allow depending on private sublibraries. This is used by external tools (like cabal-install) so they can add multiple-public-libraries compatibility to older ghcs by checking visibility externally.
configInstallDirs :: ConfigFlags -> InstallDirs (Flag PathTemplate)Cabal Distribution.Simple.Setup Installation paths
configUserInstall :: ConfigFlags -> Flag BoolCabal Distribution.Simple.Setup The --user/--global flag
defaultInstallFlags :: InstallFlagsCabal Distribution.Simple.Setup No documentation available.
emptyInstallFlags :: InstallFlagsCabal Distribution.Simple.Setup No documentation available.
installCabalFilePath :: InstallFlags -> Flag FilePathCabal Distribution.Simple.Setup No documentation available.