From f841a53985d4b0872f20dd68b120f58e9a5a8fb0 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Tue, 10 May 2016 00:36:51 +0200 Subject: [PATCH] HPath.IO: pretty --- src/HPath/IO.hs | 5 +++++ 1 file changed, 5 insertions(+) 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