[GHC] #13899: Improve [-Wmissing-home-modules] error message

GHC ghc-devs at haskell.org
Thu Jun 29 21:43:12 UTC 2017


#13899: Improve [-Wmissing-home-modules] error message
-------------------------------------+-------------------------------------
           Reporter:  alanz          |             Owner:  (none)
               Type:  bug            |            Status:  new
           Priority:  normal         |         Milestone:  8.2.1
          Component:  Compiler       |           Version:  8.2.1-rc2
           Keywords:                 |  Operating System:  Unknown/Multiple
       Architecture:                 |   Type of failure:  None/Unknown
  Unknown/Multiple                   |
          Test Case:                 |        Blocked By:
           Blocking:                 |   Related Tickets:
Differential Rev(s):                 |         Wiki Page:
-------------------------------------+-------------------------------------
 At the moment when this warning is triggered, GHC emits something like

 {{{#!hs
 <no location info>: warning: [-Wmissing-home-modules]
     Modules are not listed in command line:
 Language.Haskell.GHC.ExactPrint
 }}}

 It is not clear that this is actually reporting a problem in the cabal
 file which has incomplete "other-modules" for one or other target.

--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/13899>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler


More information about the ghc-tickets mailing list