From 0de3acabcb93a6a3d1c1574b59f58d87cfdf6744 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 25 Jan 2023 18:58:21 -1000 Subject: [PATCH] cabal: update cabal files --- hledger-lib/hledger-lib.cabal | 3 +++ hledger/hledger.cabal | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/hledger-lib/hledger-lib.cabal b/hledger-lib/hledger-lib.cabal index 19b9fc492..44a49655f 100644 --- a/hledger-lib/hledger-lib.cabal +++ b/hledger-lib/hledger-lib.cabal @@ -134,6 +134,7 @@ library , tasty-hunit >=0.10.0.2 , template-haskell , text >=1.2 + , text-ansi >=0.2.1 , time >=1.5 , timeit , transformers >=0.2 @@ -187,6 +188,7 @@ test-suite doctest , tasty-hunit >=0.10.0.2 , template-haskell , text >=1.2 + , text-ansi >=0.2.1 , time >=1.5 , timeit , transformers >=0.2 @@ -242,6 +244,7 @@ test-suite unittest , tasty-hunit >=0.10.0.2 , template-haskell , text >=1.2 + , text-ansi >=0.2.1 , time >=1.5 , timeit , transformers >=0.2 diff --git a/hledger/hledger.cabal b/hledger/hledger.cabal index 4c0ed167b..350c57565 100644 --- a/hledger/hledger.cabal +++ b/hledger/hledger.cabal @@ -162,6 +162,7 @@ library , tasty >=1.2.3 , temporary , text >=0.11 + , text-ansi >=0.2.1 , time >=1.5 , timeit , transformers @@ -211,6 +212,7 @@ executable hledger , tasty >=1.2.3 , temporary , text >=0.11 + , text-ansi >=0.2.1 , time >=1.5 , timeit , transformers @@ -261,6 +263,7 @@ test-suite unittest , tasty >=1.2.3 , temporary , text >=0.11 + , text-ansi >=0.2.1 , time >=1.5 , timeit , transformers @@ -310,6 +313,7 @@ benchmark bench , tasty >=1.2.3 , temporary , text >=0.11 + , text-ansi >=0.2.1 , time >=1.5 , timeit , transformers