[GHC] #8320: Build fails due to Haddock error in ghc-prim:GHC.Types

GHC ghc-devs at haskell.org
Thu Oct 24 08:31:48 UTC 2013


#8320: Build fails due to Haddock error in ghc-prim:GHC.Types
----------------------------------------+---------------------------
        Reporter:  guest                |            Owner:
            Type:  bug                  |           Status:  new
        Priority:  highest              |        Milestone:  7.8.1
       Component:  Build System         |          Version:  7.7
      Resolution:                       |         Keywords:
Operating System:  Linux                |     Architecture:  x86
 Type of failure:  Building GHC failed  |       Difficulty:  Unknown
       Test Case:                       |       Blocked By:
        Blocking:                       |  Related Tickets:
----------------------------------------+---------------------------

Comment (by Simon Peyton Jones <simonpj@…>):

 In [changeset:"c0270922e0ddd3de549ba7c99244faf431d0740f/ghc"]:
 {{{
 #!CommitTicketReference repository="ghc"
 revision="c0270922e0ddd3de549ba7c99244faf431d0740f"
 Suppress AMP warnings with -XNoImplicitPrelude (fixed Trac #8320)

 The AMP warnings caused 'base' to be loaded even when we were
 compiling 'ghc-prim'.  That is bad, bad, bad.  We got a very
 obscure message
    attempting to use module ‛ghc-prim:GHC.Types’
      (libraries/ghc-prim/./GHC/Types.hs) which is not loaded

 See Note [Home module load error] in LoadIface
 }}}

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


More information about the ghc-tickets mailing list