diff options
author | Michael Kenney <mfkenney@gmail.com> | 2011-02-10 15:45:34 -0800 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-02-10 21:06:00 -0400 |
commit | 285fb2bb08c7da534c111ebfeee5911e850570cc (patch) | |
tree | d6c01f00e725210543f5bf0991dada6ae5af5dec /Content.hs | |
parent | 75e507d0af707f9773f4b93c17c76c5161d2a195 (diff) |
Fixed missing import of Messages module
Diffstat (limited to 'Content.hs')
-rw-r--r-- | Content.hs | 1 |
1 files changed, 1 insertions, 0 deletions
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 |