> > On Tue, Aug 23, 2005 at 04:10:51PM +0200, Lemmih wrote:> > > ghc-src
0.2.0 has been released.> > >> > > ghc-src is a Haskell parser with full support for every GHC extension.> > > It is a refactored version of the Haskell parser used internally by
> > > GHC and is meant as a replacement for h
* GHC(i) has included Text.Regex in its Windows builds since at least 6.2.2
* The version of Hugs in CVS contains Text.Regex in the Windows build:
Hugs.Base> :v
-- Hugs Version 20050731
Hugs.Base> :l Text.Regex
Text.Regex> let a = mkRegexWithOpts "(.*a$)" True True
in matchRegex a (u
On 7/14/05, Frederik Eaton <[EMAIL PROTECTED]> wrote:
> On Thu, Jul 14, 2005 at 03:15:32AM +0200, Lennart Augustsson wrote:
> > The offside rule is patronizing. :)
> > It tries to force you to lay out your program in a certain way.
> > If you like that way, good.
>
> I disagree. The offside rule i
On 5/25/05, Samuel Bronson <[EMAIL PROTECTED]> wrote:
> On 21/05/05, Brian Smith <[EMAIL PROTECTED]> wrote:
> > On 5/13/05, Gour <[EMAIL PROTECTED]> wrote:
> > > If we take a look on new HCAR, we can see that many Haskell projects are
> > > scattered al
On 5/13/05, Gour <[EMAIL PROTECTED]> wrote:
> So, why not form HaskellForge and thereby form powerful Haskell
> alliance, ie. common site which can host many/most present Haskell
> projects offering appropriate web & other (eg. darcs) services?
>
> If we take a look on new HCAR, we can see that m
> parser name directive
>
>This has no effect at present. It will probably remain this way: if you
> want to
> control names, you could use qualified import.
> ...
> The driver file exports a function doParse :: [[UserDefTok]] -> GLRResult
Does this mean that it is not possible to put multip