Skip to content

Commit 56c788c

Browse files
authored
Merge pull request #10873 from kazu-yamamoto/export-pathlike
exporting FileLike and PathLike
2 parents 0e4904c + c82ee62 commit 56c788c

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

+2-2
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)