[GHC] #871: compiler bug concerning arrays

2006-08-21 Thread GHC
#871: compiler bug concerning arrays -+-- Reporter: guest |Owner: Type: bug | Status: new Priority: normal|Milestone: Component: Compiler |

Re: [GHC] #833: hs-plugins requires an executable temporary directory

2006-08-21 Thread GHC
#833: hs-plugins requires an executable temporary directory -+-- Reporter: [EMAIL PROTECTED] | Owner: Type: bug | Status: closed Priority: normal | Milestone:

Re: ghc searches for package libraries relative to cwd?

2006-08-21 Thread Simon Marlow
Frederik Eaton wrote: Hi all, It seems that ghc is searching for package libraries relative to the current directory. Is that the intended behavior? ghci does the same thing, by the way. $ pwd /home/frederik/GSLHaskell2 $ ghc --make ../test-proc.hs -package GSL Chasing modules from:

Re: [GHC] #870: extra commas accepted in import export lists

2006-08-21 Thread GHC
#870: extra commas accepted in import export lists +--- Reporter: ross | Owner: Type: bug| Status: closed Priority: normal | Milestone:

Re: Incomplete documentation

2006-08-21 Thread Simon Marlow
Neil Mitchell wrote: Taking a look at: http://haskell.org/ghc/docs/latest/html/libraries/base/GHC-ConsoleHandler.html#v%3AinstallHandler On Windows this has the members: data ConsoleEvent = ControlC | Break | Close | Logoff | Shutdown data Handler = Default | Ignore | Catch (ConsoleEvent -

Re: [GHC] #229: Integer overflow in array allocation

2006-08-21 Thread GHC
#229: Integer overflow in array allocation -+-- Reporter: josefs | Owner: simonmar Type: bug | Status: assigned Priority: low | Milestone:

Re: [GHC] #866: Building unregistarized version

2006-08-21 Thread GHC
#866: Building unregistarized version +--- Reporter: kyukhin| Owner: Type: bug| Status: closed Priority: high | Milestone: Component: Build

Re: [GHC] #858: -fPIC on x86 and x86_64

2006-08-21 Thread GHC
#858: -fPIC on x86 and x86_64 -+-- Reporter: [EMAIL PROTECTED] | Owner: Type: bug | Status: closed Priority: normal | Milestone: Component:

[GHC] #872: OSX x86.

2006-08-21 Thread GHC
#872: OSX x86. +--- Reporter: guest|Owner: Type: feature request | Status: new Priority: normal |Milestone: Component: Compiler |

Re: [GHC] #872: OSX x86.

2006-08-21 Thread GHC
#872: OSX x86. --+- Reporter: guest| Owner: Type: feature request | Status: new Priority: normal | Milestone: Component: Compiler |

weird data corruption

2006-08-21 Thread Frederik Eaton
Hi, I'm seeing some odd data corruption in a log file. Below, the second line should be a SQL query (prefixed by a timestamp). It's turned into garbage, but apparently not just random bytes. I'm using HSQL - that's the only external library, and it uses FFI, so there might be some bad memory

Re: weird data corruption

2006-08-21 Thread Frederik Eaton
Sorry, forgot to say that I was using GHC 6.4.2 the first time, and ghc-6.4.3.20060816 this time. Frederik On Mon, Aug 21, 2006 at 10:45:40PM +0100, Frederik Eaton wrote: Hi, I'm seeing some odd data corruption in a log file. Below, the second line should be a SQL query (prefixed by a