From c75a789bee49ce2ddd855fba81e8ed88895d33fe Mon Sep 17 00:00:00 2001 From: Brent Yorgey Date: Mon, 20 May 2024 14:53:46 -0500 Subject: [PATCH] Update cabal test suites to depend on built disco executable --- disco.cabal | 2 ++ 1 file changed, 2 insertions(+) diff --git a/disco.cabal b/disco.cabal index 78dd8a09..20a8896b 100644 --- a/disco.cabal +++ b/disco.cabal @@ -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, @@ -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,