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