Hoogle Search

Within LTS Haskell 24.38 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. data PathTemplate

    Cabal Distribution.Simple.InstallDirs

    An abstract path, possibly containing variables that need to be substituted for to get a real FilePath.

  2. type PathTemplateEnv = [(PathTemplateVariable, PathTemplate)]

    Cabal Distribution.Simple.InstallDirs

    No documentation available.

  3. data PathTemplateVariable

    Cabal Distribution.Simple.InstallDirs

    No documentation available.

  4. PkgIdVar :: PathTemplateVariable

    Cabal Distribution.Simple.InstallDirs

    The $pkgid package Id path variable, eg foo-1.0

  5. PkgNameVar :: PathTemplateVariable

    Cabal Distribution.Simple.InstallDirs

    The $pkg package name path variable

  6. PkgVerVar :: PathTemplateVariable

    Cabal Distribution.Simple.InstallDirs

    The $version package version path variable

  7. PrefixVar :: PathTemplateVariable

    Cabal Distribution.Simple.InstallDirs

    The $prefix path variable

  8. data PathComponent

    Cabal Distribution.Simple.InstallDirs.Internal

    No documentation available.

  9. data PathTemplateVariable

    Cabal Distribution.Simple.InstallDirs.Internal

    No documentation available.

  10. PkgIdVar :: PathTemplateVariable

    Cabal Distribution.Simple.InstallDirs.Internal

    The $pkgid package Id path variable, eg foo-1.0

Page 94 of many | Previous | Next