Skip to content

Commit c82ee62

Browse files
committed
exporting FileLike and PathLike
1 parent 0e4904c commit c82ee62

File tree

1 file changed

+2
-2
lines changed
  • Cabal-syntax/src/Distribution/Utils

1 file changed

+2
-2
lines changed

Cabal-syntax/src/Distribution/Utils/Path.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ module Distribution.Utils.Path
3737
, SymbolicPath
3838
, AbsolutePath (..)
3939
, SymbolicPathX -- NB: constructor not exposed, to retain type safety.
40+
, FileLike (..)
41+
, PathLike (..)
4042

4143
-- ** Symbolic path API
4244
, getSymbolicPath
@@ -53,8 +55,6 @@ module Distribution.Utils.Path
5355
, interpretSymbolicPathAbsolute
5456

5557
-- ** General filepath API
56-
, (</>)
57-
, (<.>)
5858
, takeDirectorySymbolicPath
5959
, dropExtensionsSymbolicPath
6060
, replaceExtensionSymbolicPath

0 commit comments

Comments
 (0)