This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user