Skip to content

Commit

Permalink
Update cabal test suites to depend on built disco executable
Browse files Browse the repository at this point in the history
  • Loading branch information
byorgey committed May 20, 2024
1 parent bd45a65 commit c75a789
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions disco.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -534,6 +534,7 @@ test-suite disco-tests
main-is: Tests.hs
hs-source-dirs: test
ghc-options: -threaded
build-tool-depends: disco:disco
build-depends: base >= 4.7 && < 4.20,
tasty >= 0.10 && < 1.6,
tasty-golden >= 2.3 && < 2.4,
Expand All @@ -550,6 +551,7 @@ test-suite disco-examples
main-is: TestExamples.hs
hs-source-dirs: example
ghc-options: -threaded
build-tool-depends: disco:disco
build-depends: base >= 4.7 && < 4.20,
directory >= 1.2 && < 1.4,
filepath >= 1.4 && < 1.5,
Expand Down

0 comments on commit c75a789

Please sign in to comment.