diff --git a/src/HPath/IO.hs b/src/HPath/IO.hs index 6955461..a3a620e 100644 --- a/src/HPath/IO.hs +++ b/src/HPath/IO.hs @@ -186,6 +186,11 @@ import System.Posix.Types + ------------- + --[ Types ]-- + ------------- + + data FileType = Directory | RegularFile | SymbolicLink