diff options
author | davve <davve@dtek.chalmers.se> | 2006-09-15 18:05:45 +0000 |
---|---|---|
committer | davve <davve@dtek.chalmers.se> | 2006-09-15 18:05:45 +0000 |
commit | fcfbcf661f26f2a22a4b6a54d628d7d1ec2c358e (patch) | |
tree | 1828b49f51d9d45ba657aad76000975afe03d2e6 /src/Main.hs | |
parent | d2eedd954f844cd88b47026f415c4192bc051dd2 (diff) |
Small source code cleanup
Diffstat (limited to 'src/Main.hs')
-rw-r--r-- | src/Main.hs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Main.hs b/src/Main.hs index 7c6c9bc8..33913b51 100644 --- a/src/Main.hs +++ b/src/Main.hs @@ -32,10 +32,6 @@ import System.Environment ( getArgs ) import System.IO ( stderr, IOMode(..), openFile, hClose, hGetContents, hPutStrLn ) import System.Directory ( doesFileExist, doesDirectoryExist ) -#if defined(mingw32_HOST_OS) -import Foreign -import Foreign.C -#endif import qualified Data.Map as Map import Data.Map (Map) import Data.FunctorM ( fmapM ) |