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