move split dependency to the right cabal file

This commit is contained in:
Simon Michael 2010-09-05 18:25:20 +00:00
parent ce7e155934
commit 3531d4d54d
2 changed files with 1 additions and 2 deletions

View File

@ -56,6 +56,7 @@ library
,parsec
,regexpr >= 0.5.1
,safe >= 0.2
,split == 0.1.*
,time
,utf8-string >= 0.3
,HUnit

View File

@ -91,7 +91,6 @@ executable hledger
,process
,regexpr >= 0.5.1
,safe >= 0.2
,split == 0.1.*
,time
,utf8-string >= 0.3
@ -169,7 +168,6 @@ library
,process
,regexpr >= 0.5.1
,safe >= 0.2
,split == 0.1.*
,time
,utf8-string >= 0.3