From 0d236a2f2cfbeef7bcf249b86b24540840ae0024 Mon Sep 17 00:00:00 2001 From: George Thomas Date: Tue, 2 Dec 2025 13:28:08 +0000 Subject: [PATCH] Add `deepseq` as a dependency Useful for performance debugging. --- aoc.cabal | 1 + 1 file changed, 1 insertion(+) diff --git a/aoc.cabal b/aoc.cabal index 5dd464e..4d766a5 100644 --- a/aoc.cabal +++ b/aoc.cabal @@ -29,6 +29,7 @@ executable aoc bytestring, colour, containers, + deepseq, directory, exceptions, extra,