remove text upper bound, allowing 1.2+ (fixes #207)

This commit is contained in:
Simon Michael 2014-09-12 16:53:47 -07:00
parent efe7c7a029
commit d7f1733243

View File

@ -94,7 +94,7 @@ library
,shakespeare-text >= 1.0 && < 1.2
,shakespeare >= 1.0 && < 2.1
,split >= 0.1 && < 0.3
,text >= 0.11 && < 1.2
,text >= 0.11
,tabular >= 0.2 && < 0.3
,time
,utf8-string >= 0.3.5 && < 0.4
@ -157,7 +157,7 @@ executable hledger
,shakespeare >= 1.0 && < 2.1
,split >= 0.1 && < 0.3
,tabular >= 0.2 && < 0.3
,text >= 0.11 && < 1.2
,text >= 0.11
,time
,utf8-string >= 0.3.5 && < 0.4
,wizards == 1.0.*