Re: [GHC] #7312: panic! applytTypeToArgs with non-infix function type constructor

2012-10-10 Thread GHC
#7312: panic! applytTypeToArgs with non-infix function type constructor --+- Reporter: jwlato| Owner: Type: bug | Status: new

Re: [GHC] #7312: panic! applytTypeToArgs with non-infix function type constructor

2012-10-10 Thread GHC
#7312: panic! applytTypeToArgs with non-infix function type constructor +--- Reporter: jwlato | Owner: Type: bug | Status: new

Re: [GHC] #7312: panic! applytTypeToArgs with non-infix function type constructor

2012-10-10 Thread GHC
#7312: panic! applytTypeToArgs with non-infix function type constructor +--- Reporter: jwlato | Owner: simonpj Type: bug | Status: new

Re: [GHC] #5467: Template Haskell: support for Haddock comments

2012-10-10 Thread GHC
#5467: Template Haskell: support for Haddock comments -+-- Reporter: reinerp | Owner: Type: feature request | Status: new Priority: normal|

Re: [GHC] #7233: Int64 division buggy on a 32-bit installation

2012-10-10 Thread GHC
#7233: Int64 division buggy on a 32-bit installation -+-- Reporter: lerkok| Owner: Type: bug | Status: new Priority: highest |

Re: [GHC] #7262: directory 1.2 fails to build with base 4.6

2012-10-10 Thread GHC
#7262: directory 1.2 fails to build with base 4.6 --+- Reporter: sopvop | Owner: igloo Type: bug | Status: closed Priority: high

Re: [GHC] #7195: Add edit warning to Parser.y.pp

2012-10-10 Thread GHC
#7195: Add edit warning to Parser.y.pp ---+ Reporter: nomeata | Owner: Type: feature request | Status: closed Priority: normal| Milestone:

Re: [GHC] #7317: Segmentation fault in RTS' STM code on git master

2012-10-10 Thread GHC
#7317: Segmentation fault in RTS' STM code on git master --+- Reporter: bgamari | Owner: Type: bug | Status: new Priority: normal|

Re: [GHC] #7263: Add derived Show instances to GHC.Generics

2012-10-10 Thread GHC
#7263: Add derived Show instances to GHC.Generics --+- Reporter: dag | Owner: dreixel Type: feature request | Status: new Priority: normal|

Re: [GHC] #6022: GHC infers over-general types

2012-10-10 Thread GHC
#6022: GHC infers over-general types -+-- Reporter: simonpj | Owner: Type: bug | Status: new Priority: high | Milestone:

Re: [GHC] #6022: GHC infers over-general types

2012-10-10 Thread GHC
#6022: GHC infers over-general types -+-- Reporter: simonpj | Owner: Type: bug | Status: new Priority: high | Milestone:

Re: [GHC] #7317: Segmentation fault in RTS' STM code on git master

2012-10-10 Thread GHC
#7317: Segmentation fault in RTS' STM code on git master --+- Reporter: bgamari | Owner: Type: bug | Status: new Priority: normal|

[GHC] #7318: CONLIKE pragma documentation bug

2012-10-10 Thread GHC
#7318: CONLIKE pragma documentation bug ---+ Reporter: acowley| Owner: Type: bug| Status: new Priority: normal |

Re: [GHC] #7206: Implement cheap build

2012-10-10 Thread GHC
#7206: Implement cheap build -+-- Reporter: simonpj | Owner: Type: bug | Status: new Priority: normal| Milestone:

Re: [GHC] #7309: The Ix instance for (,) leaks space in range

2012-10-10 Thread GHC
#7309: The Ix instance for (,) leaks space in range --+- Reporter: nomeata| Owner: Type: bug| Status: new Priority: normal

Re: [GHC] #6063: GHC's build-time ld-flag checks are problematic

2012-10-10 Thread GHC
#6063: GHC's build-time ld-flag checks are problematic -+-- Reporter: parcs | Owner: Type: bug | Status: new Priority:

Re: [GHC] #7276: -fdefer-type-errors allows the types of quotations to be coerced, causing segmentation fault

2012-10-10 Thread GHC
#7276: -fdefer-type-errors allows the types of quotations to be coerced, causing segmentation fault -+-- Reporter: parcs | Owner: Type: bug | Status:

Re: [GHC] #6084: Add stg_ap_pnnv and related call patterns

2012-10-10 Thread GHC
#6084: Add stg_ap_pnnv and related call patterns -+-- Reporter: SimonMeier| Owner: simonmar Type: feature request | Status: new Priority: normal|

Re: [GHC] #7136: fix for os x package builder script

2012-10-10 Thread GHC
#7136: fix for os x package builder script --+- Reporter: carter | Owner: Type: bug | Status: new Priority: normal |

Re: Does ghc 7.6.1 support gold ld?

2012-10-10 Thread Magicloud Magiclouds
Never mind. `make clean` helps. Though I have no idea why On Wed, Oct 10, 2012 at 1:40 PM, Magicloud Magiclouds magicloud.magiclo...@gmail.com wrote: Hi, Since gold ld (GNU gold (GNU Binutils for Debian 2.22) 1.11) somehow better than ld, so I am using it in my debian box. Now I want

Re: Re: Does ghc 7.6.1 support gold ld?

2012-10-10 Thread Magicloud Magiclouds
Well, it does not seem so. Although around 7.0, there were patches to make gold ld work. But until now, the configure script is still missing something. For example, it checks that gold ld is GNU ld. Thus it uses ldscript to input .o files. But in fact, at least the version I am using, gold ld

[Haskell] Haskell Weekly News: Issue 247

2012-10-10 Thread Daniel Santa Cruz
Welcome to issue 247 of the HWN, an issue covering crowd-sourced bits of information about Haskell from around the web. This issue covers the week of September 30 to October 6, 2012. Quotes of the Week * monochrom: 98% of people lack the property that they're members of the other 2%

Re: [Haskell-cafe] CPS Streams

2012-10-10 Thread Johannes Waldmann
jeff p mutjida at gmail.com writes: I've always thought that the essence of iteratees is just CPS for sure, at some level of abstraction this ought to be true, since CPS simulates call-by-value in a call-by-name language, cf. Gordon Plotkin: Call-by-Name, Call-by Value and the Lambda Calculus

Re: [Haskell-cafe] ANNOUNCE: luachunk-0.1

2012-10-10 Thread Anupam Jain
On Mon, Oct 8, 2012 at 6:48 AM, Kristopher Micinski krismicin...@gmail.com wrote: Oh, this is nice, we have our undergrads implement a compiler to Lua bytecode as part of their term projects, and currently use a homebrew OCaml package. This seems to be pretty complete, however, and it would

[Haskell-cafe] Image processing using Repa

2012-10-10 Thread Janek S.
I'm playing a bit with Repa library and its DevIL bindings. I tried to modify one of the examples from tutorial on HaskellWiki. I want to load an image, rotate it and save it to disk. I managed to write something like this: import Foreign.Ptr import System.Environment import Data.Array.Repa

Re: [Haskell-cafe] Image processing using Repa

2012-10-10 Thread Jake McArthur
You do not have to use computeIntoP. You can just use computeP followed by toForeignPtr (i don't remember the exact name for that and am on my phone so it would be awkward to look up). So Repa can create the buffer for you. Coincidentally, I didn't realize computeIntoP even existed, and I want it

Re: [Haskell-cafe] Image processing using Repa

2012-10-10 Thread Janek S.
You do not have to use computeIntoP. You can just use computeP followed by toForeignPtr (i don't remember the exact name for that and am on my phone so it would be awkward to look up). So Repa can create the buffer for you. Coincidentally, I didn't realize computeIntoP even existed, and I want

[Haskell-cafe] ANN: Groundhog 0.2 - now with database index support

2012-10-10 Thread Boris Lykah
I am excited to announce a new release of Groundhog 0.2 - a library for high-level database access. * http://hackage.haskell.org/package/groundhog * http://hackage.haskell.org/package/groundhog-th * http://hackage.haskell.org/package/groundhog-postgresql *

Re: [Haskell-cafe] CPS Streams

2012-10-10 Thread jeff p
Here is an haste of the original message since it seems like the formatting was lost. http://hpaste.org/76082 sorry about that, Jeff ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

Re: [Haskell-cafe] ANNOUNCE: luachunk-0.1

2012-10-10 Thread Kristopher Micinski
On Wed, Oct 10, 2012 at 6:48 AM, Anupam Jain ajn...@gmail.com wrote: I used the excellent A No-Frills Introduction to Lua 5.1 VM Instructions (http://scholar.google.com/scholar?cluster=14039839166840129336). Highly recommended to get a quick overview of the entire bytecode format. FYI this

[Haskell-cafe] Is there a tool to see reduction steps?

2012-10-10 Thread Daryoush Mehrtash
I have been given a piece of code that uses Tie-ing the Knot concept to label a tree of nodes in breath first manner. It seems to work fine, but I am having trouble expanding the code on my own to see the evaluation process. I like to know if there is a tools to use to see the reduction

Re: [Haskell-cafe] Is there a tool to see reduction steps?

2012-10-10 Thread Ozgur Akgun
Hi Daryoush, You could add another case to label, importing Debug.Trace: data Tree = Leaf | Node Tree Int Tree deriving Show *label t | trace (show $ label ++ show t) False = undefined* label (Node ln _ rn) ((h:r):rest) = (Node lr h rr, r:r2) where

[Haskell-cafe] Haskell Weekly News: Issue 247

2012-10-10 Thread Daniel Santa Cruz
Welcome to issue 247 of the HWN, an issue covering crowd-sourced bits of information about Haskell from around the web. This issue covers the week of September 30 to October 6, 2012. Quotes of the Week * monochrom: 98% of people lack the property that they're members of the other 2%