diff --git a/hpath.cabal b/hpath.cabal index 5c8aacb..786b485 100644 --- a/hpath.cabal +++ b/hpath.cabal @@ -74,10 +74,10 @@ test-suite spec Main-Is: Main.hs other-modules: HPath.IO.CanonicalizePathSpec - HPath.IO.CopyDirRecursiveSpec HPath.IO.CopyDirRecursiveOverwriteSpec - HPath.IO.CopyFileSpec + HPath.IO.CopyDirRecursiveSpec HPath.IO.CopyFileOverwriteSpec + HPath.IO.CopyFileSpec HPath.IO.CreateDirSpec HPath.IO.CreateRegularFileSpec HPath.IO.CreateSymlinkSpec @@ -86,8 +86,8 @@ test-suite spec HPath.IO.DeleteFileSpec HPath.IO.GetDirsFilesSpec HPath.IO.GetFileTypeSpec - HPath.IO.MoveFileSpec HPath.IO.MoveFileOverwriteSpec + HPath.IO.MoveFileSpec HPath.IO.RecreateSymlinkSpec HPath.IO.RenameFileSpec Spec