summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-02-26 23:58:36 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-02-26 23:58:36 -0400
commit9af734cb3c2f9ef42ae130bf853b5e90ddd9a681 (patch)
treef905a5caad478de5cea4f21d88583213e8ed09d3
parent59a83657c13da006acb21e16d2d2b3596c6420b0 (diff)
expose regex-compat
-rw-r--r--git-annex.cabal7
1 files changed, 4 insertions, 3 deletions
diff --git a/git-annex.cabal b/git-annex.cabal
index 37badef31..9c2ffe0e8 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -1,5 +1,5 @@
Name: git-annex
-Version: 3.20130217
+Version: 4.20130217
Cabal-Version: >= 1.8
License: GPL
Maintainer: Joey Hess <joey@kitenet.net>
@@ -60,7 +60,7 @@ 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
+ SafeSemaphore, uuid, random, regex-compat
-- Need to list these because they're generated from .hsc files.
Other-Modules: Utility.Touch Utility.Mounts
Include-Dirs: Utility
@@ -126,7 +126,8 @@ 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, random, uuid
+ bloomfilter, edit-distance, process, SafeSemaphore,
+ uuid, random, regex-compat
Other-Modules: Utility.Touch
Include-Dirs: Utility
C-Sources: Utility/libdiskfree.c