Hoogle Search

Within LTS Haskell 24.25 (ghc-9.10.3)

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

  1. getShared :: Curve -> PrivateNumber -> PublicPoint -> SharedKey

    crypton Crypto.PubKey.ECC.DH

    Generating a shared key using our private number and the other party public point.

  2. mkGenericSharedBundledLibName :: Platform -> CompilerId -> String -> String

    Cabal Distribution.Simple.BuildPaths

    Create a library name for a bundled shared library from a given name. This matches the naming convention for shared libraries as implemented in GHC's packageHsLibs function in the Packages module. If the given name is prefixed with HS, then this prepends lib and appends the compiler flavour/version and shared library extension e.g.: "HSrts-1.0" -> "libHSrts-1.0-ghc8.7.20190109.so" Otherwise the given name should be prefixed with C, then this strips the C, prepends lib and appends the shared library extension e.g.: Cffi -> "libffi.so"

  3. mkGenericSharedLibName :: Platform -> CompilerId -> String -> String

    Cabal Distribution.Simple.BuildPaths

    Create a library name for a shared library from a given name. Prepends lib and appends the -<compilerFlavour><compilerVersion> as well as the shared library extension.

  4. mkSharedLibName :: Platform -> CompilerId -> UnitId -> String

    Cabal Distribution.Simple.BuildPaths

    No documentation available.

  5. MustHaveSharedLibraries :: CabalException

    Cabal Distribution.Simple.Errors

    No documentation available.

  6. ghcOptShared :: GhcOptions -> Flag Bool

    Cabal Distribution.Simple.Program.GHC

    No documentation available.

  7. configSharedLib :: ConfigFlags -> Flag Bool

    Cabal Distribution.Simple.Setup

    Build shared library

  8. withSharedLib :: BuildOptions -> Bool

    Cabal Distribution.Types.LocalBuildConfig

    Whether to build shared versions of libs.

  9. Opt_SharedImplib :: GeneralFlag

    ghc GHC

    No documentation available.

  10. Opt_SharedImplib :: GeneralFlag

    ghc GHC.Driver.DynFlags

    No documentation available.

Page 24 of many | Previous | Next