Re: [GHC] #5215: process library does not build with GHC 7.0.x

2011-05-31 Thread GHC
#5215: process library does not build with GHC 7.0.x
--+-
  Reporter:  Favonia  |  Owner:  simonmar   
 
  Type:  bug  | Status:  closed 
 
  Priority:  normal   |  Milestone:  7.2.1  
 
 Component:  libraries/process|Version:  7.0.3  
 
Resolution:  fixed|   Keywords:  interruptible 
waitForProcess
  Testcase:   |  Blockedby: 
 
Difficulty:   | Os:  Unknown/Multiple   
 
  Blocking:   |   Architecture:  Unknown/Multiple   
 
   Failure:  Building GHC failed  |  
--+-
Changes (by simonmar):

  * status:  new => closed
  * resolution:  => fixed


Comment:

 Fixed: changeset:fa5db2b9bd85d951579447876cc82220b8fb5a0b

-- 
Ticket URL: 
GHC 
The Glasgow Haskell Compiler

___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #5215: process library does not build with GHC 7.0.x

2011-05-25 Thread GHC
#5215: process library does not build with GHC 7.0.x
-+--
Reporter:  Favonia   |Owner:  simonmar  
 
Type:  bug   |   Status:  new   
 
Priority:  normal|Milestone:  7.2.1 
 
   Component:  libraries/process |  Version:  7.0.3 
 
Keywords:  interruptible waitForProcess  | Testcase:
 
   Blockedby:|   Difficulty:
 
  Os:  Unknown/Multiple  | Blocking:
 
Architecture:  Unknown/Multiple  |  Failure:  Building GHC 
failed
-+--
Changes (by simonmar):

  * owner:  Favonia => simonmar
  * milestone:  => 7.2.1


Comment:

 Thanks, your patch was not quite right (710 should be 701), but I'll fix
 and commit.

-- 
Ticket URL: 
GHC 
The Glasgow Haskell Compiler

___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


[GHC] #5215: process library does not build with GHC 7.0.x

2011-05-24 Thread GHC
#5215: process library does not build with GHC 7.0.x
-+--
Reporter:  Favonia   |   Owner:  Favonia 
Type:  bug   |  Status:  new 
Priority:  normal|   Component:  libraries/process   
 Version:  7.0.3 |Keywords:  interruptible waitForProcess
Testcase:|   Blockedby:  
  Os:  Unknown/Multiple  |Blocking:  
Architecture:  Unknown/Multiple  | Failure:  Building GHC failed 
-+--
 The process library in the trunk does not build with GHC 7.0.x. The reason
 is that GHC 7.0.x does not seem to support the "interruptible" FFI calls,
 but the macro asserts that GHC 7 supports it.

 People on #ghc (thanks to thoughtpolice) have confirmed that GHC 7.1.x
 supports it. I hereby propose a patch to bump the version check from 700
 to 710.

-- 
Ticket URL: 
GHC 
The Glasgow Haskell Compiler

___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs