summaryrefslogtreecommitdiff
path: root/libraries/base/System/Posix
diff options
context:
space:
mode:
authorIan Lynagh <ian@well-typed.com>2013-06-02 12:43:34 +0100
committerIan Lynagh <ian@well-typed.com>2013-06-02 12:43:34 +0100
commit889b5bb83b876f83022571816acc7709d7a05821 (patch)
treeef138449acd853f70af5262f99b56fadb691e39d /libraries/base/System/Posix
parentde1ae80b315c7b75c072c57e60ff8180c8e7bb07 (diff)
downloadhaskell-889b5bb83b876f83022571816acc7709d7a05821.tar.gz
Remove an import loop
Diffstat (limited to 'libraries/base/System/Posix')
-rw-r--r--libraries/base/System/Posix/Internals.hs-boot9
1 files changed, 0 insertions, 9 deletions
diff --git a/libraries/base/System/Posix/Internals.hs-boot b/libraries/base/System/Posix/Internals.hs-boot
deleted file mode 100644
index 612269b844..0000000000
--- a/libraries/base/System/Posix/Internals.hs-boot
+++ /dev/null
@@ -1,9 +0,0 @@
-{-# LANGUAGE Trustworthy #-}
-{-# LANGUAGE NoImplicitPrelude #-}
-module System.Posix.Internals where
-
-import GHC.IO
-import GHC.Base
-
-puts :: String -> IO ()
-