Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

  1. module Distribution.Types.PkgconfigDependency

    No documentation available.

  2. data PkgconfigDependency

    Cabal-syntax Distribution.Types.PkgconfigDependency

    Describes a dependency on a pkg-config library

  3. PkgconfigDependency :: PkgconfigName -> PkgconfigVersionRange -> PkgconfigDependency

    Cabal-syntax Distribution.Types.PkgconfigDependency

    No documentation available.

  4. module Distribution.Types.PkgconfigName

    No documentation available.

  5. data PkgconfigName

    Cabal-syntax Distribution.Types.PkgconfigName

    A pkg-config library name This is parsed as any valid argument to the pkg-config utility.

  6. module Distribution.Types.PkgconfigVersion

    No documentation available.

  7. newtype PkgconfigVersion

    Cabal-syntax Distribution.Types.PkgconfigVersion

    pkg-config versions. In fact, this can be arbitrary ByteString, but Parsec instance is a little pickier.

  8. PkgconfigVersion :: ByteString -> PkgconfigVersion

    Cabal-syntax Distribution.Types.PkgconfigVersion

    No documentation available.

  9. module Distribution.Types.PkgconfigVersionRange

    No documentation available.

  10. PcAnyVersion :: PkgconfigVersionRange

    Cabal-syntax Distribution.Types.PkgconfigVersionRange

    No documentation available.

Page 316 of many | Previous | Next