Re: [GHC] #2110: Rules to eliminate casted id's

2012-09-26 Thread GHC
#2110: Rules to eliminate casted id's -+-- Reporter: igloo | Owner: Type: feature request | Status: new Priority: lowest| Milestone:

Re: [GHC] #917: -O introduces space leak

2012-09-26 Thread GHC
#917: -O introduces space leak +--- Reporter: claus.reinke@… | Owner: Type: bug | Status: new Priority: lowest |

Re: [GHC] #7210: Bang in front of type name crashes GHC

2012-09-26 Thread GHC
#7210: Bang in front of type name crashes GHC -+-- Reporter: tibbe | Owner: Type: bug | Status: merge Priority: normal |

Re: [GHC] #7271: Panic with strictness annotation

2012-09-26 Thread GHC
#7271: Panic with strictness annotation -+-- Reporter: acowley | Owner: Type: bug | Status: closed Priority: normal

Re: [GHC] #367: Infinite loops can hang Concurrent Haskell

2012-09-26 Thread GHC
#367: Infinite loops can hang Concurrent Haskell --+- Reporter: simonpj | Owner: ezyang Type: bug | Status: new

Re: [GHC] #2110: Rules to eliminate casted id's

2012-09-26 Thread GHC
#2110: Rules to eliminate casted id's -+-- Reporter: igloo | Owner: Type: feature request | Status: new Priority: lowest| Milestone:

Re: [GHC] #2110: Rules to eliminate casted id's

2012-09-26 Thread GHC
#2110: Rules to eliminate casted id's -+-- Reporter: igloo | Owner: Type: feature request | Status: new Priority: lowest| Milestone:

Re: [GHC] #367: Infinite loops can hang Concurrent Haskell

2012-09-26 Thread GHC
#367: Infinite loops can hang Concurrent Haskell --+- Reporter: simonpj | Owner: ezyang Type: bug | Status: new

Re: [GHC] #7213: Test codeGen/should_compile/massive_array failing on 32-bits

2012-09-26 Thread GHC
#7213: Test codeGen/should_compile/massive_array failing on 32-bits -+-- Reporter: simonmar | Owner: simonmar Type: bug | Status: new Priority: high

Re: [GHC] #7182: Control.Monad.ST module description should reference Data.STRef

2012-09-26 Thread GHC
#7182: Control.Monad.ST module description should reference Data.STRef ---+ Reporter: guest | Owner: Type: feature request | Status: closed Priority:

Re: [GHC] #2110: Rules to eliminate casted id's

2012-09-26 Thread GHC
#2110: Rules to eliminate casted id's -+-- Reporter: igloo | Owner: Type: feature request | Status: new Priority: lowest| Milestone:

Re: [GHC] #367: Infinite loops can hang Concurrent Haskell

2012-09-26 Thread GHC
#367: Infinite loops can hang Concurrent Haskell --+- Reporter: simonpj | Owner: ezyang Type: bug | Status: new

Re: [GHC] #1884: Win64 Port

2012-09-26 Thread GHC
#1884: Win64 Port ---+ Reporter: simonmar| Owner: igloo Type: task| Status: new Priority: normal | Milestone: _|_ Component: Compiler

Re: [GHC] #1884: Win64 Port

2012-09-26 Thread GHC
#1884: Win64 Port ---+ Reporter: simonmar | Owner: igloo Type: task | Status: closed Priority: normal| Milestone: _|_ Component:

Re: [GHC] #5218: Add unpackCStringLen# to create Strings from string literals

2012-09-26 Thread GHC
#5218: Add unpackCStringLen# to create Strings from string literals -+-- Reporter: tibbe | Owner: igloo Type: feature request | Status: new Priority: high

Re: memory fragmentation with ghc-7.6.1

2012-09-26 Thread Simon Marlow
On 26/09/2012 05:42, Ben Gamari wrote: Simon Marlow marlo...@gmail.com writes: On 21/09/2012 04:07, John Lato wrote: Yes, that's my current understanding. I see this with ByteString and Data.Vector.Storable, but not Data.Vector/Data.Vector.Unboxed/Data.Text. As ByteStrings are pretty widely

[Haskell] ESOP Call For Papers

2012-09-26 Thread Simon Peyton-Jones
Call for Papers ESOP 2013: The European Symposium on Programming http://www.ccs.neu.edu/esop2013/ Affiliated with ETAPS'13 Rome, Italy, 16-24 March 2013 DESCRIPTION AND TOPICS ESOP is an annual

[Haskell] Haskell Weekly News: Issue 245

2012-09-26 Thread Daniel Santa Cruz
Welcome to issue 245 of the HWN, an issue covering crowd-sourced bits of information about Haskell from around the web. This issue covers the week of September 16 to September 22, 2012. Quotes of the Week * dmwit: You have your intuition correct, despite all the pedantry in the room.

[Haskell-cafe] Help me with space leaks

2012-09-26 Thread Alexey Uimanov
Hello. I am trying to write some thing in haskell and i need fast storage to store and select this things from storage. https://github.com/s9gf4ult/projs/tree/master/haskell/teststorage I am writing simple testing package to determine my needs and select the fastest storage and i have encountered

Re: [Haskell-cafe] 64-bit vs 32-bit haskell platform on Mac: misleading notice on Platform website?

2012-09-26 Thread Johan Tibell
Hi, On Wed, Sep 26, 2012 at 7:44 AM, Carter Schonwald carter.schonw...@gmail.com wrote: To the best of my knowledge there is absolutely no reason to use the 32bit haskell on OS X (aside from memory usage optimization cases which likely do not matter to the *typical* user), and the community

Re: [Haskell-cafe] 64-bit vs 32-bit haskell platform on Mac: misleading notice on Platform website?

2012-09-26 Thread Erik Hesselink
On Wed, Sep 26, 2012 at 10:58 AM, Johan Tibell johan.tib...@gmail.com wrote: On Wed, Sep 26, 2012 at 7:44 AM, Carter Schonwald carter.schonw...@gmail.com wrote: To the best of my knowledge there is absolutely no reason to use the 32bit haskell on OS X (aside from memory usage optimization

Re: [Haskell-cafe] 64-bit vs 32-bit haskell platform on Mac: misleading notice on Platform website?

2012-09-26 Thread Bob Hutchison
On 2012-09-26, at 1:44 AM, Carter Schonwald carter.schonw...@gmail.com wrote: what can we (the community ) do to address the fact that the haskell platform installer suggestions for os x are sadly completely backwards? (or am I completely wrong in my personal stance on this matter) I'd

Re: [Haskell-cafe] 64-bit vs 32-bit haskell platform on Mac: misleading notice on Platform website?

2012-09-26 Thread Johan Tibell
Adding Mark who's the release manager for the platform (and also the maintainer of the OS X builds). On Wed, Sep 26, 2012 at 11:57 AM, Erik Hesselink hessel...@gmail.com wrote: On Wed, Sep 26, 2012 at 10:58 AM, Johan Tibell johan.tib...@gmail.com wrote: On Wed, Sep 26, 2012 at 7:44 AM, Carter

Re: [Haskell-cafe] Church vs Boehm-Berarducci encoding of Lists

2012-09-26 Thread Kim-Ee Yeoh
Both are excellent points, thank you. Your mention of general recursion prompts the following: in 1995, ten years after publication of Boehm-Berarducci, Launchbury and Sheard investigated transformation of programs written in general recursive form into build-foldr form, with an eye towards the

Re: [Haskell-cafe] Partial statical linking

2012-09-26 Thread Jason Dusek
Hi, I made a mistake when I said this worked, earlier. My experiment was run on a system where I had implemented Christian Maeder's suggestion, by symlinking some static libs in to GHC's libdir. Naturally, everything appeared to work. It turns out we have to pass the libraries with -optl, to

Re: [Haskell-cafe] 64-bit vs 32-bit haskell platform on Mac: misleading notice on Platform website?

2012-09-26 Thread Christiaan Baaij
Running gloss [1] programs from GHCi only works with the 32bit version of the latest Haskell Platform. The 64-bit version just shows a black window and GHCi becomes unresponsive. I use gloss to display trees and graphs in the functional programming course given at our university. The ability to

[Haskell-cafe] Haskell Programmers for Distributed Systems

2012-09-26 Thread Richard Lyman
Hi folks, Parallel Scientific is looking for Haskell developers for distributed systems work. Parallel Scientific, Inc. is a Boulder, CO based funded startup company working in the area of scalable parallelization. We seek experienced Haskell programmers to build a sophisticated, ultra-scalable

Re: [Haskell-cafe] 64-bit vs 32-bit haskell platform on Mac: misleading notice on Platform website?

2012-09-26 Thread Carter Schonwald
really? does the 64 bit code work correctly when compiled? if the compiled version works correctly, could you post a repo of some example codlets that *should work* on ghc 7.6 so i can sort out if its fixable. There were some similar problems with gtk / cairo for a while on OS X, and i was able

Re: [Haskell-cafe] Call for discussion: OverloadedLists extension

2012-09-26 Thread Michael Snoyman
On Tue, Sep 25, 2012 at 6:21 PM, Heinrich Apfelmus apfel...@quantentunnel.de wrote: Michael Snoyman wrote: Note that I wasn't necessarily advocating such a pragma. And a lot of my XML code actually *does* use two IsString instances at the same time, e.g.: Element (img :: Name)

Re: [Haskell-cafe] Call for discussion: OverloadedLists extension

2012-09-26 Thread wren ng thornton
On 9/24/12 8:53 AM, George Giorgidze wrote: We will release GHC patches for both approaches, meanwhile the feedback from the community on the approaches that we took would be very much appreciated. Which one those would you prefer? or would you suggest a different one. The first one is much

Re: [Haskell-cafe] Call for discussion: OverloadedLists extension

2012-09-26 Thread wren ng thornton
On 9/25/12 1:57 PM, Sjoerd Visscher wrote: Maybe we could make a literal [a,b,c] turn into unpack [a,b,c]# where [a,b,c]# is a statically-allocated vector? I'm kinda surprised this isn't already being done. Just doing this seems like it'd be a good undertaking, regardless of

[Haskell-cafe] Haskell Weekly News: Issue 245

2012-09-26 Thread Daniel Santa Cruz
Welcome to issue 245 of the HWN, an issue covering crowd-sourced bits of information about Haskell from around the web. This issue covers the week of September 16 to September 22, 2012. Quotes of the Week * dmwit: You have your intuition correct, despite all the pedantry in the room.

Re: [arch-haskell] updated wiki

2012-09-26 Thread Ramana Kumar
On Tue, Sep 25, 2012 at 10:29 PM, Magnus Therning mag...@therning.orgwrote: Next, who are the ops on #arch-haskell on freenode? I don't know who is. I'm never on IRC as I've never really gotten into it, also my work situation doesn't allow it during the day. We're probably all in

Re: [arch-haskell] http-conduit

2012-09-26 Thread tam
I am very sorry for not having responded to [1]. I had planned to do it, but forgot about it. It's cool. I think my previous message conveyed more angst on my part than I truly feel, so please don't think I'm up in arms about this. That sounds good, it would however be interesting to find

Re: [arch-haskell] updated wiki

2012-09-26 Thread tam
The wiki is the perfect place to do that, since it already describes aims etc. It also doesn't do a bad job on the current state. Update it if you disagree :) Agreed! But I think perhaps, if/when we get more organized, a State of the Hunion post might be a good way to kick things off

Re: [arch-haskell] updated wiki

2012-09-26 Thread Magnus Therning
On Wed, Sep 26, 2012 at 09:49:48AM +0100, Ramana Kumar wrote: On Tue, Sep 25, 2012 at 10:29 PM, Magnus Therning mag...@therning.orgwrote: Next, who are the ops on #arch-haskell on freenode? I don't know who is. I'm never on IRC as I've never really gotten into it, also my work situation