Defer type errors

This commit is contained in:
George Thomas 2025-12-03 14:40:12 +00:00
parent 94c9838371
commit 2c1edfcfb6

View File

@ -29,6 +29,7 @@ executable aoc
ViewPatterns ViewPatterns
ghc-options: ghc-options:
-Wall -Wall
-fdefer-type-errors
build-depends: build-depends:
base >= 4.14, base >= 4.14,
async, async,