remove doctest
build / build (push) Successful in 20s

This commit was merged in pull request #2.
This commit is contained in:
2026-08-23 01:14:50 -06:00
parent 2ceefdb3df
commit d4c1385225
2 changed files with 13 additions and 8 deletions
+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