Hoogle Search

Within LTS Haskell 24.50 (ghc-9.10.3)

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

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

  2. module Distribution.Types.ForeignLibType

    No documentation available.

  3. ForeignLibNativeShared :: ForeignLibType

    Cabal-syntax Distribution.Types.ForeignLibType

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

  4. ForeignLibNativeStatic :: ForeignLibType

    Cabal-syntax Distribution.Types.ForeignLibType

    A native static library (not currently supported.)

  5. data ForeignLibType

    Cabal-syntax Distribution.Types.ForeignLibType

    What kind of foreign library is to be built?

  6. ForeignLibTypeUnknown :: ForeignLibType

    Cabal-syntax Distribution.Types.ForeignLibType

    No documentation available.

  7. ForeignFunctionInterface :: KnownExtension

    Cabal-syntax Language.Haskell.Extension

    Enable the Foreign Function Interface. In GHC, implements the standard Haskell 98 Foreign Function Interface Addendum, plus some GHC-specific extensions.

  8. Format_Day :: TimeFormatElem

    hourglass Data.Hourglass

    day of the month (1 to 31)

  9. Format_Day2 :: TimeFormatElem

    hourglass Data.Hourglass

    day of the month (01 to 31)

  10. Format_DayYear :: TimeFormatElem

    hourglass Data.Hourglass

    day of the year (1 to 365, 366 for leap years)

Page 268 of many | Previous | Next