unix-2.7.2.2: POSIX functionality

Copyright(c) Volker Stolz <[email protected]> 2003
LicenseBSD-style (see the file libraries/base/LICENSE)
Maintainer[email protected]
Stabilityprovisional
Portabilitynon-portable (requires POSIX)
Safe HaskellSafe
LanguageHaskell2010

System.Posix.DynamicLinker.Module.ByteString

Description

DLOpen support, old API Derived from GModule.chs by M.Weber & M.Chakravarty which is part of c2hs I left the API more or less the same, mostly the flags are different.

Documentation

withModule_ :: Maybe String -> String -> [RTLDFlags] -> (Module -> IO a) -> IO () Source #