ui: require split

For splitOn. The extra package is an alternative to consider.
This commit is contained in:
Simon Michael 2015-08-20 11:02:06 -07:00
parent 5953978471
commit ebcfdac109
2 changed files with 2 additions and 0 deletions

View File

@ -60,6 +60,7 @@ executable hledger-ui
, HUnit , HUnit
, lens >= 4.12.3 && < 4.13 , lens >= 4.12.3 && < 4.13
, safe >= 0.2 , safe >= 0.2
, split >= 0.1 && < 0.3
, transformers , transformers
, vector , vector
, vty >= 5.2 && < 5.4 , vty >= 5.2 && < 5.4

View File

@ -68,6 +68,7 @@ executables:
- cmdargs >= 0.8 - cmdargs >= 0.8
- HUnit - HUnit
- safe >= 0.2 - safe >= 0.2
- split >= 0.1 && < 0.3
- transformers - transformers
- vector - vector
- vty >= 5.2 && < 5.4 - vty >= 5.2 && < 5.4