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 c447ed6 commit b83e40aCopy full SHA for b83e40a
src/Stack/Package.hs
@@ -1353,9 +1353,8 @@ hpack pkgDir = do
1353
, flow "please upgrade and try again."
1354
]
1355
Hpack.ExistingCabalFileWasModifiedManually -> prettyWarnL
1356
- [ flow "WARNING: "
1357
- , cabalFile
1358
- , flow " was modified manually. Ignoring package.yaml in favor of cabal file."
+ [ cabalFile
+ , flow "was modified manually. Ignoring package.yaml in favor of cabal file."
1359
, flow "If you want to use package.yaml instead of the cabal file, "
1360
, flow "then please delete the cabal file."
1361
0 commit comments