Add test cabal install remote-pkg for #9697
commitb1ff71fc8f627f855abe873e7b35c5f0af358517
authorRodrigo Mesquita <rodrigo.m.mesquita@gmail.com>
Mon, 12 Feb 2024 10:13:57 +0000 (12 10:13 +0000)
committerMikolaj <281893+Mikolaj@users.noreply.github.com>
Sun, 18 Feb 2024 10:58:04 +0000 (18 10:58 +0000)
treef6fd0118dbb753189b7f010b858706308594f2ad
parent285dac27c8d801c84c10c09312c68d97c43f4a3f
Add test cabal install remote-pkg for #9697

In #9697 we fixed passing local options to cabal install targets, but
rebasing accidentally dropped one of the added the tests for that PR,
which tested cabal install <target>, where <target> was only available
from a remote repository.
cabal-testsuite/PackageTests/Install/T7297-8909-7236/cabal.test.hs
cabal-testsuite/PackageTests/Install/T7297-8909-7236/repo/external-lib-0.1.0.0/CHANGELOG.md [new file with mode: 0644]
cabal-testsuite/PackageTests/Install/T7297-8909-7236/repo/external-lib-0.1.0.0/Main.hs [new file with mode: 0644]
cabal-testsuite/PackageTests/Install/T7297-8909-7236/repo/external-lib-0.1.0.0/external-lib.cabal [new file with mode: 0644]