Add a test case to be more clear what the expected output of ls should be
Replace system-filepath with filepath
Update tests to work with the new FilePath datatype
Quirks:
test/src/RmSpec.hs shows that more type annotations are necessary when using FilePath as a command and program argument at the same time.
Thus, I anticipate that some programs will break.
Closes #116
Updates include:
ls
should besystem-filepath
withfilepath
FilePath
datatypeQuirks:
test/src/RmSpec.hs
shows that more type annotations are necessary when usingFilePath
as a command and program argument at the same time. Thus, I anticipate that some programs will break.