From 9af734cb3c2f9ef42ae130bf853b5e90ddd9a681 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 26 Feb 2013 23:58:36 -0400 Subject: expose regex-compat --- git-annex.cabal | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'git-annex.cabal') 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 @@ -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 -- cgit v1.2.3