Re: [Haskell-cafe] Problem with benchmarking FFI calls with Criterion

2012-11-24 Thread Janek S.
I'm using GHC 7.4.2 on x86_64 openSUSE Linux, kernel 2.6.37.6. Janek Dnia piątek, 23 listopada 2012, Edward Z. Yang napisał: > Running the sample code on GHC 7.4.2, I don't see the "one > fast, rest slow" behavior. What version of GHC are you running? > > Edward > > Excerpts from Janek S.'s mes

Re: [Haskell-cafe] Survey: What are the more common Haskell IDEs in use ?

2012-11-24 Thread David Virebayre
I often use geany too 2012/11/24 Erik de Castro Lopo : > Dan wrote: > >> Because I see there are many preferences on what IDE to use for Haskell >> I've created a quick survey on this topic. >> >> Please click here and select your choices from the lists. >> >> http://kwiksurveys.com/s.asp?sid=oqr4

Re: [Haskell-cafe] Survey: What are the more common Haskell IDEs in use ?

2012-11-24 Thread Тимур Амиров
SublimeText is fine 2012/11/24 David Virebayre > I often use geany too > > 2012/11/24 Erik de Castro Lopo : > > Dan wrote: > > > >> Because I see there are many preferences on what IDE to use for Haskell > >> I've created a quick survey on this topic. > >> > >> Please click here and select your

Re: [Haskell-cafe] Survey: What are the more common Haskell IDEs in use ?

2012-11-24 Thread Janek S.
Will it be possible to see the results? Janek Dnia sobota, 24 listopada 2012, Dan napisał: > Because I see there are many preferences on what IDE to use for Haskell > I've created a quick survey on this topic. > > Please click here and select your choices from the lists. > > http://kwiksurveys.co

Re: [Haskell-cafe] Survey: What are the more common Haskell IDEs in use ?

2012-11-24 Thread Dan
Yes Janek, I will post the results in a few days/one week max, once we get enough data in. Dan --- On Sat, 11/24/12, Janek S. wrote: From: Janek S. Subject: Re: [Haskell-cafe] Survey: What are the more common Haskell IDEs in use ? To: haskell-cafe@haskell.org Cc: "Dan" Date: Saturday, Novemb

Re: [Haskell-cafe] Survey: What are the more common Haskell IDEs in use ?

2012-11-24 Thread Malcolm Wallace
At my workplace, most people who code in Haskell use MS Visual Studio as their Haskell IDE. :-) But they don't read Haskell-cafe... Regards, Malcolm On 24 Nov 2012, at 07:28, Dan wrote: > Because I see there are many preferences on what IDE to use for Haskell > I've created a quick surve

[Haskell-cafe] ANN: hledger-web 0.19.3

2012-11-24 Thread Simon Michael
hledger-web now supports GHC 7.6 properly (no more "Prelude.read: no parse" error). Release notes: * fix "Prelude.read: no parse" errors with GHC >= 7.6 * web & lib refactoring, easier scripting/developing Thanks! -Simon hledger is a command-line tool and haskell library for tracking

Re: [Haskell-cafe] class Bytestringable or ToBytestring

2012-11-24 Thread Vincent Hanquez
On 11/23/2012 08:19 AM, Silvio Frischknecht wrote: i recently found the convertible package Thanks. quite a cool package, I'll probably use it in the future for some of my programs. Not sure that's appropriate for my cases unfortunately. -- Vincent ___

[Haskell-cafe] cabal isn't updating local doc index after local package upgrade

2012-11-24 Thread Richard Cobbe
Haskell Platform 2012 v2.0.0, MacOS 64-bit. (MacOS 10.8.2.) I just used cabal to upgrade the installation of a local package I'm writing, and I'm still seeing the old version of the documentation in ~/Library/Haskell/doc/index.html. How can I fix this? In more detail: this machine had greek-1.0

Re: [Haskell-cafe] Problem with benchmarking FFI calls with Criterion

2012-11-24 Thread Branimir Maksimovic
I don't see such behavior neither.ubuntu 12.10, ghc 7.4.2. Perhaps this has to do with how malloc allocates /cachebehavior. If you try not to allocate array rather use existing one perhaps there would be no inconsistency?It looks to me that's about CPU cache performance. Branimir > > I'm using

Re: [Haskell-cafe] cabal isn't updating local doc index after local package upgrade

2012-11-24 Thread Roman Cheplyaka
This is filed as https://github.com/haskell/cabal/issues/1051 * Richard Cobbe [2012-11-24 12:43:55-0500] > Haskell Platform 2012 v2.0.0, MacOS 64-bit. (MacOS 10.8.2.) > > I just used cabal to upgrade the installation of a local package I'm > writing, and I'm still seeing the old version of the

Re: [Haskell-cafe] Survey: What are the more common Haskell IDEs in use ?

2012-11-24 Thread Dan
I expected some IDEs will be missed but to add an "other" text box would have to pay for the survey - so went for the cheap version.. Not too familiar with this survey tool so if we add now VisStudio to it may delete the other answers (have over 100 answers so far) -  so we'll add the VS option

Re: [Haskell-cafe] cabal isn't updating local doc index after local package upgrade

2012-11-24 Thread Richard Cobbe
On Sat, Nov 24, 2012 at 08:37:31PM +0200, Roman Cheplyaka wrote: > This is filed as https://github.com/haskell/cabal/issues/1051 Ah! Thanks for the pointer; I didn't know about that bug database. I'll watch that issue for further developments. > * Richard Cobbe [2012-11-24 12:43:55-0500] > > H

Re: [Haskell-cafe] need help with understanding expression

2012-11-24 Thread damodar kulkarni
Hi, Thanks for the clarification. This is clearly depravity. I am confused, in what sense this is depravity? Damodar On Sun, Nov 18, 2012 at 7:27 AM, Albert Y. C. Lai wrote: > On 12-11-17 02:19 AM, damodar kulkarni wrote: > >> Let's see tthis: >> Prelude> :t 3 "a" >> 3 "a" :: (Num ([Char] ->