Fixed missing import of Messages module

This commit is contained in:
Michael Kenney 2011-02-10 15:45:34 -08:00 committed by Joey Hess
parent 75e507d0af
commit 285fb2bb08
2 changed files with 2 additions and 0 deletions

View file

@ -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