LIB: improve formatting style
This commit is contained in:
parent
94095ec28b
commit
7c84dce09f
@ -60,11 +60,13 @@ import qualified System.Directory as SD
|
|||||||
-- carried out via `doFile`. Useful to build up a list of operations
|
-- carried out via `doFile`. Useful to build up a list of operations
|
||||||
-- or delay operations.
|
-- or delay operations.
|
||||||
data FileOperation = FCopy DTInfoZipper DTInfoZipper
|
data FileOperation = FCopy DTInfoZipper DTInfoZipper
|
||||||
| FMove FilePath FilePath
|
| FMove FilePath FilePath
|
||||||
| FDelete DTInfoZipper
|
| FDelete DTInfoZipper
|
||||||
| FOpen DTInfoZipper
|
| FOpen DTInfoZipper
|
||||||
| FExecute DTInfoZipper [String]
|
| FExecute DTInfoZipper [String]
|
||||||
| None
|
| None
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
runFileOp :: FileOperation -> IO ()
|
runFileOp :: FileOperation -> IO ()
|
||||||
|
Loading…
Reference in New Issue
Block a user