Fixed missing import of Messages module
This commit is contained in:
parent
75e507d0af
commit
285fb2bb08
2 changed files with 2 additions and 0 deletions
|
@ -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"]
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue