aboutsummaryrefslogtreecommitdiffhomepage
path: root/System/Posix/Signals
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/Signals
parentcd4fb516eff8e407cce2253dada61100eea500c1 (diff)
Follow change to FFI decls: Import constructors of newtypes
Diffstat (limited to 'System/Posix/Signals')
-rw-r--r--System/Posix/Signals/Exts.hsc2
1 files changed, 1 insertions, 1 deletions
diff --git a/System/Posix/Signals/Exts.hsc b/System/Posix/Signals/Exts.hsc
index 4b466f1..5dece59 100644
--- a/System/Posix/Signals/Exts.hsc
+++ b/System/Posix/Signals/Exts.hsc
@@ -30,7 +30,7 @@ module System.Posix.Signals.Exts (
) where
-import Foreign.C ( CInt )
+import Foreign.C
import System.Posix.Signals
#ifdef __HUGS__