From 6db4531d76609421fd23bb664f7ebcb8ddb323d0 Mon Sep 17 00:00:00 2001 From: EvanPiro Date: Fri, 16 Aug 2024 08:03:56 -0400 Subject: [PATCH] Update threadscope.cabal to fix broken nix pkgs build --- threadscope.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/threadscope.cabal b/threadscope.cabal index ef73429..f347427 100644 --- a/threadscope.cabal +++ b/threadscope.cabal @@ -56,7 +56,7 @@ Executable threadscope array < 0.6, mtl < 2.3, filepath < 1.5, - ghc-events >= 0.13 && < 0.19, + ghc-events >= 0.17.0.3 && < 0.19, containers >= 0.2 && < 0.7, deepseq >= 1.1, text < 2.1,