cps
This commit is contained in:
+5
-8
@@ -20,8 +20,7 @@ common ghcstuffs-dev
|
||||
common ghcstuffs
|
||||
ghc-options:
|
||||
-Wall -fdefer-type-errors -fno-show-valid-hole-fits
|
||||
-fdefer-out-of-scope-variables -fplugin=Effectful.Plugin
|
||||
-threaded
|
||||
-fdefer-out-of-scope-variables -fplugin=Effectful.Plugin -threaded
|
||||
|
||||
default-extensions:
|
||||
BlockArguments
|
||||
@@ -36,17 +35,17 @@ executable gyehoek
|
||||
|
||||
-- cabal-fmt: expand app -Main
|
||||
other-modules:
|
||||
Gyehoek.ANF.Syntax
|
||||
Gyehoek.CPS.Convert
|
||||
Gyehoek.CPS.Syntax
|
||||
Gyehoek.GenSym
|
||||
Gyehoek.Options
|
||||
Gyehoek.QBE
|
||||
Gyehoek.QBE.Parse
|
||||
Gyehoek.Scheme.Syntax
|
||||
Gyehoek.Sexp
|
||||
|
||||
build-depends:
|
||||
, base ^>=4.21.2.0
|
||||
, containers
|
||||
, cradle
|
||||
, effectful
|
||||
, effectful-core
|
||||
, effectful-plugin
|
||||
@@ -59,15 +58,13 @@ executable gyehoek
|
||||
, optparse-applicative
|
||||
, prettyprinter
|
||||
, process
|
||||
, qbe
|
||||
, recursion-schemes
|
||||
, sexp-grammar
|
||||
, template-haskell
|
||||
, text
|
||||
, text-short
|
||||
, unordered-containers
|
||||
, vector
|
||||
, text-short
|
||||
, cradle
|
||||
|
||||
hs-source-dirs: app
|
||||
default-language: GHC2024
|
||||
|
||||
Reference in New Issue
Block a user