Skip to content

Commit 1adc564

Browse files
committed
Fix label
Add missing expected output file for cabal variant of Backpack Fail5 test The setupAndCabalTest function runs the test twice: once with setup and once with cabal. The setup variant uses setup-external-fail.out, but the cabal variant needs setup-external-fail.cabal.out which was missing, causing the test to expect empty output and fail.
1 parent 7160910 commit 1adc564

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Setup configure
2+
Configuring consumer-0.1.0.0...
3+
Error:
4+
The following packages are broken because other packages they depend on are missing. These broken packages must be rebuilt before they can be used.
5+
planned package consumer-0.1.0.0
6+
is broken due to missing package
7+
framework-0.1.0.0 (has unfilled signature: App)
8+
The package is installed as indefinite.
9+
To use it, rebuild it in the same cabal project as the consumer so cabal can fill the signatures.

changelog.d/backpack-broken-error.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
synopsis: "Improve Backpack broken-package error to show unfilled signatures"
33
packages: [Cabal]
4-
pr: 11669
4+
prs: 11669
55
---
66

77
When an indefinite Backpack package is installed separately (e.g. via

0 commit comments

Comments
 (0)