Skip to content

Commit c8cc7cc

Browse files
authored
Merge pull request #5596 from hasufell/jospald/fix-build-tool-depends
Add hspec-discover to build tools
2 parents 69814fd + a03a337 commit c8cc7cc

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

package.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,9 @@ tests:
325325
- raw-strings-qq
326326
- stack
327327
- smallcheck
328+
verbatim: |
329+
build-tool-depends:
330+
hspec-discover:hspec-discover
328331
flags:
329332
static:
330333
description: Pass -static/-pthread to ghc when linking the stack binary.

stack.cabal

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -696,3 +696,5 @@ test-suite stack-test
696696
else
697697
cpp-options: -DSTACK_DEVELOPER_MODE_DEFAULT=False
698698
default-language: Haskell2010
699+
build-tool-depends:
700+
hspec-discover:hspec-discover

0 commit comments

Comments
 (0)