This commit was merged in pull request #2.
This commit is contained in:
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user