From a8062381ddc1a9c240be6cf48b73c1bc3e88a0ee Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 22 Nov 2023 22:55:47 -1000 Subject: [PATCH] ;cabal: update cabal files --- hledger-lib/hledger-lib.cabal | 8 ++++---- hledger-ui/hledger-ui.cabal | 2 +- hledger-web/hledger-web.cabal | 2 +- hledger/hledger.cabal | 10 +++++----- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/hledger-lib/hledger-lib.cabal b/hledger-lib/hledger-lib.cabal index a66517d0d..2ba7d04bb 100644 --- a/hledger-lib/hledger-lib.cabal +++ b/hledger-lib/hledger-lib.cabal @@ -1,6 +1,6 @@ cabal-version: 1.12 --- This file has been generated from package.yaml by hpack version 0.35.2. +-- This file has been generated from package.yaml by hpack version 0.36.0. -- -- see: https://github.com/sol/hpack @@ -144,7 +144,7 @@ library , tasty-hunit >=0.10.0.2 , template-haskell , terminal-size >=0.3.3 - , text >=1.2 + , text >=1.2.4.1 , text-ansi >=0.2.1 , time >=1.5 , timeit @@ -203,7 +203,7 @@ test-suite doctest , tasty-hunit >=0.10.0.2 , template-haskell , terminal-size >=0.3.3 - , text >=1.2 + , text >=1.2.4.1 , text-ansi >=0.2.1 , time >=1.5 , timeit @@ -264,7 +264,7 @@ test-suite unittest , tasty-hunit >=0.10.0.2 , template-haskell , terminal-size >=0.3.3 - , text >=1.2 + , text >=1.2.4.1 , text-ansi >=0.2.1 , time >=1.5 , timeit diff --git a/hledger-ui/hledger-ui.cabal b/hledger-ui/hledger-ui.cabal index 10afbce60..b8b8c7b01 100644 --- a/hledger-ui/hledger-ui.cabal +++ b/hledger-ui/hledger-ui.cabal @@ -91,7 +91,7 @@ library , process >=1.2 , safe >=0.3.19 , split >=0.1 - , text >=1.2 + , text >=1.2.4.1 , text-zipper >=0.4 , time >=1.5 , transformers diff --git a/hledger-web/hledger-web.cabal b/hledger-web/hledger-web.cabal index 7a296dcd1..63b689f58 100644 --- a/hledger-web/hledger-web.cabal +++ b/hledger-web/hledger-web.cabal @@ -183,7 +183,7 @@ library , safe >=0.3.19 , shakespeare >=2.0.2.2 , template-haskell - , text >=1.2 + , text >=1.2.4.1 , time >=1.5 , transformers , unix-compat diff --git a/hledger/hledger.cabal b/hledger/hledger.cabal index 157b05752..40c1205f8 100644 --- a/hledger/hledger.cabal +++ b/hledger/hledger.cabal @@ -1,6 +1,6 @@ cabal-version: 1.12 --- This file has been generated from package.yaml by hpack version 0.35.2. +-- This file has been generated from package.yaml by hpack version 0.36.0. -- -- see: https://github.com/sol/hpack @@ -167,7 +167,7 @@ library , tabular >=0.2 , tasty >=1.2.3 , temporary - , text >=0.11 + , text >=1.2.4.1 , text-ansi >=0.2.1 , time >=1.5 , timeit @@ -217,7 +217,7 @@ executable hledger , tabular >=0.2 , tasty >=1.2.3 , temporary - , text >=0.11 + , text >=1.2.4.1 , text-ansi >=0.2.1 , time >=1.5 , timeit @@ -268,7 +268,7 @@ test-suite unittest , tabular >=0.2 , tasty >=1.2.3 , temporary - , text >=0.11 + , text >=1.2.4.1 , text-ansi >=0.2.1 , time >=1.5 , timeit @@ -318,7 +318,7 @@ benchmark bench , tabular >=0.2 , tasty >=1.2.3 , temporary - , text >=0.11 + , text >=1.2.4.1 , text-ansi >=0.2.1 , time >=1.5 , timeit