[GHC] #7780: GHC HEAD dll fails to build on Windows

GHC cvs-ghc at haskell.org
Sun Apr 7 14:28:48 CEST 2013


#7780: GHC HEAD dll fails to build on Windows
---------------------------------+------------------------------------------
    Reporter:  rassilon          |       Owner:  igloo              
        Type:  bug               |      Status:  patch              
    Priority:  normal            |   Milestone:                     
   Component:  Build System      |     Version:                     
    Keywords:                    |          Os:  Windows            
Architecture:  Unknown/Multiple  |     Failure:  Building GHC failed
  Difficulty:  Unknown           |    Testcase:                     
   Blockedby:                    |    Blocking:                     
     Related:                    |  
---------------------------------+------------------------------------------

Comment(by ian@…):

 commit 444119fbb78aef88450bc51b54429942f8ef3cbf
 {{{
 Author: Ian Lynagh <ian at well-typed.com>
 Date:   Sat Apr 6 23:05:29 2013 +0100

     Add a check that the Windows DLL split is OK; fixes #7780

  compiler/ghc.mk                 |    1 +
  ghc.mk                          |    2 +
  rules/build-package-way.mk      |   11 +++++
  utils/dll-split/Main.hs         |   85
 +++++++++++++++++++++++++++++++++++++++
  utils/dll-split/dll-split.cabal |   21 ++++++++++
  utils/dll-split/ghc.mk          |   18 ++++++++
  6 files changed, 138 insertions(+), 0 deletions(-)
 }}}

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



More information about the ghc-tickets mailing list