hledger.cabal: loosen restriction on 'text < 1.1' to fix build with GHC 7.8.x

This commit is contained in:
Peter Simons 2014-03-22 11:34:35 +01:00
parent 6319ecd0b7
commit 9e7a7e3439

View File

@ -81,7 +81,7 @@ library
,safe >= 0.2 ,safe >= 0.2
,shakespeare-text == 1.0.* ,shakespeare-text == 1.0.*
,split >= 0.1 && < 0.3 ,split >= 0.1 && < 0.3
,text >= 0.11 && < 1.1 ,text >= 0.11 && < 1.2
,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
@ -139,7 +139,7 @@ executable hledger
,shakespeare-text == 1.0.* ,shakespeare-text == 1.0.*
,split >= 0.1 && < 0.3 ,split >= 0.1 && < 0.3
,tabular >= 0.2 && < 0.3 ,tabular >= 0.2 && < 0.3
,text >= 0.11 && < 1.1 ,text >= 0.11 && < 1.2
,time ,time
,utf8-string >= 0.3.5 && < 0.4 ,utf8-string >= 0.3.5 && < 0.4
,wizards == 1.0.* ,wizards == 1.0.*