hcltest-0.3: A testing library for command line applications.

Safe HaskellSafe-Inferred

Test.HClTest.Setup

Synopsis

Documentation

copyFiles :: FilePath -> FilePath -> IO ()Source

copyFiles source target copies all the files in the source directory to the directory target.

copyFilesHere :: FilePath -> IO ()Source

copyFilesHere source copies all the files from source to the current directory.