#2729: Stuck when compiling XMonad.StackSet in xmonad 0.9 (hackage version)
---------------------------------+------------------------------------------
    Reporter:  mnislaih          |        Owner:                  
        Type:  bug               |       Status:  new             
    Priority:  normal            |    Milestone:  6.12 branch     
   Component:  Compiler          |      Version:  6.11            
    Severity:  major             |   Resolution:                  
    Keywords:                    |   Difficulty:  Unknown         
    Testcase:                    |           Os:  Unknown/Multiple
Architecture:  Unknown/Multiple  |  
---------------------------------+------------------------------------------
Comment (by simonpj):

 I've tried and failed to reproduce this.  I downloaded xmonad 0.8 from
 hackage (that seems to be the latest version) and X11-1.4.4 from hackage.
 This fails because xmonad 0.8 is incompatible with GHC 6.10
 {{{
 bash-3.2$ runhaskell Setup.lhs build
 Preprocessing library xmonad-0.8...
 Preprocessing executables for xmonad-0.8...
 Building xmonad-0.8...
 [1 of 8] Compiling XMonad.StackSet  ( XMonad/StackSet.hs,
 dist/build/XMonad/StackSet.o )
 [2 of 8] Compiling XMonad.Core      ( XMonad/Core.hs,
 dist/build/XMonad/Core.o )

 XMonad/Core.hs:36:49:
     Module
     `Control.Exception'
     does not export
     `Exception(ExitException)'
 }}}
 (However, `StackSet` compiled ok.)

 I got the latest xmonad from
 {{{
 darcs get --partial http://code.haskell.org/xmonad
 }}}
 That compiled fine, both with GHC 6.10.1 and with HEAD.  So I'm stumped.
 Can you check?

 Simon

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/2729#comment:2>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to