Cygwin version

2009-03-08 Thread Tuomo Valkonen
I want a _real_ cygwin version of darcs. The non-deterministic pseudo-cygwin *nix/Windows hybrid currently available has just too many problems integrating into cygwin, that I want to use as my TeXing and minor coding environment. A real cygwin version of darcs would seem to depend on a real

Re: Cygwin version

2009-03-08 Thread Don Stewart
tuomov: I want a _real_ cygwin version of darcs. The non-deterministic pseudo-cygwin *nix/Windows hybrid currently available has just too many problems integrating into cygwin, that I want to use as my TeXing and minor coding environment. A real cygwin version of darcs would seem to depend

Re: Cygwin version

2009-03-08 Thread Tuomo Valkonen
On 2009-03-08, Don Stewart d...@galois.com wrote: Here is a complete, from-scratch, log of all you need to build GHC using Cygwin, kindly provided by Claus Reinke. http://hackage.haskell.org/trac/ghc/wiki/Building/Windows#AWindowsbuildlogusingCygwin These appear to be

Re: Cygwin version

2009-03-08 Thread John Meacham
On Sun, Mar 08, 2009 at 08:24:34PM +, Tuomo Valkonen wrote: On 2009-03-08, Don Stewart d...@galois.com wrote: Here is a complete, from-scratch, log of all you need to build GHC using Cygwin, kindly provided by Claus Reinke.

Re: Cygwin version

2009-03-08 Thread Tuomo Valkonen
On 2009-03-08, John Meacham j...@repetae.net wrote: if you follow those steps, but then don't override the host in the ./configure step to just let it pick up the cygwin environment will it work properly? John No: Configuring extensible-exceptions-0.1.0.0... cabal-bin.exe:

Re: Loop unrolling + fusion ?

2009-03-08 Thread Roman Leshchinskiy
On 07/03/2009, at 09:26, Claus Reinke wrote: My preferred spec would be roughly {-# NOINLINE f #-} as now {-# INLINE f #-}works as now, which is for non-recursive f only (might in future be taken as go-ahead for analysis-based recursion unfolding) {-# INLINE f PEEL n #-} inline