Issue 278 in yi-editor: Indentaion problem

2009-07-13 Thread codesite-noreply
Status: Accepted Owner: andersk84 Labels: Type-Defect Priority-Low New issue 278 by andersk84: Indentaion problem http://code.google.com/p/yi-editor/issues/detail?id=278 What steps will reproduce the problem? 1. start Yi 2. Enter precise Haskell mode 3. Enter following program fun = a a

Compiling Data-Accessor with GHC HEAD

2009-07-13 Thread Jean-Philippe Bernardy
On Mon, Jul 13, 2009 at 8:16 PM, Kalman Noel wrote: > I hope you won't mind if I just paste the next problem that I can't make any > sense of? It looks like it's due to some change in TH. Template Haskell matches closely the internal structures of GHC, so I guess the package simply is not compat

Re: Compiling Current Release

2009-07-13 Thread Kalman Noel
Jean-Philippe Bernardy wrote: > On Mon, Jul 13, 2009 at 2:52 PM, Kalman Noel > wrote: > > Jean-Philippe Bernardy schrieb: > >> BTW, I'd tend to attribute the slowness to the ghc scheduler/GC; did > >> somebody > >> test with GHC head? > > I tried to this weekend, but I couldn't get the network p

Re: Compiling Current Release

2009-07-13 Thread Jean-Philippe Bernardy
On Mon, Jul 13, 2009 at 2:52 PM, Kalman Noel wrote: > > Jean-Philippe Bernardy schrieb: >> BTW, I'd tend to attribute the slowness to the ghc scheduler/GC; did somebody >> test with GHC head? > > I tried to this weekend, but I couldn't get the network package to compile > with GHC head (required f

Re: Compiling Current Release

2009-07-13 Thread Kalman Noel
Jean-Philippe Bernardy schrieb: > BTW, I'd tend to attribute the slowness to the ghc scheduler/GC; did somebody > test with GHC head? I tried to this weekend, but I couldn't get the network package to compile with GHC head (required for cabal-install - I don't feel like compiling all yi dependenc