We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9885861 commit 9c422feCopy full SHA for 9c422fe
exe/Wrapper.hs
@@ -30,10 +30,10 @@ import System.IO
30
import System.Info
31
#ifndef mingw32_HOST_OS
32
import System.Posix.Process (executeFile)
33
+import qualified Data.Map.Strict as Map
34
#else
35
import System.Process
36
#endif
-import qualified Data.Map.Strict as Map
37
import qualified Data.Text.IO as T
38
import Control.Monad.Trans.Except (ExceptT, runExceptT, throwE)
39
import qualified Data.Text as T
0 commit comments