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.ForeignLib

    No documentation available.

  2. 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.

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

    Cabal-syntax Distribution.Types.ForeignLib

    No documentation available.

  4. 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.

  5. module Distribution.Types.ForeignLibOption

    No documentation available.

  6. data ForeignLibOption

    Cabal-syntax Distribution.Types.ForeignLibOption

    No documentation available.

  7. 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.

  8. module Distribution.Types.ForeignLibType

    No documentation available.

  9. ForeignLibNativeShared :: ForeignLibType

    Cabal-syntax Distribution.Types.ForeignLibType

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

  10. ForeignLibNativeStatic :: ForeignLibType

    Cabal-syntax Distribution.Types.ForeignLibType

    A native static library (not currently supported.)

Page 267 of many | Previous | Next