aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/PursLoader/Path.purs
diff options
context:
space:
mode:
Diffstat (limited to 'src/PursLoader/Path.purs')
-rw-r--r--src/PursLoader/Path.purs14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/PursLoader/Path.purs b/src/PursLoader/Path.purs
deleted file mode 100644
index 98cad5a..0000000
--- a/src/PursLoader/Path.purs
+++ /dev/null
@@ -1,14 +0,0 @@
1module PursLoader.Path
2 ( relative
3 , resolve
4 , dirname
5 , joinPath
6 ) where
7
8foreign import relative :: String -> String -> String
9
10foreign import resolve :: String -> String
11
12foreign import dirname :: String -> String
13
14foreign import joinPath :: String -> String -> String