From 5ed249f5d6aa0c464c2c283bf15a3ea6009ad616 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Wed, 18 May 2016 14:03:50 +0200 Subject: [PATCH] Fix haddock --- src/System/Posix/Directory/Traversals.hs | 1 + src/System/Posix/FD.hs | 1 + src/System/Posix/FilePath.hs | 1 + 3 files changed, 3 insertions(+) diff --git a/src/System/Posix/Directory/Traversals.hs b/src/System/Posix/Directory/Traversals.hs index a36717d..ada691e 100644 --- a/src/System/Posix/Directory/Traversals.hs +++ b/src/System/Posix/Directory/Traversals.hs @@ -1,3 +1,4 @@ +-- | -- Module : System.Posix.Directory.Traversals -- Copyright : © 2016 Julian Ospald -- License : BSD3 diff --git a/src/System/Posix/FD.hs b/src/System/Posix/FD.hs index 4ad47e9..ce0b45e 100644 --- a/src/System/Posix/FD.hs +++ b/src/System/Posix/FD.hs @@ -1,3 +1,4 @@ +-- | -- Module : System.Posix.FD -- Copyright : © 2016 Julian Ospald -- License : BSD3 diff --git a/src/System/Posix/FilePath.hs b/src/System/Posix/FilePath.hs index e89a6be..1a0b99d 100644 --- a/src/System/Posix/FilePath.hs +++ b/src/System/Posix/FilePath.hs @@ -1,3 +1,4 @@ +-- | -- Module : System.Posix.FilePath -- Copyright : © 2016 Julian Ospald -- License : BSD3