remove text upper bound, allowing 1.2+ (fixes #207)
This commit is contained in:
parent
efe7c7a029
commit
d7f1733243
@ -94,7 +94,7 @@ library
|
|||||||
,shakespeare-text >= 1.0 && < 1.2
|
,shakespeare-text >= 1.0 && < 1.2
|
||||||
,shakespeare >= 1.0 && < 2.1
|
,shakespeare >= 1.0 && < 2.1
|
||||||
,split >= 0.1 && < 0.3
|
,split >= 0.1 && < 0.3
|
||||||
,text >= 0.11 && < 1.2
|
,text >= 0.11
|
||||||
,tabular >= 0.2 && < 0.3
|
,tabular >= 0.2 && < 0.3
|
||||||
,time
|
,time
|
||||||
,utf8-string >= 0.3.5 && < 0.4
|
,utf8-string >= 0.3.5 && < 0.4
|
||||||
@ -157,7 +157,7 @@ executable hledger
|
|||||||
,shakespeare >= 1.0 && < 2.1
|
,shakespeare >= 1.0 && < 2.1
|
||||||
,split >= 0.1 && < 0.3
|
,split >= 0.1 && < 0.3
|
||||||
,tabular >= 0.2 && < 0.3
|
,tabular >= 0.2 && < 0.3
|
||||||
,text >= 0.11 && < 1.2
|
,text >= 0.11
|
||||||
,time
|
,time
|
||||||
,utf8-string >= 0.3.5 && < 0.4
|
,utf8-string >= 0.3.5 && < 0.4
|
||||||
,wizards == 1.0.*
|
,wizards == 1.0.*
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user