Skip to content

Commit

Permalink
remove redundant 'display' call
Browse files Browse the repository at this point in the history
  • Loading branch information
kadoban committed Aug 24, 2017
1 parent cb82c39 commit 8083dc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Stack/Package.hs
Original file line number Diff line number Diff line change
Expand Up @@ -1252,7 +1252,7 @@ hpack pkgDir = do
Hpack.OutputUnchanged -> $prettyDebugL
[flow "hpack output unchanged in", cabalFile]
Hpack.AlreadyGeneratedByNewerHpack -> $prettyWarnL
[ display cabalFile
[ cabalFile
, flow "was generated with a newer version of hpack,"
, flow "please upgrade and try again."
]
Expand Down

0 comments on commit 8083dc6

Please sign in to comment.