move split dependency to the right cabal file
This commit is contained in:
parent
ce7e155934
commit
3531d4d54d
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user