Re: [Haskell-cafe] Cabal error installing Yesod and nehe-tuts on Haskell Platform 2012.2.0.0

2012-07-02 Thread Eric Macaulay
e tar archives are corrupted? Maybe an > unstable internet connection or even hardware fault? > > Regards, > Alexander Foremny > > 2012/7/2 Eric Macaulay : > > Hello all! > > > > I trust tried to install yesod using "cabal install yesod-platform" but > the &

[Haskell-cafe] Cabal error installing Yesod and nehe-tuts on Haskell Platform 2012.2.0.0

2012-07-02 Thread Eric Macaulay
Hello all! I trust tried to install yesod using "cabal install yesod-platform" but the installation aborted with the following error: cabal: Error: some packages failed to install: authenticate-1.2.1.1 depends on zlib-conduit-0.4.0.2 which failed to install. http-conduit-1.4.1.10 depends on

Re: [Haskell-cafe] Re: Parsing Haskell

2009-11-07 Thread Eric Macaulay
It has indeed reached me. Thanks! At 16:23 06/11/2009, Niklas Broberg wrote: > You'd have to modify the parser in haskell-src(-exts) to do add the entry > points, though. Actually haskell-src-exts already defines entry points for Module, Stmt, Exp, Pat and Type (as well as [Module] in 1.3.x).

Re: [Haskell-cafe] Parsing Haskell

2009-11-07 Thread Eric Macaulay
Thanks, I'll check it out. At 22:03 06/11/2009, S. Doaitse Swierstra wrote: The UHC compiler contains a combinator based Haskell parser from which you can borrow fragments, Doaitse Swierstra On 6 nov 2009, at 15:49, Eric Macaulay wrote: Hi all, I was hoping to use Language.Haskell.P