Upgrade to regex-compat-tdfa to squelch unicode problems

This commit is contained in:
Max Bolingbroke 2013-08-20 21:19:28 +01:00
parent eff1d3f1a5
commit e96fff7887
2 changed files with 3 additions and 3 deletions

View File

@ -67,7 +67,7 @@ library
,old-time
,parsec
,pretty-show
,regex-compat == 0.95.*
,regex-compat-tdfa == 0.95.*
,regexpr >= 0.5.1
,safe >= 0.2
,split >= 0.1 && < 0.3
@ -98,7 +98,7 @@ test-suite tests
, old-time
, parsec
, pretty-show
, regex-compat
, regex-compat-tdfa
, regexpr
, safe
, split

View File

@ -159,7 +159,7 @@ test-suite tests
, parsec
, pretty-show
, process
, regex-compat
, regex-compat-tdfa
, regexpr
, safe
, shakespeare-text