We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e4904c commit c82ee62Copy full SHA for c82ee62
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