Skip to content

Commit

Permalink
Fix regression test and issue url
Browse files Browse the repository at this point in the history
  • Loading branch information
jgotoh committed Jan 7, 2025
1 parent 05210a4 commit c430555
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ clientInstallOptions _ =
[]
["lib"]
( "Install libraries rather than executables from the target package "
<> "(provisional, see https://github.com/haskell/cabal/issues\/6481 for more information)."
<> "(provisional, see https://github.com/haskell/cabal/issues/6481 for more information)."
)
cinstInstallLibs
(\v flags -> flags{cinstInstallLibs = v})
Expand Down
2 changes: 2 additions & 0 deletions cabal-testsuite/PackageTests/Regression/T5213/cabal.out
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# cabal new-test
Configuration is affected by the following files:
- cabal.project
Warning: <ROOT>/cabal.project:4:3: The field "library-coverage" is deprecated in the Cabal specification version 1.22. Please use 'coverage' field instead.
Resolving dependencies...
Build profile: -w ghc-<GHCVER> -O1
Expand Down

0 comments on commit c430555

Please sign in to comment.