From 3c6e62b75293b6625509ade3c278fc2d4d147c30 Mon Sep 17 00:00:00 2001 From: Alexander Foremny Date: Thu, 7 Dec 2023 03:55:45 +0100 Subject: chore: increase performance by caching everything Initial cache generation is slower, as we are losing out on parallelism. --- app/Debug.hs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'app/Debug.hs') diff --git a/app/Debug.hs b/app/Debug.hs index c6549a6..6ad9480 100644 --- a/app/Debug.hs +++ b/app/Debug.hs @@ -1,4 +1,7 @@ -module Debug where +module Debug + ( debug, + ) +where import Debug.Trace (trace) import Text.Printf (printf) -- cgit v1.2.3