summaryrefslogtreecommitdiff
path: root/Test.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-01-29 15:19:03 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-01-29 15:19:03 -0400
commit2f4061cce0eb1189d194cef6ef2e446da53cd854 (patch)
treef13a6b7066184d710e32f149b83e5bebc6b3e214 /Test.hs
parent322f68bda7305803b18598f9123a17377c8421ff (diff)
Windows: Avoid using unix-compat's rename, which refuses to rename directories.
Diffstat (limited to 'Test.hs')
-rw-r--r--Test.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Test.hs b/Test.hs
index 0d8e0e3ef..b7f431d6c 100644
--- a/Test.hs
+++ b/Test.hs
@@ -17,7 +17,6 @@ import Test.Tasty.Ingredients.Rerun
import Data.Monoid
import Options.Applicative hiding (command)
-import System.PosixCompat.Files
import Control.Exception.Extensible
import qualified Data.Map as M
import System.IO.HVFS (SystemFS(..))