aboutsummaryrefslogtreecommitdiffhomepage
path: root/System/Posix/Process/ByteString.hsc
diff options
context:
space:
mode:
authorGravatar Herbert Valerio Riedel <hvr@gnu.org>2016-01-30 22:55:06 +0100
committerGravatar Herbert Valerio Riedel <hvr@gnu.org>2016-01-31 00:19:53 +0100
commit716eccb11f324abc120c24ce0344b7094f1aa435 (patch)
tree85630e94c6f324b1f7b3dc876062dd0dd60d6b48 /System/Posix/Process/ByteString.hsc
parent4c25a0d4af899b43d557a6d2dc1b4291e5f75659 (diff)
Drop bitrotting HUGS support
It's very unlikely the current `unix` code stands any chance of even remotely work with Hugs...
Diffstat (limited to 'System/Posix/Process/ByteString.hsc')
-rw-r--r--System/Posix/Process/ByteString.hsc4
1 files changed, 0 insertions, 4 deletions
diff --git a/System/Posix/Process/ByteString.hsc b/System/Posix/Process/ByteString.hsc
index ee2c9cf..64fc71e 100644
--- a/System/Posix/Process/ByteString.hsc
+++ b/System/Posix/Process/ByteString.hsc
@@ -90,10 +90,6 @@ import qualified Data.ByteString.Char8 as BC
import System.Posix.ByteString.FilePath
-#ifdef __HUGS__
-{-# CFILES cbits/HsUnix.c #-}
-#endif
-
-- | @'executeFile' cmd args env@ calls one of the
-- @execv*@ family, depending on whether or not the current
-- PATH is to be searched for the command, and whether or not an