summaryrefslogtreecommitdiff
path: root/Git/Construct.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-01-25 20:42:01 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-01-25 20:42:05 -0400
commit3ca7cf5db1c90b6fce8d918647c5a689ea376ecd (patch)
treefd66ecff0f48350cf87584d00859eb575fe441b9 /Git/Construct.hs
parent9b51ec9dbf48a54184aedf3f4cd5387347d67336 (diff)
export fromPath
Not used in git-annex, but I am using it in git-backup
Diffstat (limited to 'Git/Construct.hs')
-rw-r--r--Git/Construct.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Git/Construct.hs b/Git/Construct.hs
index bfb16164f..ef6094a21 100644
--- a/Git/Construct.hs
+++ b/Git/Construct.hs
@@ -9,6 +9,7 @@ module Git.Construct (
fromCurrent,
fromCwd,
fromAbsPath,
+ fromPath,
fromUrl,
fromUnknown,
localToUrl,