From d4c1385225291462c70bbc62e3ae818538988ea8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Madeleine=20Sydney=20=C5=9Alaga?= Date: Sun, 23 Aug 2026 01:13:14 -0600 Subject: [PATCH] remove doctest --- cabal.project | 3 +++ gyehoek.cabal | 18 ++++++++++-------- 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/cabal.project b/cabal.project index 610c695..44f12dd 100644 --- a/cabal.project +++ b/cabal.project @@ -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 diff --git a/gyehoek.cabal b/gyehoek.cabal index f48e9fc..0bab908 100644 --- a/gyehoek.cabal +++ b/gyehoek.cabal @@ -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