R⁷RS parser/printer #2

Merged
msyds merged 13 commits from r7rs-parser into main 2026-08-23 01:21:52 -06:00
2 changed files with 13 additions and 8 deletions
Showing only changes of commit d4c1385225 - Show all commits
+3
View File
@@ -3,6 +3,9 @@ tests: True
-- required for doctest-parallel
write-ghc-environment-files: always
-- https://github.com/martijnbastiaan/doctest-parallel/pull/66
allow-older: Cabal:process
source-repository-package
type: git
location: https://git.deertopia.net/msyds/qbe-hs.git
+10 -8
View File
@@ -155,11 +155,13 @@ test-suite test
default-language: GHC2024
test-suite doctest
import: ghcstuffs, ghcstuffs-dev
type: exitcode-stdio-1.0
hs-source-dirs: test
main-is: doctest.hs
build-depends:
, base
, doctest-parallel >=0.1
-- https://github.com/martijnbastiaan/doctest-parallel/pull/66
--
-- test-suite doctest
-- import: ghcstuffs, ghcstuffs-dev
-- type: exitcode-stdio-1.0
-- hs-source-dirs: test
-- main-is: doctest.hs
-- build-depends:
-- , base
-- , doctest-parallel >=0.1