From ebcfdac1092d7110982d451b2050010ee55e688d Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 20 Aug 2015 11:02:06 -0700 Subject: [PATCH] ui: require split For splitOn. The extra package is an alternative to consider. --- hledger-ui/hledger-ui.cabal | 1 + hledger-ui/package.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/hledger-ui/hledger-ui.cabal b/hledger-ui/hledger-ui.cabal index 7e9593bec..133d0ff46 100644 --- a/hledger-ui/hledger-ui.cabal +++ b/hledger-ui/hledger-ui.cabal @@ -60,6 +60,7 @@ executable hledger-ui , HUnit , lens >= 4.12.3 && < 4.13 , safe >= 0.2 + , split >= 0.1 && < 0.3 , transformers , vector , vty >= 5.2 && < 5.4 diff --git a/hledger-ui/package.yaml b/hledger-ui/package.yaml index b4842832f..d590a8e22 100644 --- a/hledger-ui/package.yaml +++ b/hledger-ui/package.yaml @@ -68,6 +68,7 @@ executables: - cmdargs >= 0.8 - HUnit - safe >= 0.2 + - split >= 0.1 && < 0.3 - transformers - vector - vty >= 5.2 && < 5.4