relFile does not have to be relative; rename to currFile

This commit is contained in:
Joey Hess 2015-02-06 16:03:02 -04:00
parent dfab5e6ff4
commit b94eb9b22c
4 changed files with 8 additions and 6 deletions

View file

@ -77,7 +77,7 @@ withPathContents a params = do
, return [(p, takeFileName p)]
)
checkmatch matcher (f, relf) = matcher $ MatchingFile $ FileInfo
{ relFile = f
{ currFile = f
, matchFile = relf
}