hledger: allow text 1.0

This commit is contained in:
Simon Michael 2013-12-13 17:41:25 -08:00
parent 95c59cc25b
commit 060c9c73d0

View File

@ -81,7 +81,7 @@ library
,safe >= 0.2
,shakespeare-text == 1.0.*
,split >= 0.1 && < 0.3
,text == 0.11.*
,text >= 0.11 && < 1.1
,tabular >= 0.2 && < 0.3
,time
,utf8-string >= 0.3.5 && < 0.4
@ -138,7 +138,7 @@ executable hledger
,shakespeare-text == 1.0.*
,split >= 0.1 && < 0.3
,tabular >= 0.2 && < 0.3
,text == 0.11.*
,text >= 0.11 && < 1.1
,time
,utf8-string >= 0.3.5 && < 0.4
default-language: Haskell2010