From 69cb6af4b7f6b16a69734d75ef5583bd2797c173 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 11 Feb 2013 11:47:53 -0400 Subject: Now uses the Haskell Glob library, rather than pcre-light, avoiding the need to install libpcre. Currently done only for Cabal or when the Makefile is made to use -DWITH_GLOB --- git-annex.cabal | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'git-annex.cabal') diff --git a/git-annex.cabal b/git-annex.cabal index f9c0065c6..735a89239 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -57,16 +57,16 @@ Executable git-annex Build-Depends: MissingH, hslogger, directory, filepath, unix, containers, utf8-string, network (>= 2.0), mtl (>= 2.1.1), bytestring, old-locale, time, - pcre-light, extensible-exceptions, dataenc, SHA, process, json, + 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 + SafeSemaphore, UUID, Glob -- 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 + GHC-Options: -threaded -DWITH_GLOB if flag(S3) Build-Depends: hS3 @@ -123,15 +123,15 @@ Test-Suite test Main-Is: test.hs Build-Depends: testpack, HUnit, MissingH, hslogger, directory, filepath, unix, containers, utf8-string, network, mtl (>= 2.1.1), bytestring, - old-locale, time, pcre-light, extensible-exceptions, dataenc, SHA, + old-locale, time, extensible-exceptions, dataenc, SHA, process, json, HTTP, base (>= 4.5 && < 4.7), monad-control, transformers-base, lifted-base, IfElse, text, QuickCheck >= 2.1, - bloomfilter, edit-distance, process, SafeSemaphore + bloomfilter, edit-distance, process, SafeSemaphore, Glob Other-Modules: Utility.Touch Include-Dirs: Utility C-Sources: Utility/libdiskfree.c Extensions: CPP - GHC-Options: -threaded + GHC-Options: -threaded -DWITH_GLOB source-repository head type: git -- cgit v1.2.3