Re: [Haskell] repa not running in parallel?

2013-11-07 Thread Roman Cheplyaka
Try adding +RTS -N at the end of your ./Main command line. * Alexander Herz [2013-11-07 10:40:59+0100] > Hi, > > I'm new to haskell and I tried to reproduce the perfomance values > from the paper "Regular, Shape-polymorphic, Parallel Arrays in > Haskell". > > I modified the repa-mmult example f

Re: [Haskell] Status of Haskell'?

2012-12-01 Thread Roman Cheplyaka
* Simon Peyton-Jones [2012-11-30 16:36:01+] > Why not? I don't think it's laziness or selfishness; just look at how > helpful people are on the mailing list. Rather, I am guessing that > it's a subconscious assessment of cost/benefit. The cost is certainly > significant, and (unlike a quick

Re: [Haskell] Status of Haskell'?

2012-12-01 Thread Roman Cheplyaka
* Tijn van der Zant [2012-12-01 10:00:31+0100] > Why do I need to know about pragmas if it is already difficult to > learn the language? Exactly. In an ideal world, where the language standard corresponds to what people perceive as being standard, beginners shouldn't know or care about pragmas, w

Re: [Haskell] Status of Haskell'?

2012-12-01 Thread Roman Cheplyaka
* Henning Thielemann [2012-12-01 00:37:12+0100] > We should have multiple implementations before standardization. Alternative implementations already exist for lots of extenstions, see http://hackage.haskell.org/trac/haskell-prime/wiki/HaskellExtensions Roman ___

[Haskell] ANNOUNCE: smallcheck-0.6; test-framework-smallcheck-0.1

2011-12-11 Thread Roman Cheplyaka
I'm pleased to announce a new release of SmallCheck. The highlights for this release are: * Default Generic implementation of Serial instance, contributed by Bas van Dijk This means that you don't need to write instances by hand for your types to generate test values for them. See [1]

[Haskell] ANNOUNCE: regex-applicative-0.1

2011-07-03 Thread Roman Cheplyaka
I am glad to announce the initial release of regex-applicative. Hackage: http://hackage.haskell.org/package/regex-applicative Repository: https://github.com/feuerbach/regex-applicative Issues: https://github.com/feuerbach/regex-applicative/issues regex-applicative is aimed to be an e

Re: [Haskell] "collect2: ld terminated with signal 9 [Killed]" when using "cabal install"

2010-11-22 Thread Roman Cheplyaka
* Yang Zhang [2010-11-22 14:50:20-0800] > I just installed haskell-platform from the justinbogner PPA on a fresh > 64-bit Ubuntu 10.04 Server, then ran `cabal install gitit`, resulting > in the following errors, some of which disappear on a second attempt. > Anybody know what's up? Thanks in advan