Skip to content

Commit 644d0a2

Browse files
committed
Merge pull request #16 from garyb/exports
Actually export the new synonyms & pathName
2 parents 7b2e5b2 + 6d23e7e commit 644d0a2

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

src/Data/Path/Pathy.purs

+8-4
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,19 @@
11
module Data.Path.Pathy
22
( Abs()
3-
, AbsDir(..)
4-
, AbsFile(..)
3+
, AbsDir()
4+
, AbsFile()
5+
, AbsPath()
56
, Dir()
67
, DirName(..)
78
, Escaper(..)
89
, File()
910
, FileName(..)
1011
, Path()
12+
, AnyPath()
1113
, Rel()
12-
, RelDir(..)
13-
, RelFile(..)
14+
, RelDir()
15+
, RelFile()
16+
, RelPath()
1417
, Sandboxed()
1518
, Unsandboxed()
1619
, (</>)
@@ -30,6 +33,7 @@ module Data.Path.Pathy
3033
, file
3134
, file'
3235
, fileName
36+
, pathName
3337
, identicalPath
3438
, isAbsolute
3539
, isRelative

0 commit comments

Comments
 (0)