aboutsummaryrefslogtreecommitdiffhomepage
path: root/System/Posix/DynamicLinker
diff options
context:
space:
mode:
authorGravatar panne <unknown>2003-08-04 13:22:05 +0000
committerGravatar panne <unknown>2003-08-04 13:22:05 +0000
commit839353f2be585186ac82bb6de5c422959418f3c0 (patch)
treeebb53279388c3c93471a8b29744e8eab5a5d1930 /System/Posix/DynamicLinker
parentadd0d2c490261a01eb34552a43dbd2d5d59b8812 (diff)
[project @ 2003-08-04 13:22:05 by panne]
Export Module (abstractly), otherwise the user is unable to write signatures involving this type. Improves Haddock hyperlinks, too.
Diffstat (limited to 'System/Posix/DynamicLinker')
-rw-r--r--System/Posix/DynamicLinker/Module.hsc4
1 files changed, 2 insertions, 2 deletions
diff --git a/System/Posix/DynamicLinker/Module.hsc b/System/Posix/DynamicLinker/Module.hsc
index 351429a..c5e11c4 100644
--- a/System/Posix/DynamicLinker/Module.hsc
+++ b/System/Posix/DynamicLinker/Module.hsc
@@ -36,8 +36,8 @@ module System.Posix.DynamicLinker.Module (
-- strstr <- peekCString strptr
-- ...
-
- moduleOpen -- :: String -> ModuleFlags -> IO Module
+ Module
+ , moduleOpen -- :: String -> ModuleFlags -> IO Module
, moduleSymbol -- :: Source -> String -> IO (FunPtr a)
, moduleClose -- :: Module -> IO Bool
, moduleError -- :: IO String