From f3d197128322981d58677ba165f7d33158e07940 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 9 Oct 2014 15:35:19 -0400 Subject: hlint --- Limit.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Limit.hs') diff --git a/Limit.hs b/Limit.hs index 573bd57b6..5d58e77f0 100644 --- a/Limit.hs +++ b/Limit.hs @@ -82,7 +82,7 @@ addExclude = addLimit . limitExclude limitExclude :: MkLimit Annex limitExclude glob = Right $ const $ return . not . matchGlobFile glob -matchGlobFile :: String -> (MatchInfo -> Bool) +matchGlobFile :: String -> MatchInfo -> Bool matchGlobFile glob = go where cglob = compileGlob glob CaseSensative -- memoized -- cgit v1.2.3