[GHC] #781: getEnvironment segfaults (6.5.20060527 - snapshot)

2006-05-31 Thread GHC
#781: getEnvironment segfaults (6.5.20060527 - snapshot) ---+ Reporter: guest | Owner: Type: bug | Status: new Priority: normal| Milestone:

Re: [GHC] #781: getEnvironment segfaults (6.5.20060527 - snapshot)

2006-05-31 Thread GHC
#781: getEnvironment segfaults (6.5.20060527 - snapshot) ---+ Reporter: guest |Owner: Type: bug | Status: new Priority: normal |Milestone:

compiling from source - error

2006-05-31 Thread Johan Meskens CS3 jmcs3
==fptools== make all - --no-print-directory -r; in /home/jmcs3/Desktop/ghc-6.4.2.20060524/ghc/utils/hsc2hs /usr/bin/ghc -H16m -O -i../../lib/compat -ignore-package Cabal -Rghc-timing -Wal l-c Main.hs -o Main.o -ohi

Bug with Char.isAlpha

2006-05-31 Thread Michael Nagel
Hi! I am using the precompiled windows version of ghc-6.4.2 and for some reason Prelude Char.isAlpha '§' returns true. Hugs however, is of the opinion that the paragraph sign is not an alphabetic character and so am I. I did not find any rationale for this behavior (as no system I know of

Strange behaviour with classes (both Hugs and GHC)

2006-05-31 Thread Magnus Björk
I just ran into a strange behaviour of both Hugs and GHC. I discussed it with John Hughes who managed to find a workaround, and suggested that I ask you whether this is really expected behaviour. The attached file contains a small example that exhibits the problem. --

Re: Strange behaviour with classes (both Hugs and GHC)

2006-05-31 Thread Sigbjorn Finne
Hi, if you desugar the definition that's causing the type error, perhaps it becomes a little bit clearer what's going on, i.e., from problematic :: MyAnnotatedType Int problematic = defaultVal{theInt=42,theAnnotation=10} you expand this to problematic' = case defaultVal of { MAT a b c - MAT

Re: Bug with Char.isAlpha

2006-05-31 Thread Simon Marlow
Michael Nagel wrote: I am using the precompiled windows version of ghc-6.4.2 and for some reason Prelude Char.isAlpha '§' returns true. Hugs however, is of the opinion that the paragraph sign is not an alphabetic character and so am I. I did not find any rationale for this behavior (as no

Re: compiling from source - error

2006-05-31 Thread Simon Marlow
If this error is not repeatable, then it is likely a hardware glitch. If it is repeatable, can you give us more information: - what platform is this? - where did you get your 6.4.1 distribution? Cheers, Simon Johan Meskens CS3 jmcs3 wrote: ==fptools== make all -

Re: [GHC] #781: GHCi on x86_64, cannot link to static data in shared libs

2006-05-31 Thread GHC
#781: GHCi on x86_64, cannot link to static data in shared libs ---+ Reporter: guest |Owner: Type: bug | Status: new Priority: normal |

Re[2]: Bug with Char.isAlpha

2006-05-31 Thread Bulat Ziganshin
Hello Simon, Wednesday, May 31, 2006, 5:57:26 PM, you wrote: This looks like some kind of input problem: I get the same results as you when using a Windows command shell, but not when using an xterm or Prelude '§' '\245' but '\245' is not the § character, it is the õ character. So the