From a5360f29a37052eeac84e7762b9c63d78feafc7d Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Sat, 16 Apr 2016 19:21:19 +0200 Subject: [PATCH] Don't re-export functions --- src/HPath.hs | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/HPath.hs b/src/HPath.hs index 1eceb61..acad088 100644 --- a/src/HPath.hs +++ b/src/HPath.hs @@ -47,19 +47,9 @@ module HPath ,nullByte ,pathDot ,pathDot' - ,pathSeparator ,pathSeparator' -- * ByteString operations - ,addTrailingPathSeparator - ,combine - ,dropFileName - ,dropTrailingPathSeparator ,fpToString - ,joinPath - ,splitDirectories - ,splitFileName - ,splitPath - ,takeDirectory ,userStringToFP -- * ByteString Query functions ,hiddenFile