Skip to content

Commit 85c7448

Browse files
committed
Update cabal-install.cabal
Signed-off-by: Edward Z. Yang <[email protected]>
1 parent 68baf7d commit 85c7448

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

cabal-install/cabal-install.cabal

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,19 @@ Extra-Source-Files:
7676
tests/IntegrationTests/multiple-source/p/p.cabal
7777
tests/IntegrationTests/multiple-source/q/Setup.hs
7878
tests/IntegrationTests/multiple-source/q/q.cabal
79+
tests/IntegrationTests/private-test-deps/A.cabal
80+
tests/IntegrationTests/private-test-deps/Setup.hs
81+
tests/IntegrationTests/private-test-deps/deps/A-1/A.cabal
82+
tests/IntegrationTests/private-test-deps/deps/A-1/Setup.hs
83+
tests/IntegrationTests/private-test-deps/deps/A-1/src/A.hs
84+
tests/IntegrationTests/private-test-deps/deps/T/Setup.hs
85+
tests/IntegrationTests/private-test-deps/deps/T/T.cabal
86+
tests/IntegrationTests/private-test-deps/deps/T/src/T.hs
87+
tests/IntegrationTests/private-test-deps/multiple-versions-of-A.err
88+
tests/IntegrationTests/private-test-deps/multiple-versions-of-A.out
89+
tests/IntegrationTests/private-test-deps/multiple-versions-of-A.sh
90+
tests/IntegrationTests/private-test-deps/src/A.hs
91+
tests/IntegrationTests/private-test-deps/test/Test.hs
7992
tests/IntegrationTests/sandbox-sources/fail_removing_source_thats_not_registered.err
8093
tests/IntegrationTests/sandbox-sources/fail_removing_source_thats_not_registered.sh
8194
tests/IntegrationTests/sandbox-sources/p/Setup.hs

0 commit comments

Comments
 (0)