From 4d7d982f83e2e821274d96a74f0b9befadf2cc65 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sat, 18 Mar 2023 20:06:55 -1000 Subject: [PATCH] ;cabal: update cabal files --- hledger-lib/hledger-lib.cabal | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hledger-lib/hledger-lib.cabal b/hledger-lib/hledger-lib.cabal index 1505e44be..bd6ac89ab 100644 --- a/hledger-lib/hledger-lib.cabal +++ b/hledger-lib/hledger-lib.cabal @@ -134,6 +134,7 @@ library , tasty >=1.2.3 , tasty-hunit >=0.10.0.2 , template-haskell + , terminal-size >=0.3.3 , text >=1.2 , text-ansi >=0.2.1 , time >=1.5 @@ -192,6 +193,7 @@ test-suite doctest , tasty >=1.2.3 , tasty-hunit >=0.10.0.2 , template-haskell + , terminal-size >=0.3.3 , text >=1.2 , text-ansi >=0.2.1 , time >=1.5 @@ -252,6 +254,7 @@ test-suite unittest , tasty >=1.2.3 , tasty-hunit >=0.10.0.2 , template-haskell + , terminal-size >=0.3.3 , text >=1.2 , text-ansi >=0.2.1 , time >=1.5