Upgrade to regex-compat-tdfa to squelch unicode problems
This commit is contained in:
parent
eff1d3f1a5
commit
e96fff7887
@ -67,7 +67,7 @@ library
|
|||||||
,old-time
|
,old-time
|
||||||
,parsec
|
,parsec
|
||||||
,pretty-show
|
,pretty-show
|
||||||
,regex-compat == 0.95.*
|
,regex-compat-tdfa == 0.95.*
|
||||||
,regexpr >= 0.5.1
|
,regexpr >= 0.5.1
|
||||||
,safe >= 0.2
|
,safe >= 0.2
|
||||||
,split >= 0.1 && < 0.3
|
,split >= 0.1 && < 0.3
|
||||||
@ -98,7 +98,7 @@ test-suite tests
|
|||||||
, old-time
|
, old-time
|
||||||
, parsec
|
, parsec
|
||||||
, pretty-show
|
, pretty-show
|
||||||
, regex-compat
|
, regex-compat-tdfa
|
||||||
, regexpr
|
, regexpr
|
||||||
, safe
|
, safe
|
||||||
, split
|
, split
|
||||||
|
|||||||
@ -159,7 +159,7 @@ test-suite tests
|
|||||||
, parsec
|
, parsec
|
||||||
, pretty-show
|
, pretty-show
|
||||||
, process
|
, process
|
||||||
, regex-compat
|
, regex-compat-tdfa
|
||||||
, regexpr
|
, regexpr
|
||||||
, safe
|
, safe
|
||||||
, shakespeare-text
|
, shakespeare-text
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user