This commit is contained in:
crumbtoo
2023-12-04 18:43:06 -07:00
parent 799cc8e398
commit 43454fa2e0
4 changed files with 119 additions and 10 deletions

View File

@@ -22,10 +22,10 @@ library
, TI
, GM
, Compiler.RLPC
, Core.Syntax
other-modules: Data.Heap
, Data.Pretty
, Core.Syntax
, Core.Parse
, Core.TH
, Core.Examples
@@ -70,12 +70,12 @@ executable rlpc
test-suite rlp-test
import: warnings
default-language: GHC2021
-- other-modules:
-- other-extensions:
type: exitcode-stdio-1.0
hs-source-dirs: tst
main-is: Main.hs
build-depends:
base ^>=4.18.0.0,
rlp
-- import: deps, test-deps
type: exitcode-stdio-1.0
hs-source-dirs: tst
main-is: Main.hs
build-depends: base ^>=4.18.0.0
, rlp
, QuickCheck
other-modules: Arith