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
ghc-options:
-Wall
-fdefer-type-errors
build-depends:
base >= 4.14,
async,