From 86e7496917a73de4766f73da0d63cf3b6ff95b21 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Sun, 29 May 2016 17:38:27 +0200 Subject: [PATCH] Re-add missing spec modules so they show up in sdist --- hpath.cabal | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/hpath.cabal b/hpath.cabal index 64b4ee0..d0f2ebc 100644 --- a/hpath.cabal +++ b/hpath.cabal @@ -73,6 +73,22 @@ test-suite spec Hs-Source-Dirs: test Main-Is: Main.hs other-modules: + HPath.IO.CanonicalizePathSpec + HPath.IO.CopyDirRecursiveSpec + HPath.IO.CopyDirRecursiveOverwriteSpec + HPath.IO.CopyFileSpec + HPath.IO.CopyFileOverwriteSpec + HPath.IO.CreateDirSpec + HPath.IO.CreateRegularFileSpec + HPath.IO.DeleteDirRecursiveSpec + HPath.IO.DeleteDirSpec + HPath.IO.DeleteFileSpec + HPath.IO.GetDirsFilesSpec + HPath.IO.GetFileTypeSpec + HPath.IO.MoveFileSpec + HPath.IO.MoveFileOverwriteSpec + HPath.IO.RecreateSymlinkSpec + HPath.IO.RenameFileSpec Spec Utils GHC-Options: -Wall