Skip to content

Commit 2668f9b

Browse files
committed
One final windowsintegersimple fix
1 parent aeaea65 commit 2668f9b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/System/Process/Read.hs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ import Data.Text.Encoding.Error (lenientDecode)
5757
import qualified Data.Text.Lazy.Encoding as LT
5858
import qualified Data.Text.Lazy as LT
5959
import Data.Typeable (Typeable)
60-
import Distribution.System (OS (Windows), Platform (Platform))
60+
import Distribution.System (OS (Windows, OtherOS), Platform (Platform))
6161
import Path (Path, Abs, Dir, toFilePath, File, parseAbsFile)
6262
import Prelude -- Fix AMP warning
6363
import System.Directory (createDirectoryIfMissing, doesFileExist, getCurrentDirectory)
@@ -108,6 +108,7 @@ mkEnvOverride platform tm' = do
108108
isWindows =
109109
case platform of
110110
Platform _ Windows -> True
111+
Platform _ (OtherOS "windowsintegersimple") -> True
111112
_ -> False
112113

113114
-- | Helper conversion function

0 commit comments

Comments
 (0)