summaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-02-26 13:49:22 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-02-26 14:35:39 -0400
commitcbfcd75214a648bf204f8356a28e360229542bde (patch)
tree4b63d28522c4c73dc4847d66fffe1bcf3864c0b9 /git-annex.cabal
parentc7e198390bfe3911943bc74836d7519c5ae37674 (diff)
fix * glob matching files in subdirectories
Diffstat (limited to 'git-annex.cabal')
-rw-r--r--git-annex.cabal5
1 files changed, 2 insertions, 3 deletions
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