summaryrefslogtreecommitdiff
path: root/Remote/WebDAV
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2017-09-15 16:34:45 -0400
committerJoey Hess <joeyh@joeyh.name>2017-09-15 16:46:03 -0400
commite1f5c90c92ea4154b7ba6bac2f6e5e1ee3635d64 (patch)
treedaf4c95cb2dc9bb668145a9102c86146f7bb03a7 /Remote/WebDAV
parente54a05612e1f780f393883468c7f102d788b4261 (diff)
split out Types.Export
Diffstat (limited to 'Remote/WebDAV')
-rw-r--r--Remote/WebDAV/DavLocation.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Remote/WebDAV/DavLocation.hs b/Remote/WebDAV/DavLocation.hs
index 74b4831ea7..09f2b1b477 100644
--- a/Remote/WebDAV/DavLocation.hs
+++ b/Remote/WebDAV/DavLocation.hs
@@ -11,7 +11,7 @@
module Remote.WebDAV.DavLocation where
import Types
-import Types.Remote (ExportLocation(..))
+import Types.Export
import Annex.Locations
import Utility.Url (URLString)
#ifdef mingw32_HOST_OS