From 98ca6c5d86eb881472eaf9870c646a93fa286155 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Sun, 29 May 2016 17:44:00 +0200 Subject: [PATCH] Sort module list alphabetically --- hpath.cabal | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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