aboutsummaryrefslogtreecommitdiffhomepage
path: root/System/Posix/DynamicLinker
diff options
context:
space:
mode:
authorGravatar Ian Lynagh <igloo@earth.li>2011-10-21 00:52:38 +0100
committerGravatar Ian Lynagh <igloo@earth.li>2011-10-21 00:52:38 +0100
commit4bf53dbed1933ccc68c9e4e295382c4cdfc1c082 (patch)
tree20c25990b5e124a24b213251a794af853e715823 /System/Posix/DynamicLinker
parentcd4fb516eff8e407cce2253dada61100eea500c1 (diff)
Follow change to FFI decls: Import constructors of newtypes
Diffstat (limited to 'System/Posix/DynamicLinker')
-rw-r--r--System/Posix/DynamicLinker/Prim.hsc2
1 files changed, 1 insertions, 1 deletions
diff --git a/System/Posix/DynamicLinker/Prim.hsc b/System/Posix/DynamicLinker/Prim.hsc
index 2b11261..2e5409e 100644
--- a/System/Posix/DynamicLinker/Prim.hsc
+++ b/System/Posix/DynamicLinker/Prim.hsc
@@ -39,7 +39,7 @@ where
import Data.Bits ( (.|.) )
import Foreign.Ptr ( Ptr, FunPtr, nullPtr )
-import Foreign.C.Types ( CInt )
+import Foreign.C.Types
import Foreign.C.String ( CString )
-- RTLD_NEXT madness