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.
getShared :: Curve -> PrivateNumber -> PublicPoint -> SharedKeycrypton Crypto.PubKey.ECC.DH Generating a shared key using our private number and the other party public point.
mkGenericSharedBundledLibName :: Platform -> CompilerId -> String -> StringCabal 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"
mkGenericSharedLibName :: Platform -> CompilerId -> String -> StringCabal 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.
mkSharedLibName :: Platform -> CompilerId -> UnitId -> StringCabal Distribution.Simple.BuildPaths No documentation available.
MustHaveSharedLibraries :: CabalExceptionCabal Distribution.Simple.Errors No documentation available.
ghcOptShared :: GhcOptions -> Flag BoolCabal Distribution.Simple.Program.GHC No documentation available.
configSharedLib :: ConfigFlags -> Flag BoolCabal Distribution.Simple.Setup Build shared library
withSharedLib :: BuildOptions -> BoolCabal Distribution.Types.LocalBuildConfig Whether to build shared versions of libs.
Opt_SharedImplib :: GeneralFlagghc GHC No documentation available.
Opt_SharedImplib :: GeneralFlagghc GHC.Driver.DynFlags No documentation available.