idk ^w^
build / build (push) Failing after 14m11s

This commit is contained in:
2026-07-20 01:56:53 -06:00
parent 57defed077
commit 2f471ae4b1
10 changed files with 260 additions and 106 deletions
+30 -27
View File
@@ -25,23 +25,22 @@ common ghcstuffs
default-extensions:
BlockArguments
DeriveGeneric
OverloadedRecordDot
DerivingVia
DuplicateRecordFields
NoFieldSelectors
OrPatterns
OverloadedLabels
OverloadedRecordDot
OverloadedStrings
PartialTypeSignatures
PatternSynonyms
QuasiQuotes
DerivingVia
OverloadedLabels
OrPatterns
executable gyehoek
import: ghcstuffs, ghcstuffs-dev
main-is: Main.hs
build-depends:
, base ^>=4.21.2.0
, base ^>=4.21.2.0
, gyehoek
hs-source-dirs: app
@@ -49,19 +48,19 @@ executable gyehoek
library
import: ghcstuffs, ghcstuffs-dev
ghc-options: -fplugin=Effectful.Plugin
ghc-options: -fplugin=Effectful.Plugin
-- cabal-fmt: expand src
exposed-modules:
Gyehoek.CPS.Convert
Gyehoek.CPS.Lower
Gyehoek.CPS.Syntax
Gyehoek.Driver
Gyehoek.GenSym
Gyehoek.Options
Gyehoek.Scheme.Syntax
Gyehoek.Sexp
Gyehoek.Wasm
Gyehoek.Driver
build-depends:
, base ^>=4.21.2.0
@@ -79,36 +78,40 @@ library
, megaparsec
, mtl
, optparse-applicative
, pretty-simple
, prettyprinter
, process
, recursion-schemes
, sexp-grammar
, string-interpolate
, template-haskell
, text
, text-short
, unordered-containers
, vector
, string-interpolate
, pretty-simple
hs-source-dirs: src
default-language: GHC2024
test-suite test
import: ghcstuffs, ghcstuffs-dev
type: exitcode-stdio-1.0
hs-source-dirs: test
main-is: Main.hs
other-modules:
Gyehoek.Test.Golden
Gyehoek.Test.Sexp
build-depends: base
, gyehoek
, filepath
, tasty
, tasty-silver
, tasty-hunit
, directory
, process-extras
, sexp-grammar
default-language: GHC2024
import: ghcstuffs, ghcstuffs-dev
type: exitcode-stdio-1.0
hs-source-dirs: test
main-is: Main.hs
other-modules:
Gyehoek.Test.CPS.Syntax
Gyehoek.Test.Golden
Gyehoek.Test.Sexp
build-depends:
, base
, directory
, filepath
, gyehoek
, process-extras
, sexp-grammar
, tasty
, tasty-hunit
, tasty-silver
default-language: GHC2024