diff options
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 ) |