From e1d904ba882c425623afcccf7eb9b6e65f766bcf Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Jul 11 2023 15:50:09 +0000 Subject: revised .cabal file --- diff --git a/bench-1.0.12.cabal b/bench-1.0.12.cabal index 9f7f73b..8de1492 100644 --- a/bench-1.0.12.cabal +++ b/bench-1.0.12.cabal @@ -1,6 +1,6 @@ name: bench version: 1.0.12 -x-revision: 6 +x-revision: 7 synopsis: Command-line benchmark tool description: Think of this as a more powerful alternative to the @time@ command. Use this command-line tool to benchmark a command @@ -30,7 +30,7 @@ executable bench , optparse-applicative >= 0.14.0.0 && < 0.18 , process >= 1.3 && < 1.7 , silently >= 1.1.1 && < 1.3 - , text < 1.3 + , text < 2.1 , turtle >= 1.2.5 && < 1.7 ghc-options: -Wall -O2 -threaded other-modules: Paths_bench