cabal: update cabal files

This commit is contained in:
Simon Michael 2023-01-25 18:58:21 -10:00
parent 4387e6ffb5
commit 0de3acabcb
2 changed files with 7 additions and 0 deletions

View File

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

View File

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