We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0e4904c + c82ee62 commit 56c788cCopy full SHA for 56c788c
Cabal-syntax/src/Distribution/Utils/Path.hs
@@ -37,6 +37,8 @@ module Distribution.Utils.Path
37
, SymbolicPath
38
, AbsolutePath (..)
39
, SymbolicPathX -- NB: constructor not exposed, to retain type safety.
40
+ , FileLike (..)
41
+ , PathLike (..)
42
43
-- ** Symbolic path API
44
, getSymbolicPath
@@ -53,8 +55,6 @@ module Distribution.Utils.Path
53
55
, interpretSymbolicPathAbsolute
54
56
57
-- ** General filepath API
- , (</>)
- , (<.>)
58
, takeDirectorySymbolicPath
59
, dropExtensionsSymbolicPath
60
, replaceExtensionSymbolicPath
0 commit comments