This commit is contained in:
2026-05-15 15:42:17 -06:00
parent d38e98d90f
commit 5dcf44222f
6 changed files with 62 additions and 23 deletions

View File

@@ -22,7 +22,7 @@ common ghcstuffs
-Wall -fdefer-type-errors -fno-show-valid-hole-fits
-fdefer-out-of-scope-variables -fplugin=Effectful.Plugin
other-extensions:
default-extensions:
BlockArguments
DeriveGeneric
OverloadedStrings
@@ -37,14 +37,15 @@ executable gyehoek
other-modules:
Gyehoek.ANF.Syntax
Gyehoek.GenSym
Gyehoek.Options
Gyehoek.QBE
Gyehoek.QBE.Parse
Gyehoek.Scheme.Syntax
Gyehoek.Sexp
-- other-extensions:
build-depends:
, base ^>=4.21.2.0
, containers
, effectful
, effectful-core
, effectful-plugin
@@ -60,6 +61,7 @@ executable gyehoek
, sexp-grammar
, template-haskell
, text
, unordered-containers
, vector
hs-source-dirs: app