From 9ad481eef13b4047122f2551f7a654d04001e0e8 Mon Sep 17 00:00:00 2001 From: Tom McLaughlin Date: Tue, 9 Sep 2025 01:30:19 -0700 Subject: [PATCH] allow hedgehog-1.6 --- system-linux-proc.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system-linux-proc.cabal b/system-linux-proc.cabal index fef75c7..f76d25b 100644 --- a/system-linux-proc.cabal +++ b/system-linux-proc.cabal @@ -51,6 +51,6 @@ test-suite test Test.System.Linux.Proc.Hedgehog build-depends: base >= 4.8 && < 5.0 - , hedgehog >= 1.0 && < 1.6 + , hedgehog >= 1.0 && < 1.7 , pretty-show == 1.10.* , system-linux-proc