From 687a113252052d4d3448b4b65b7f5fdb6dffeac5 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Mon, 9 May 2016 17:04:01 +0200 Subject: [PATCH] Fix documentation in System.Posix.FilePath --- src/System/Posix/FilePath.hs | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/src/System/Posix/FilePath.hs b/src/System/Posix/FilePath.hs index 6b9361b..6837854 100644 --- a/src/System/Posix/FilePath.hs +++ b/src/System/Posix/FilePath.hs @@ -1,10 +1,21 @@ +-- | +-- Module : System.Posix.FilePath +-- Copyright : © 2016 Julian Ospald +-- License : BSD3 +-- +-- Maintainer : Julian Ospald +-- Stability : experimental +-- Portability : portable +-- +-- The equivalent of "System.FilePath" on raw (byte string) file paths. +-- +-- Not all functions of "System.FilePath" are implemented yet. Feel free to contribute! + {-# LANGUAGE TupleSections #-} {-# OPTIONS_GHC -Wall #-} --- | The equivalent of "System.FilePath" on raw (byte string) file paths. --- --- Not all functions of "System.FilePath" are implemented yet. Feel free to contribute! + module System.Posix.FilePath ( pathSeparator