installing: tighten up utf8-string dependency

This commit is contained in:
Simon Michael 2010-09-06 19:21:34 +00:00
parent 52d444bc34
commit 314ff84fc1
2 changed files with 3 additions and 3 deletions

View File

@ -58,7 +58,7 @@ library
,safe >= 0.2
,split == 0.1.*
,time
,utf8-string >= 0.3
,utf8-string >= 0.3.5 && < 0.4
,HUnit
source-repository head

View File

@ -88,7 +88,7 @@ executable hledger
,regexpr >= 0.5.1
,safe >= 0.2
,time
,utf8-string >= 0.3
,utf8-string >= 0.3.5 && < 0.4
if flag(chart)
cpp-options: -DCHART
@ -151,7 +151,7 @@ library
,regexpr >= 0.5.1
,safe >= 0.2
,time
,utf8-string >= 0.3
,utf8-string >= 0.3.5 && < 0.4
source-repository head
type: darcs