[GHC] #1711: ghc 6.8 build not happy

GHC trac at galois.com
Wed Sep 19 21:08:11 EDT 2007


#1711: ghc 6.8 build not happy
------------------------------------------+---------------------------------
    Reporter:  perkins at cs.washington.edu  |        Owner:  igloo  
        Type:  bug                        |       Status:  new    
    Priority:  normal                     |    Milestone:  6.8.1  
   Component:  Build System               |      Version:  6.8    
    Severity:  normal                     |   Resolution:         
    Keywords:  happy, source build        |   Difficulty:  Unknown
          Os:  MacOS X                    |     Testcase:         
Architecture:  powerpc                    |  
------------------------------------------+---------------------------------
Comment (by igloo):

 The only file that looks like it will be troublesome is `libraries
 /haskell-src/Language/Haskell/Parser.hs`. Future source tarballs (>=
 20070920) should include it.

 Running `make clean` will still delete the file, though. Ideally Cabal
 should deal with this properly, but for now I think the best thing we can
 do (not yet done) is to hack Setup.hs to not delete it if we didn't find
 happy when configuring.

 Incidentally, you shouldn't need to do so, but if you do want to build
 happy from source then you should use Cabal to do so, not the old
 Makefiles.

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


More information about the Glasgow-haskell-bugs mailing list