We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b83e40a commit 6bc1269Copy full SHA for 6bc1269
src/Stack/Package.hs
@@ -1354,8 +1354,11 @@ hpack pkgDir = do
1354
]
1355
Hpack.ExistingCabalFileWasModifiedManually -> prettyWarnL
1356
[ cabalFile
1357
- , flow "was modified manually. Ignoring package.yaml in favor of cabal file."
1358
- , flow "If you want to use package.yaml instead of the cabal file, "
+ , flow "was modified manually. Ignoring"
+ , display hpackFile
1359
+ , flow "in favor of the cabal file. If you want to use the"
1360
+ , display . filename $ hpackFile
1361
+ , flow "file instead of the cabal file,"
1362
, flow "then please delete the cabal file."
1363
1364
HpackCommand command -> do
0 commit comments