tools: depend on split in hledger.cabal just to make dev builds easier

This commit is contained in:
Simon Michael 2010-09-06 03:38:22 +00:00
parent 4ef9d7b2a0
commit 66996eb95e

View File

@ -87,6 +87,7 @@ executable hledger
,process
,regexpr >= 0.5.1
,safe >= 0.2
,split == 0.1.*
,time
,utf8-string >= 0.3.5 && < 0.4
@ -150,6 +151,7 @@ library
,process
,regexpr >= 0.5.1
,safe >= 0.2
,split == 0.1.*
,time
,utf8-string >= 0.3.5 && < 0.4