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 /debian/control | |
parent | 626960cd383b620fc06a485e9b6d1f4b475fe0e8 (diff) |
Switch from using regex-compat to regex-tdfa, as the C regex library is rather buggy.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 3cc796c57..c8a15ed80 100644 --- a/debian/control +++ b/debian/control @@ -9,6 +9,7 @@ Build-Depends: libghc-hslogger-dev, libghc-pcre-light-dev, libghc-sha-dev, + libghc-regex-tdfa-dev, libghc-dataenc-dev, libghc-utf8-string-dev, libghc-hs3-dev (>= 0.5.6), |