Re: [GHC] #1876: Complete shared library support

2009-04-25 Thread GHC
#1876: Complete shared library support -+-- Reporter: simonmar |Owner: Type: task | Status: new Priority: high |Milesto

Re: Linking hsc2hs .c output on Windows w/ build system: is it just me..?

2009-04-25 Thread Sigbjorn Finne
Oh, and a simple test case: foo$ cat a.c int main() { return 0; } foo$ c:/ghc/ghc-6.10.1/gcc -o a a.c foo$ ./a ; echo $? 0 foo$ c:/ghc/ghc-6.10.1/gcc -o a a.c -lkernel32 foo$ ./a ; echo $? 0 foo$ c:/ghc/ghc-6.10.1/gcc -o a a.c -lkernel32 -lmsvcrt foo$ ./a ; echo $? 5 foo$ --sigbjorn On 4/25/20

Re: Linking hsc2hs .c output on Windows w/ build system: is it just me..?

2009-04-25 Thread Sigbjorn Finne
On 4/25/2009 05:37, Ian Lynagh wrote: Hi Sigbjorn, On Fri, Apr 24, 2009 at 03:04:14PM -0700, Sigbjorn Finne wrote: I've been experiencing repeated woes over the past 4-5 months when trying to spin up build trees on Windows with the new build system. By "new build system" do you mean

Re: [GHC] #601: Replace GMP

2009-04-25 Thread GHC
#601: Replace GMP -+-- Reporter: simonmar |Owner: Type: task | Status: new Priority: normal|Milestone: _|_

Re: [GHC] #2790: Use -fregs-graph by default

2009-04-25 Thread GHC
#2790: Use -fregs-graph by default -+-- Reporter: igloo |Owner: Type: task | Status: new Priority: high |Milestone: 6.1

[GHC] #3192: Add dynCompileCoreExpr :: GhcMonad m => Bool -> Expr CoreBind -> m Dynamic to ghc-api

2009-04-25 Thread GHC
#3192: Add dynCompileCoreExpr :: GhcMonad m => Bool -> Expr CoreBind -> m Dynamic to ghc-api -+-- Reporter: guest | Owner: Type: feature request | Status: new

Inter-module links with Haddock broken?

2009-04-25 Thread Sven Panne
Currently I am unable to make inter-module links (of the form 'Foo.Bar.baz') work with the Haddock shipped with GHC 6.10.2. The library documentation on haskell.org has the same problem, see e.g. the last paragraphs of http://www.haskell.org/ghc/docs/latest/html/libraries/base/Control- Except

Re: Linking hsc2hs .c output on Windows w/ build system: is it just me..?

2009-04-25 Thread Ian Lynagh
Hi Sigbjorn, On Fri, Apr 24, 2009 at 03:04:14PM -0700, Sigbjorn Finne wrote: > > I've been experiencing repeated woes over the past 4-5 months > when trying to spin up build trees on Windows with the new build > system. By "new build system" do you mean http://darcs.haskell.org/ghc-new-buil

[GHC] #3191: hpc reports spurious results with .lhs files even after processing with ghc -E

2009-04-25 Thread GHC
#3191: hpc reports spurious results with .lhs files even after processing with ghc -E -+-- Reporter: dominic | Owner: a...@galois.com Type: bug | Status: new Prior