It removed System.PosixCompat.User.
import System.Environment
#ifndef mingw32_HOST_OS
-import System.PosixCompat.User
+import System.Posix.User
import Data.Maybe
import Control.Applicative
import Prelude
* Setup.hs: Stop installing man pages, desktop files, and the
git-annex-shell and git-remote-tor-annex symlinks.
Anything still relying on that, eg via cabal v1-install will need to
- change to using make install-home.
+ change to using make install-home.a
+ * git-annex.cabal: Support building with unix-compat 0.7
-- Joey Hess <id@joeyh.name> Mon, 26 Jun 2023 13:10:40 -0400
#ifndef mingw32_HOST_OS
import Utility.Data
import Control.Applicative
+import System.Posix.User
#endif
-import System.PosixCompat.User
import Prelude
{- Current user's home directory.
case-insensitive,
random,
dlist,
- unix-compat (>= 0.5 && < 0.7),
+ unix-compat (>= 0.5 && < 0.8),
SafeSemaphore,
async,
directory (>= 1.2.7.0),