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 ,parsec
,regexpr >= 0.5.1 ,regexpr >= 0.5.1
,safe >= 0.2 ,safe >= 0.2
,split == 0.1.*
,time ,time
,utf8-string >= 0.3 ,utf8-string >= 0.3
,HUnit ,HUnit

View File

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