hledger: allow text 1.0
This commit is contained in:
parent
95c59cc25b
commit
060c9c73d0
@ -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.*
|
,text >= 0.11 && < 1.1
|
||||||
,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
|
||||||
@ -138,7 +138,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.*
|
,text >= 0.11 && < 1.1
|
||||||
,time
|
,time
|
||||||
,utf8-string >= 0.3.5 && < 0.4
|
,utf8-string >= 0.3.5 && < 0.4
|
||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user