From 2c1edfcfb6676e2e8863b91250e7744481db15d2 Mon Sep 17 00:00:00 2001 From: George Thomas Date: Wed, 3 Dec 2025 14:40:12 +0000 Subject: [PATCH] Defer type errors --- haskell/aoc.cabal | 1 + 1 file changed, 1 insertion(+) diff --git a/haskell/aoc.cabal b/haskell/aoc.cabal index 592af9c..5434d1f 100644 --- a/haskell/aoc.cabal +++ b/haskell/aoc.cabal @@ -29,6 +29,7 @@ executable aoc ViewPatterns ghc-options: -Wall + -fdefer-type-errors build-depends: base >= 4.14, async,