Skip to content
Snippets Groups Projects
Commit c96a9d49 authored by rwbarton's avatar rwbarton Committed by Austin Seipp
Browse files

Unconditionalize imports in System.Posix.User


Their use site is now unconditional. Issue #8223.

Signed-off-by: default avatarAustin Seipp <austin@well-typed.com>
parent 996bd23f
Branches 156-newer-win32
Tags
No related merge requests found
......@@ -62,10 +62,8 @@ import Control.Concurrent.MVar ( MVar, newMVar, withMVar )
#ifdef HAVE_GETPWENT
import Control.Exception
#endif
#if defined(HAVE_GETGRNAM_R) || defined(HAVE_GETPWNAM_R)
import Control.Monad
import System.IO.Error
#endif
-- -----------------------------------------------------------------------------
-- user environemnt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment