;cabal: update cabal files

This commit is contained in:
Simon Michael 2023-03-18 20:06:55 -10:00
parent 062559cbd5
commit 4d7d982f83

View File

@ -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