diff options
author | Joey Hess <joey@kitenet.net> | 2013-03-08 15:29:01 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-03-08 15:29:01 -0400 |
commit | 556b5d9fb7f313b035aff2cff5ee54b9727c71b9 (patch) | |
tree | e7051836d32800f2c09ef084576935f7c8809cb2 /git-annex.cabal | |
parent | 626960cd383b620fc06a485e9b6d1f4b475fe0e8 (diff) |
Switch from using regex-compat to regex-tdfa, as the C regex library is rather buggy.
Diffstat (limited to 'git-annex.cabal')
-rw-r--r-- | git-annex.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git-annex.cabal b/git-annex.cabal index 938b45638..e113164fb 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -70,7 +70,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, regex-compat + SafeSemaphore, uuid, random, regex-tdfa -- Need to list these because they're generated from .hsc files. Other-Modules: Utility.Touch Utility.Mounts Include-Dirs: Utility |