diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2011-07-29 11:19:00 +0100 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2011-07-29 11:19:00 +0100 |
commit | 1538916de5c806faf0599cbaab2e2c7710127143 (patch) | |
tree | 54b1629ff5e4006f2b696cea44356cbaa4b919cc /utils/runghc | |
parent | 8919b2f73893b4dc8ad572ca15a51a2732be141c (diff) | |
download | haskell-1538916de5c806faf0599cbaab2e2c7710127143.tar.gz |
Remove unnecessary import (Windows only)
Diffstat (limited to 'utils/runghc')
-rw-r--r-- | utils/runghc/runghc.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/runghc/runghc.hs b/utils/runghc/runghc.hs index 4424c96096..8eb46b57f1 100644 --- a/utils/runghc/runghc.hs +++ b/utils/runghc/runghc.hs @@ -28,7 +28,6 @@ import System.FilePath import System.IO #if defined(mingw32_HOST_OS) -import Control.Monad import Foreign import Foreign.C.String #endif |