Skip to content

Commit 156ad6c

Browse files
committed
Fix failing tests
These failures are caused by missing `compiler-project-unit-id` references.
1 parent bb796cb commit 156ad6c

File tree

1 file changed

+3
-1
lines changed
  • cabal-testsuite/PackageTests/Path/Compiler

1 file changed

+3
-1
lines changed

cabal-testsuite/PackageTests/Path/Compiler/cabal.out

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22
compiler-flavour: ghc
33
compiler-id: ghc-<GHCVER>
44
compiler-path: <GHCPATH>
5+
compiler-project-unit-id: <ROOT>/cabal.dist/home/.cabal/store/ghc-<GHCVER>
56
# cabal path
6-
{"cabal-version":"<CABAL_INSTALL_VER>","compiler":{"flavour":"ghc","id":"ghc-<GHCVER>","path":"<GHCPATH>"}}
7+
{"cabal-version":"<CABAL_INSTALL_VER>","compiler":{"flavour":"ghc","id":"ghc-<GHCVER>","path":"<GHCPATH>","project-unit-id":"<ROOT>/cabal.dist/home/.cabal/store/ghc-<GHCVER>"}}
78
# cabal path
89
compiler-flavour: ghc
910
compiler-id: ghc-<GHCVER>
1011
compiler-path: <GHCPATH>
12+
compiler-project-unit-id: <ROOT>/cabal.dist/home/.cabal/store/ghc-<GHCVER>

0 commit comments

Comments
 (0)