This commit is contained in:
2026-05-15 22:53:30 -06:00
parent 15e872779e
commit be52c7b97d
6 changed files with 103 additions and 8 deletions
+3
View File
@@ -21,6 +21,7 @@ common ghcstuffs
ghc-options:
-Wall -fdefer-type-errors -fno-show-valid-hole-fits
-fdefer-out-of-scope-variables -fplugin=Effectful.Plugin
-threaded
default-extensions:
BlockArguments
@@ -65,6 +66,8 @@ executable gyehoek
, text
, unordered-containers
, vector
, text-short
, cradle
hs-source-dirs: app
default-language: GHC2024