factor out common imports
no code changes
This commit is contained in:
parent
003a604a6e
commit
8ef2095fa0
83 changed files with 264 additions and 619 deletions
6
Limit.hs
6
Limit.hs
|
@ -9,15 +9,13 @@ module Limit where
|
|||
|
||||
import Text.Regex.PCRE.Light.Char8
|
||||
import System.Path.WildMatch
|
||||
import Control.Applicative
|
||||
import Data.Maybe
|
||||
|
||||
import Annex
|
||||
import AnnexCommon
|
||||
import qualified Annex
|
||||
import qualified Utility.Matcher
|
||||
import qualified Remote
|
||||
import qualified Backend
|
||||
import LocationLog
|
||||
import Utility
|
||||
import Content
|
||||
|
||||
type Limit = Utility.Matcher.Token (FilePath -> Annex Bool)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue