aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Command/PreCommit.hs1
-rw-r--r--Content.hs1
2 files changed, 2 insertions, 0 deletions
diff --git a/Command/PreCommit.hs b/Command/PreCommit.hs
index f22300a03..76aab3855 100644
--- a/Command/PreCommit.hs
+++ b/Command/PreCommit.hs
@@ -14,6 +14,7 @@ import qualified Annex
import qualified GitRepo as Git
import qualified Command.Add
import qualified Command.Fix
+import Messages
command :: [Command]
command = [Command "pre-commit" paramPath seek "run by git pre-commit hook"]
diff --git a/Content.hs b/Content.hs
index fae980bae..188a38787 100644
--- a/Content.hs
+++ b/Content.hs
@@ -34,6 +34,7 @@ import UUID
import qualified GitRepo as Git
import qualified Annex
import Utility
+import Messages
{- Checks if a given key is currently present in the gitAnnexLocation. -}
inAnnex :: Key -> Annex Bool