git-annex/Types/FileMatcher.hs
2013-05-25 13:51:27 -04:00

13 lines
323 B
Haskell

{- git-annex file matcher types
-
- Copyright 2013 Joey Hess <joey@kitenet.net>
-
- Licensed under the GNU GPL version 3 or higher.
-}
module Types.FileMatcher where
data FileInfo = FileInfo
{ relFile :: FilePath -- may be relative to cwd
, matchFile :: FilePath -- filepath to match on; may be relative to top
}