wip: qq
Some checks failed
build / build (push) Failing after 29s

This commit is contained in:
2026-04-24 08:54:09 -06:00
parent e03e918bf4
commit c5f6ad4573
3 changed files with 52 additions and 1 deletions

View File

@@ -39,11 +39,15 @@ common common
-Wredundant-constraints
-Wincomplete-uni-patterns
-Wincomplete-record-updates
-fdefer-type-errors
-fno-show-valid-hole-fits
-fdefer-out-of-scope-variables
-Wno-typed-holes
default-language: Haskell2010
library
import: common
exposed-modules: Language.QBE
exposed-modules: Language.QBE Language.QBE.QQ
-- other-modules:
other-extensions: DataKinds
KindSignatures
@@ -67,6 +71,8 @@ library
|| ^>= 1.5.0
, deepseq ^>= 1.4.4 || ^>= 1.5
, prettyprinter ^>= 1.7.1
, megaparsec ^>= 9.7.0
, template-haskell
hs-source-dirs: src
test-suite golden