From e27fed09f3eb4b0b72ce7825c65f16a4202a2399 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Sun, 1 Oct 2023 14:45:41 +0800 Subject: [PATCH] Fix sdist --- ghcup.cabal | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ghcup.cabal b/ghcup.cabal index ff65ac7..4363b49 100644 --- a/ghcup.cabal +++ b/ghcup.cabal @@ -25,10 +25,10 @@ extra-source-files: cbits/dirutils.h data/build_mk/cross data/build_mk/default - test/data/dir/.keep - test/data/file - test/golden/unix/GHCupInfo.json - test/golden/windows/GHCupInfo.json + test/ghcup-test/data/dir/.keep + test/ghcup-test/data/file + test/ghcup-test/golden/unix/GHCupInfo.json + test/ghcup-test/golden/windows/GHCupInfo.json source-repository head type: git