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.
-
time-compat Data.Time.Format.ISO8601.Compat No documentation available.
module Distribution.Types.
ForeignLib No documentation available.
-
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.
-
Cabal-syntax Distribution.Types.ForeignLib No documentation available.
-
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.
module Distribution.Types.
ForeignLibOption No documentation available.
-
Cabal-syntax Distribution.Types.ForeignLibOption No documentation available.
ForeignLibStandalone :: ForeignLibOptionCabal-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.
module Distribution.Types.
ForeignLibType No documentation available.
ForeignLibNativeShared :: ForeignLibTypeCabal-syntax Distribution.Types.ForeignLibType A native shared library (.so on Linux, .dylib on OSX, or .dll on Windows).