From 5d56d05ce591a99b94e250765fef9fc61a0b1b53 Mon Sep 17 00:00:00 2001 From: David Binder <david.binder@uni-tuebingen.de> Date: Wed, 23 Aug 2023 17:17:02 +0200 Subject: [PATCH] Bump hpc bound in ghc.cabal.in --- compiler/ghc.cabal.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in index aa1d7b5b5a2b..8fff3e60a6c4 100644 --- a/compiler/ghc.cabal.in +++ b/compiler/ghc.cabal.in @@ -105,7 +105,7 @@ Library array >= 0.1 && < 0.6, filepath >= 1 && < 1.5, template-haskell == 2.21.*, - hpc == 0.6.*, + hpc >= 0.6 && < 0.8, transformers >= 0.5 && < 0.7, exceptions == 0.10.*, semaphore-compat, -- GitLab