Re: [GHC] #3801: ghc-6.10.4: internal error: PAP object entered

2010-01-03 Thread GHC
#3801: ghc-6.10.4: internal error: PAP object entered -+-- Reporter: patrikja | Owner: Type: bug | Status: new Priority: normal| Milestone:

Re: [GHC] #597: Various error messages have inaccurate source locations

2010-01-03 Thread GHC
#597: Various error messages have inaccurate source locations -+-- Reporter: simonmar| Owner: Type: task| Status: new

Re: [GHC] #3715: GHC API no longer exports location information for error/warning messages

2010-01-03 Thread GHC
#3715: GHC API no longer exports location information for error/warning messages --+- Reporter: greenrd | Owner: Type: bug | Status: new

Re: [GHC] #590: hsc2hs: quoting of macro arguments containing commas

2010-01-03 Thread GHC
#590: hsc2hs: quoting of macro arguments containing commas +--- Reporter: Dimitry Golubovsky golubov...@gmail.com | Owner: igloo Type: bug|

Re: [GHC] #3681: hsc2hs wrapper script throws away $HSC2HS_EXTRA's value when specified C compiler to use

2010-01-03 Thread GHC
#3681: hsc2hs wrapper script throws away $HSC2HS_EXTRA's value when specified C compiler to use -+-- Reporter: nwn | Owner: Type: bug | Status: new Priority: normal |

Re: [GHC] #2798: Enable rec keyword when RecursiveDo is enabled?

2010-01-03 Thread GHC
#2798: Enable rec keyword when RecursiveDo is enabled? ---+ Reporter: nominolo | Owner: igloo Type: task | Status: closed Priority: high |

Re: [GHC] #3785: Broken link in library docs

2010-01-03 Thread GHC
#3785: Broken link in library docs +--- Reporter: igloo | Owner: igloo Type: bug| Status: new Priority: high | Milestone: 6.12.2

[GHC] #3802: :main in GHCi doesn't do getArgs wildcard expansion

2010-01-03 Thread GHC
#3802: :main in GHCi doesn't do getArgs wildcard expansion -+-- Reporter: NeilMitchell | Owner: Type: bug | Status: new

Re: [GHC] #3802: :main in GHCi doesn't do getArgs wildcard expansion

2010-01-03 Thread GHC
#3802: :main in GHCi doesn't do getArgs wildcard expansion -+-- Reporter: NeilMitchell | Owner: Type: bug | Status: new

[GHC] #3803: addCoverageTicksTobind should not panic when file location is Nothing

2010-01-03 Thread GHC
#3803: addCoverageTicksTobind should not panic when file location is Nothing -+-- Reporter: clemens | Owner: Type: bug | Status: new Priority:

Re: [GHC] #2798: Enable rec keyword when RecursiveDo is enabled?

2010-01-03 Thread Iavor Diatchki
Hello, so with these changes, what is the preferred way to write recursive monadic code that will work on GHC 6.12.1, GHC = 6.12.1, and Hugs? I guess, one could always fall back to just using mfix directly but this seems unfortunate. -Iavor On Sun, Jan 3, 2010 at 5:23 AM, GHC t...@galois.com