From fb7a0ccb4ced8933be741e41eed1aac8667c4d86 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 30 Jan 2025 14:32:44 -0400 Subject: [PATCH] Revert "disable OsPath build flag on windows for now" This reverts commit 55cf9ce28fe1c8a4ee64f1843cd3a88e85bcbf35. Problem was fixed by commit c1e90767daeff7557e047ea4229d83c4e78f9f12 --- git-annex.cabal | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/git-annex.cabal b/git-annex.cabal index b610cdf65c..b662fe482e 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -333,14 +333,12 @@ Executable git-annex P2P.Http.State if flag(OsPath) - -- Currently this build flag does not pass the test suite on Windows - if (! os(windows)) - Build-Depends: - os-string (>= 2.0.0), - directory (>= 1.3.8.3), - filepath (>= 1.5.2.0), - file-io (>= 0.1.3) - CPP-Options: -DWITH_OSPATH + Build-Depends: + os-string (>= 2.0.0), + directory (>= 1.3.8.3), + filepath (>= 1.5.2.0), + file-io (>= 0.1.3) + CPP-Options: -DWITH_OSPATH if (os(windows)) Build-Depends: