summaryrefslogtreecommitdiff
path: root/Annex
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-11-23 21:58:39 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-11-23 21:58:39 -0400
commitca74fd92e73ac7d490067728d473c89fedf164b0 (patch)
tree869c7ddf86bce623b4bb40eeccefae63324290a6 /Annex
parent8276e0725fab976f5a73fee18c5e51fdae7f6d07 (diff)
fsck distribution key
Diffstat (limited to 'Annex')
-rw-r--r--Annex/Content.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Annex/Content.hs b/Annex/Content.hs
index 13a43b16e..62f1b1ccb 100644
--- a/Annex/Content.hs
+++ b/Annex/Content.hs
@@ -30,6 +30,7 @@ module Annex.Content (
freezeContent,
thawContent,
dirKeys,
+ withObjectLoc,
) where
import System.IO.Unsafe (unsafeInterleaveIO)