Skip to content

Commit

Permalink
Specify tasty-discover dependency as build-tool-depends
Browse files Browse the repository at this point in the history
Otherwise cabal doesn't know that it needs to build
the tasty-discover executable.

Docs:
https://cabal.readthedocs.io/en/latest/cabal-package.html?highlight=build-tool#pkg-field-build-tool-depends
Signed-off-by: Simon Jakobi <[email protected]>
  • Loading branch information
sjakobi committed Feb 8, 2021
1 parent 24c5247 commit 1a372f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aeson-yaml.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ test-suite test
-- , hedgehog-gen-json
, string-qq
, tasty
, tasty-discover
, tasty-hunit
, unordered-containers
, yaml
build-tool-depends: tasty-discover:tasty-discover
type: exitcode-stdio-1.0
default-language: Haskell2010

Expand Down

0 comments on commit 1a372f3

Please sign in to comment.