#12851: Regression: GHC doesn't show filepaths by default anymore -------------------------------------+------------------------------------- Reporter: hvr | Owner: Type: bug | Status: patch Priority: low | Milestone: 8.2.1 Component: Compiler | Version: 8.1 Resolution: | Keywords: regression Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Phab:D2728 Wiki Page: | -------------------------------------+------------------------------------- Comment (by Ben Gamari <ben@…>): In [changeset:"3ec856308cbfb89299daba56337eda866ac88d6e/ghc" 3ec85630/ghc]: {{{ #!CommitTicketReference repository="ghc" revision="3ec856308cbfb89299daba56337eda866ac88d6e" Replace -fshow-source-paths with -fhide-source-paths This patch reverts the change introduced with 587dcccfdfa7a319e27300a4f3885071060b1f8e and restores the previous default output of GHC (i.e., show source path and object path for each compiled module). The -fhide-source-paths flag can be used to hide these paths and reduce the line noise. Reviewers: gracjan, nomeata, austin, bgamari, simonmar, hvr Reviewed By: hvr Subscribers: thomie Differential Revision: https://phabricator.haskell.org/D2728 GHC Trac Issues: #12851 }}} -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/12851#comment:12> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler