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.
2 parents 3cf794c + 6bc1269 commit b587f5fCopy full SHA for b587f5f
src/Stack/Package.hs
@@ -1412,10 +1412,12 @@ hpack pkgDir = do
1412
, flow "please upgrade and try again."
1413
]
1414
Hpack.ExistingCabalFileWasModifiedManually -> prettyWarnL
1415
- [ flow "WARNING: "
1416
- , cabalFile
1417
- , flow " was modified manually. Ignoring package.yaml in favor of cabal file."
1418
- , flow "If you want to use package.yaml instead of the cabal file, "
+ [ cabalFile
+ , flow "was modified manually. Ignoring"
+ , display hpackFile
+ , flow "in favor of the cabal file. If you want to use the"
1419
+ , display . filename $ hpackFile
1420
+ , flow "file instead of the cabal file,"
1421
, flow "then please delete the cabal file."
1422
1423
HpackCommand command ->
0 commit comments