diff options
author | Ian Lynagh <ian@well-typed.com> | 2013-06-02 12:43:34 +0100 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2013-06-02 12:43:34 +0100 |
commit | 889b5bb83b876f83022571816acc7709d7a05821 (patch) | |
tree | ef138449acd853f70af5262f99b56fadb691e39d /libraries/base/System/Posix | |
parent | de1ae80b315c7b75c072c57e60ff8180c8e7bb07 (diff) | |
download | haskell-889b5bb83b876f83022571816acc7709d7a05821.tar.gz |
Remove an import loop
Diffstat (limited to 'libraries/base/System/Posix')
-rw-r--r-- | libraries/base/System/Posix/Internals.hs-boot | 9 |
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 () - |