[GHC] #1405: Make ghc (stage1) be compilable by non-GHC

GHC trac at galois.com
Sun Jun 3 17:35:09 EDT 2007


#1405: Make ghc (stage1) be compilable by non-GHC
-----------------------------+----------------------------------------------
    Reporter:  Isaac Dupree  |        Owner:         
        Type:  task          |       Status:  new    
    Priority:  normal        |    Milestone:  _|_    
   Component:  Compiler      |      Version:  6.6.1  
    Severity:  normal        |   Resolution:         
    Keywords:                |   Difficulty:  Unknown
          Os:  Unknown       |     Testcase:         
Architecture:  Unknown       |  
-----------------------------+----------------------------------------------
Comment (by Isaac Dupree):

 Also grepping the source for __GLASGOW_HASKELL__ finds many things that
 need examining.  Mostly it is "#if"s for compatibility with old versions
 of libraries that old versions of GHC have; for non-GHC compilers I think
 the best thing to do with these is to make sure it assumes the latest
 version of the libraries (old versions of ghc need to be able to compile
 new ones for a special reason, and the older versions also had more
 difficulty having upgradeable packages)

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/1405>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
-------------- next part --------------
_______________________________________________
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs at haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


More information about the Glasgow-haskell-bugs mailing list