#4164: stm-2.1.2.0 build failure on GHC < 6.10
--------------------------------+-------------------------------------------
  Reporter:  j3h                |          Owner:                         
      Type:  bug                |         Status:  new                    
  Priority:  normal             |      Milestone:                         
 Component:  libraries (other)  |        Version:                         
Resolution:                     |       Keywords:  stm GHC.Conc readTVarIO
Difficulty:                     |             Os:  Unknown/Multiple       
  Testcase:                     |   Architecture:  Unknown/Multiple       
   Failure:  None/Unknown       |  
--------------------------------+-------------------------------------------

Comment(by simonmar):

 works for me:

 {{{
 > cabal install stm --with-ghc=ghc-6.12.1
 Resolving dependencies...
 Downloading stm-2.1.2.1...
 Configuring stm-2.1.2.1...
 Preprocessing library stm-2.1.2.1...
 Building stm-2.1.2.1...
 [1 of 7] Compiling Control.Sequential.STM ( Control/Sequential/STM.hs,
 dist/build/Control/Sequential/STM.o )
 [2 of 7] Compiling Control.Concurrent.STM.TChan (
 Control/Concurrent/STM/TChan.hs, dist/build/Control/Concurrent/STM/TChan.o
 )
 [3 of 7] Compiling Control.Concurrent.STM.TMVar (
 Control/Concurrent/STM/TMVar.hs, dist/build/Control/Concurrent/STM/TMVar.o
 )
 [4 of 7] Compiling Control.Concurrent.STM.TVar (
 Control/Concurrent/STM/TVar.hs, dist/build/Control/Concurrent/STM/TVar.o )
 [5 of 7] Compiling Control.Concurrent.STM.TArray (
 Control/Concurrent/STM/TArray.hs,
 dist/build/Control/Concurrent/STM/TArray.o )
 [6 of 7] Compiling Control.Monad.STM ( Control/Monad/STM.hs,
 dist/build/Control/Monad/STM.o )
 [7 of 7] Compiling Control.Concurrent.STM ( Control/Concurrent/STM.hs,
 dist/build/Control/Concurrent/STM.o )
 Registering stm-2.1.2.1...
 Installing library in
 /home/simonmar/.cabal/lib/stm-2.1.2.1/ghc-6.12.1/x86_64-linux
 Registering stm-2.1.2.1...
 }}}

 could you do `ghc-pkg list -v` please?

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/4164#comment:3>
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