From 475fbc5e6e3ce9ae06167927f002367df0d477f1 Mon Sep 17 00:00:00 2001 From: Mann mit Hut Date: Sun, 26 Feb 2023 14:56:03 +0100 Subject: [PATCH] Added hspec-discover to build-tools Without that running the tests via Cabal fails with: could not execute: hspec-discover --- package.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.yaml b/package.yaml index 8fca99f..4d4554f 100644 --- a/package.yaml +++ b/package.yaml @@ -36,6 +36,8 @@ tests: - -threaded - -rtsopts - -with-rtsopts=-N + build-tools: + - hspec-discover:hspec-discover >=2 && <3 dependencies: - base64-bytestring - hspec @@ -44,6 +46,8 @@ tests: typed-process-test-single-threaded: main: Spec.hs source-dirs: test + build-tools: + - hspec-discover:hspec-discover >=2 && <3 dependencies: - base64-bytestring - hspec