support building with unix-compat 0.7

It removed System.PosixCompat.User.
This commit is contained in:
Joey Hess 2023-08-01 15:17:43 -04:00
parent 1bc7792101
commit fb640bc2f4
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
4 changed files with 5 additions and 4 deletions

View file

@ -24,7 +24,7 @@ import Assistant.Install.Menu
import System.Environment
#ifndef mingw32_HOST_OS
import System.PosixCompat.User
import System.Posix.User
import Data.Maybe
import Control.Applicative
import Prelude