aboutsummaryrefslogtreecommitdiff
path: root/Limit.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-10-04 00:40:47 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-10-04 00:59:08 -0400
commitcfe21e85e7fba61ac588e210f2a9b75f8d081f42 (patch)
tree3237aa5460cb38254a44a6462c83db3c2276c229 /Limit.hs
parentff21fd4a652cc6516d0e06ab885adf1c93eddced (diff)
rename
Diffstat (limited to 'Limit.hs')
-rw-r--r--Limit.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Limit.hs b/Limit.hs
index 334ae325d..91857c687 100644
--- a/Limit.hs
+++ b/Limit.hs
@@ -10,13 +10,13 @@ module Limit where
import Text.Regex.PCRE.Light.Char8
import System.Path.WildMatch
-import AnnexCommon
+import Annex.Common
import qualified Annex
import qualified Utility.Matcher
import qualified Remote
import qualified Backend
import LocationLog
-import Content
+import Annex.Content
type Limit = Utility.Matcher.Token (FilePath -> Annex Bool)