simplfy unix-compat dep
authorJoey Hess <joeyh@joeyh.name>
Thu, 2 Jan 2020 16:18:38 +0000 (12:18 -0400)
committerJoey Hess <joeyh@joeyh.name>
Thu, 2 Jan 2020 16:18:38 +0000 (12:18 -0400)
git-annex.cabal

index 8c127d123a03dc97f03adf2af75231059873c892..a45bf3627d47c2c6f85b6c4cb55f73525b88d6fa 100644 (file)
@@ -315,7 +315,7 @@ Executable git-annex
    case-insensitive,
    random,
    dlist,
-   unix-compat,
+   unix-compat (>= 0.5),
    SafeSemaphore,
    async,
    directory (>= 1.2),
@@ -394,7 +394,6 @@ Executable git-annex
   if (os(windows))
     Build-Depends:
       Win32 (>= 2.6.1.0),
-      unix-compat (>= 0.5),
       setenv,
       process (>= 1.6.2.0),
       silently (>= 1.2.5.1)