From 13b0d8f99617e3f896aa4572d01c4650b26370cc Mon Sep 17 00:00:00 2001 From: Ai-Ya-Ya <72513839+Ai-Ya-Ya@users.noreply.github.com> Date: Thu, 19 Feb 2026 08:06:24 -0500 Subject: [PATCH] Increase tick threshold Fixes #56 (builds on NixOS, GHC 9.10.3) --- hip/hip.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hip/hip.cabal b/hip/hip.cabal index be5c46c..67d4a82 100644 --- a/hip/hip.cabal +++ b/hip/hip.cabal @@ -53,7 +53,7 @@ library , Graphics.Image.Processing.Complex.Internal , Graphics.Image.Processing.Geometric , Graphics.Image.Processing.Interpolation - ghc-options: -Wall + ghc-options: -Wall -fsimpl-tick-factor=200 -- test-suite tests -- type: exitcode-stdio-1.0