Attempting to Create a semi-official Haskell layer for Open Embedded/Yocto

2015-09-24 Thread drquigl
Hello Everyone, I had asked about cross compilers about 5 months back and other priorities have put that work on hold. However I am once again tasked with trying to get Haskell to build properly within an embedded environment we use. I found the additional pages on the Haskell build system

RE: [GHC] #10904: C finalizer may be called on re-used memory

2015-09-24 Thread Simon Peyton Jones
Is there a test case for this? "Test Case" is not filled in Simon | -Original Message- | From: ghc-tickets [mailto:ghc-tickets-boun...@haskell.org] On Behalf Of | GHC | Sent: 24 September 2015 10:00 | Cc: ghc-tick...@haskell.org | Subject: Re: [GHC] #10904: C finalizer may be called on

RE: [GHC] #10487: DeriveGeneric breaks when the same data name is used in different modules

2015-09-24 Thread Simon Peyton Jones
Can someone fill in the regression-test test-case on the ticket? I assume there is one?? Simon | -Original Message- | From: ghc-tickets [mailto:ghc-tickets-boun...@haskell.org] On Behalf Of | GHC | Sent: 24 September 2015 08:51 | Cc: ghc-tick...@haskell.org | Subject: Re: [GHC]

Re: [GHC] #10487: DeriveGeneric breaks when the same data name is used in different modules

2015-09-24 Thread Ömer Sinan Ağacan
Done. It's be the best if we could add a test case that uses multiple packages, but as far as I could see current test runner isn't supporting this setup. 2015-09-24 12:17 GMT-04:00 Simon Peyton Jones : > Can someone fill in the regression-test test-case on the ticket? I

Re: How to get types including constraints out of TypecheckedModule

2015-09-24 Thread Daniel Gröber
(whoops, didn't send this to the list) On Fri, Sep 18, 2015 at 09:22:09AM +, Simon Peyton Jones wrote: > I have not looked in detail, but I'm confident that all the info you > want is there. For let/where/top-level bindings, the polymorphic > binders you want are in the 'AbsBinds' construct.