This commit is contained in:
2026-05-01 00:05:56 -06:00
parent 7495957f1b
commit fbdc12744e
5 changed files with 314 additions and 164 deletions

View File

@@ -28,7 +28,9 @@ executable gyehoek
main-is: Main.hs
-- cabal-fmt: expand app -Main
other-modules: Gyehoek.QBE
other-modules:
Gyehoek.QBE
Gyehoek.QBE.Parse
-- other-extensions:
build-depends:
@@ -41,7 +43,9 @@ executable gyehoek
, prettyprinter
, qbe
, recursion-schemes
, template-haskell
, text
, vector
hs-source-dirs: app
default-language: GHC2024