diff options
author | Joey Hess <joey@kitenet.net> | 2011-03-13 14:25:32 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-03-13 14:25:32 -0400 |
commit | 175d055d4d632c0fc0d2080c7721bf7b3121ddc1 (patch) | |
tree | 2184fa0e392a8527a6fcb409632cbd6f53158c6e /Content.hs | |
parent | 8fa4b48fc43667abfcaf13705e84a1efd1653478 (diff) |
Add Suggests on graphviz. Closes: #618039
Diffstat (limited to 'Content.hs')
-rw-r--r-- | Content.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Content.hs b/Content.hs index 895a8812c..dc675389f 100644 --- a/Content.hs +++ b/Content.hs @@ -34,7 +34,6 @@ 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 |