Skip to content
Snippets Groups Projects
Commit 880ad15e authored by Herbert Valerio Riedel's avatar Herbert Valerio Riedel :man_dancing:
Browse files

Follow-up to c0ec0b36

parent 28e4d38a
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,7 @@ import GHC.IO.Encoding.Failure
( recoverEncode, CodingFailureMode(TransliterateCodingFailure) )
#endif
#if defined(mingw32_HOST_OS)
#if defined(mingw32_HOST_OS) || MIN_VERSION_directory(1,2,3)
import Prelude hiding (ioError)
import Control.Monad (liftM2, unless)
import System.Directory (doesDirectoryExist)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment