aboutsummaryrefslogtreecommitdiff
path: root/Annex/Locations.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-02-24 13:42:30 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-02-24 13:42:30 -0400
commit13fb898fb2379a9ed9b7df2b645453059d296488 (patch)
tree1b794934c8449f50e91ad4b95e7cbecdbaac479f /Annex/Locations.hs
parentd884cdfbed61fa451c54562711ab5a12f41a7f7a (diff)
factor non-type stuff out of Key
Diffstat (limited to 'Annex/Locations.hs')
-rw-r--r--Annex/Locations.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Annex/Locations.hs b/Annex/Locations.hs
index a6af4d417..3138b2322 100644
--- a/Annex/Locations.hs
+++ b/Annex/Locations.hs
@@ -77,7 +77,7 @@ import Data.Char
import Data.Default
import Common
-import Types.Key
+import Key
import Types.UUID
import Types.GitConfig
import Types.Difference