From cbfcd75214a648bf204f8356a28e360229542bde Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 26 Feb 2013 13:49:22 -0400 Subject: fix * glob matching files in subdirectories --- git-annex.cabal | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'git-annex.cabal') diff --git a/git-annex.cabal b/git-annex.cabal index 6bfb8a06e..3383a6895 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -60,14 +60,13 @@ Executable git-annex extensible-exceptions, dataenc, SHA, process, json, base (>= 4.5 && < 4.8), monad-control, transformers-base, lifted-base, IfElse, text, QuickCheck >= 2.1, bloomfilter, edit-distance, process, - SafeSemaphore, uuid, random, Glob + SafeSemaphore, uuid, random -- Need to list these because they're generated from .hsc files. Other-Modules: Utility.Touch Utility.Mounts Include-Dirs: Utility C-Sources: Utility/libdiskfree.c Utility/libmounts.c Extensions: CPP GHC-Options: -threaded - CPP-Options: -DWITH_GLOB if flag(S3) Build-Depends: hS3 @@ -127,7 +126,7 @@ Test-Suite test old-locale, time, extensible-exceptions, dataenc, SHA, process, json, base (>= 4.5 && < 4.7), monad-control, transformers-base, lifted-base, IfElse, text, QuickCheck >= 2.1, - bloomfilter, edit-distance, process, SafeSemaphore, Glob, random, uuid + bloomfilter, edit-distance, process, SafeSemaphore, random, uuid Other-Modules: Utility.Touch Include-Dirs: Utility C-Sources: Utility/libdiskfree.c -- cgit v1.2.3