Sort module list alphabetically

This commit is contained in:
2016-05-29 17:44:00 +02:00
parent 8d948366f9
commit 98ca6c5d86

View File

@@ -74,10 +74,10 @@ test-suite spec
Main-Is: Main.hs Main-Is: Main.hs
other-modules: other-modules:
HPath.IO.CanonicalizePathSpec HPath.IO.CanonicalizePathSpec
HPath.IO.CopyDirRecursiveSpec
HPath.IO.CopyDirRecursiveOverwriteSpec HPath.IO.CopyDirRecursiveOverwriteSpec
HPath.IO.CopyFileSpec HPath.IO.CopyDirRecursiveSpec
HPath.IO.CopyFileOverwriteSpec HPath.IO.CopyFileOverwriteSpec
HPath.IO.CopyFileSpec
HPath.IO.CreateDirSpec HPath.IO.CreateDirSpec
HPath.IO.CreateRegularFileSpec HPath.IO.CreateRegularFileSpec
HPath.IO.CreateSymlinkSpec HPath.IO.CreateSymlinkSpec
@@ -86,8 +86,8 @@ test-suite spec
HPath.IO.DeleteFileSpec HPath.IO.DeleteFileSpec
HPath.IO.GetDirsFilesSpec HPath.IO.GetDirsFilesSpec
HPath.IO.GetFileTypeSpec HPath.IO.GetFileTypeSpec
HPath.IO.MoveFileSpec
HPath.IO.MoveFileOverwriteSpec HPath.IO.MoveFileOverwriteSpec
HPath.IO.MoveFileSpec
HPath.IO.RecreateSymlinkSpec HPath.IO.RecreateSymlinkSpec
HPath.IO.RenameFileSpec HPath.IO.RenameFileSpec
Spec Spec