diff options
author | Joey Hess <joey@kitenet.net> | 2012-01-25 20:42:01 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-01-25 20:42:05 -0400 |
commit | 3ca7cf5db1c90b6fce8d918647c5a689ea376ecd (patch) | |
tree | fd66ecff0f48350cf87584d00859eb575fe441b9 | |
parent | 9b51ec9dbf48a54184aedf3f4cd5387347d67336 (diff) |
export fromPath
Not used in git-annex, but I am using it in git-backup
-rw-r--r-- | Git/Construct.hs | 1 |
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, |