unix-2.7.2.2: POSIX functionality
Copyright(c) Volker Stolz <vs@foldr.org> 2003
LicenseBSD-style (see the file libraries/base/LICENSE)
Maintainervs@foldr.org
Stabilityprovisional
Portabilitynon-portable (requires POSIX)
Safe HaskellSafe
LanguageHaskell2010

System.Posix.DynamicLinker.Module

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 #