Skip to content

Commit b83e40a

Browse files
committed
remove a redundant 'WARNING' label in this hpack warning
1 parent c447ed6 commit b83e40a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/Stack/Package.hs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1353,9 +1353,8 @@ hpack pkgDir = do
13531353
, flow "please upgrade and try again."
13541354
]
13551355
Hpack.ExistingCabalFileWasModifiedManually -> prettyWarnL
1356-
[ flow "WARNING: "
1357-
, cabalFile
1358-
, flow " was modified manually. Ignoring package.yaml in favor of cabal file."
1356+
[ cabalFile
1357+
, flow "was modified manually. Ignoring package.yaml in favor of cabal file."
13591358
, flow "If you want to use package.yaml instead of the cabal file, "
13601359
, flow "then please delete the cabal file."
13611360
]

0 commit comments

Comments
 (0)