Skip to content

Commit bb1614e

Browse files
committed
reexport foldRelOrAbs, onRelOrAbs, foldDirOrFile, onDirOrFile from Pathy
1 parent 032bf07 commit bb1614e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Pathy.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ import Pathy.Path (AbsDir, AbsFile, AbsPath, AnyPath, AnyDir, AnyFile, Path, Rel
1111
import Pathy.Name (Name(..), joinName, splitName, alterExtension, extension)
1212
import Pathy.Printer (Escaper(..), Printer, debugPrintPath, posixPrinter, printPath, unsafePrintPath, windowsPrinter)
1313
import Pathy.Parser (Parser(..), parseAbsDir, parseAbsFile, parsePath, parseRelDir, parseRelFile, posixParser)
14-
import Pathy.Phantom (class IsDirOrFile, class IsRelOrAbs, Abs, Dir, File, Rel)
14+
import Pathy.Phantom (class IsDirOrFile, class IsRelOrAbs, Abs, Dir, File, Rel, foldRelOrAbs, onRelOrAbs, foldDirOrFile, onDirOrFile)
1515
import Pathy.Sandboxed (SandboxedPath, sandbox, sandboxAny, sandboxRoot, unsandbox)

0 commit comments

Comments
 (0)