Hoogle Search

Within LTS Haskell 24.36 (ghc-9.10.3)

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

  1. data FormatExtension

    time-compat Data.Time.Format.ISO8601.Compat

    No documentation available.

  2. module Distribution.Types.ForeignLib

    No documentation available.

  3. data ForeignLib

    Cabal-syntax Distribution.Types.ForeignLib

    A foreign library stanza is like a library stanza, except that the built code is intended for consumption by a non-Haskell client.

  4. ForeignLib :: UnqualComponentName -> ForeignLibType -> [ForeignLibOption] -> BuildInfo -> Maybe LibVersionInfo -> Maybe Version -> [FilePath] -> ForeignLib

    Cabal-syntax Distribution.Types.ForeignLib

    No documentation available.

  5. data ForeignLib

    Cabal-syntax Distribution.Types.ForeignLib.Lens

    A foreign library stanza is like a library stanza, except that the built code is intended for consumption by a non-Haskell client.

  6. module Distribution.Types.ForeignLibOption

    No documentation available.

  7. data ForeignLibOption

    Cabal-syntax Distribution.Types.ForeignLibOption

    No documentation available.

  8. ForeignLibStandalone :: ForeignLibOption

    Cabal-syntax Distribution.Types.ForeignLibOption

    Merge in all dependent libraries (i.e., use ghc -shared -static rather than just record the dependencies, ala ghc -shared -dynamic). This option is compulsory on Windows and unsupported on other platforms.

  9. module Distribution.Types.ForeignLibType

    No documentation available.

  10. ForeignLibNativeShared :: ForeignLibType

    Cabal-syntax Distribution.Types.ForeignLibType

    A native shared library (.so on Linux, .dylib on OSX, or .dll on Windows).

Page 267 of many | Previous | Next