Re: [Haskell-cafe] Identifier generators with QuickCheck

2007-07-26 Thread J. Pablo Fernández
'] ++ ['A'..'Z'] validChars = validFirstChars ++ _- ++ ['0'..'9'] Thank you. On Tuesday 24 July 2007 14:55:33 Jonathan Cast wrote: On Tuesday 24 July 2007, J. Pablo Fernández wrote: Hello Haskellers, I want to make a QuickCheck generator that creates identifiers, basically [a-zA-Z

[Haskell-cafe] Identifier generators with QuickCheck

2007-07-24 Thread J. Pablo Fernández
'] ++ ['A'..'Z'] validChars = validFirstChars ++ _- ++ ['0'..'9'] which of course only gives me one random character. I want both, the characters, and the length to be random. Thank you. -- J. Pablo Fernández [EMAIL PROTECTED] (http://pupeno.com

Re: [Haskell-cafe] [OT] Install ghc6-doc fails [SOLVED}

2007-07-22 Thread J. Pablo Fernández
:16 J. Pablo Fernández wrote: Hello, This may be a bit off topic, but maybe someone here has importante related information. I am running Kubuntu, the lattests stable version, but I am running unstable Haskell packages, that is, I fetch the dsc, diff and tarballs and build the debs myself

[Haskell-cafe] [OT] Install ghc6-doc fails

2007-07-21 Thread J. Pablo Fernández
what the problem might be? Thank you. -- J. Pablo Fernández [EMAIL PROTECTED] (http://pupeno.com) ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

Re: [Haskell-cafe] ANN: Finance.Quote.Yahoo 0.1 on hackage

2007-07-14 Thread J. Pablo Fernández
. And if your are using a good package manager, it will automatically installed with all its dependencies when you install something that needs it. -- J. Pablo Fernández [EMAIL PROTECTED] (http://pupeno.com) ___ Haskell-Cafe mailing list Haskell-Cafe