RE: Visual Haskell will not Install with Visual Studio 2005, Express Edition

2007-08-12 Thread Seth Kurtzberg
I was not aware of the Eclipse support, so thanks for that information. However, Visual Haskell will not install on the full version of Visual Studio 2005 either. To make sure this was not an issue specific to my installation, I completely wiped a disk, installed Windows, installed Visual Studio

Re: Visual Haskell will not Install with Visual Studio 2005, Express Edition

2007-08-12 Thread Duncan Coutts
On Thu, 2007-07-26 at 23:51 -0700, Sean Johnson wrote: > Hi Everyone, > > Is there some way to install Visual Haskell with VS2005, Express? > Perhaps some workaround or hack? I believe that free version of VS is specifically designed not to allow any plugins, you have to pay for the the full vers

RE: Visual Haskell will not Install with Visual Studio 2005, Express Edition

2007-08-12 Thread Seth Kurtzberg
It won't install with the full edition either. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Esa Ilari Vuokko Sent: Sunday, August 12, 2007 6:22 PM To: Sean Johnson Cc: glasgow-haskell-bugs@haskell.org; [EMAIL PROTECTED] Subject: Re: Visual Haskell will

Re: Visual Haskell will not Install with Visual Studio 2005, Express Edition

2007-08-12 Thread Esa Ilari Vuokko
Hi, On 7/27/07, Sean Johnson <[EMAIL PROTECTED]> wrote: > Is there some way to install Visual Haskell with VS2005, Express? Perhaps > some workaround or hack? It's probably impossible. Feature matrix for Visual Studio products says "Use 3rd party controls and content. No Macros, Add-ins or Packa

Re: crash in ghc.exe while exiting ghci.exe

2007-08-12 Thread Ian Lynagh
Hi Gopi, On Thu, Aug 09, 2007 at 05:16:23PM -0700, Gopi Krishna Madabhushi wrote: > Here's the crash, probably accessing deleted critical section? Please let me > know how can I send more information. Can you please let us know what version of GHC you have, what version of Windows and how to re

Re: [GHC] #1569: error in compiling ghc-6.6.1 on 64-bit linux

2007-08-12 Thread GHC
#1569: error in compiling ghc-6.6.1 on 64-bit linux --+- Reporter: guest |Owner: simonmar Type: bug| Status: new

Re: "data" package

2007-08-12 Thread Ian Lynagh
Hi Ian, On Thu, Aug 02, 2007 at 11:10:47AM -0400, Ian Johnston wrote: > > ghc-6.6.1: unknown package: data > > I have searched all over for this "data" package, but I have not found > anything. Do you know how I can fix this problem? It sounds like you're trying to compile something very old

Re: error in compiling ghc-6.6.1 on 64-bit linux

2007-08-12 Thread Stefan O'Rear
On Wed, Jul 25, 2007 at 02:50:02PM +0800, an0 wrote: > The same error "cc1: error: unrecognized option `-fwrapv'" also occured > when > I used the Linux (86_64) binary distribution of ghc-6.6.1 to compile a > haskell programme with ffi foreign export (that is why I wanted to try to > build a ghc b

Re: "data" package

2007-08-12 Thread Stefan O'Rear
On Thu, Aug 02, 2007 at 11:10:47AM -0400, Ian Johnston wrote: > I keep getting this error: > > ghc-6.6.1: unknown package: data > > I have searched all over for this "data" package, but I have not found > anything. Do you know how I can fix this problem? > > Thanks in advance, for any reply, N

crash in ghc.exe while exiting ghci.exe

2007-08-12 Thread Gopi Krishna Madabhushi
Here's the crash, probably accessing deleted critical section? Please let me know how can I send more information. Thanks, Gopi 0:002> k100 ChildEBP RetAddr 01bafed8 770fb071 ntdll!RtlpWaitOnCriticalSection+0xc5 *** ERROR: Module load completed but symbols could not be loaded for ghc.exe 01ba

"data" package

2007-08-12 Thread Ian Johnston
I keep getting this error: ghc-6.6.1: unknown package: data I have searched all over for this "data" package, but I have not found anything. Do you know how I can fix this problem? Thanks in advance, for any reply, - Ian J. ___ Glasgow-haskell-bugs

bug report: picoseconds handling in System.Time

2007-08-12 Thread Andrei Paskevich
The diffClockTimes function can generate TimeDiff's with a negative value of tdPicosec. When you pass such a TimeDiff to addToClockTime, the latter may send negative picoseconds to toClockTime, provoking the error "picoseconds out of range". While we are at it, please, teach normalizeTimeDiff t

Visual Haskell will not Install with Visual Studio 2005, Express Edition

2007-08-12 Thread Sean Johnson
Hi Everyone, Is there some way to install Visual Haskell with VS2005, Express? Perhaps some workaround or hack? Thanks for your help, -- Sean Erle Johnson ___ Glasgow-haskell-bugs mailing list Glasgow-haskell-bugs@haskell.org http://www.haskell.org/mai

error in compiling ghc-6.6.1 on 64-bit linux

2007-08-12 Thread an0
Following error occured while compiling ghc-6.6.1 on a 64-bit linux using Linux (x86_64) binary distribution of ghc-6.6.1: make -C utils/mkdependC boot make[1]: Entering directory `/home/wangling/soft/ghc-6.6.1/utils/mkdependC' rm -f mkdependC Creating mkdependC... echo "#! "/usr/bin/perl > mkdep

Re: [GHC] #1568: Proposal: Move System.Posix.Signals to the unix package

2007-08-12 Thread GHC
#1568: Proposal: Move System.Posix.Signals to the unix package ---+ Reporter: igloo |Owner: Type: proposal| Status: closed Priority: normal |Milestone:

Re: [GHC] #1566: Move the throwErrnoPath* functions from unix:System.Posix.Error to base:Foreign.C.Error

2007-08-12 Thread GHC
#1566: Move the throwErrnoPath* functions from unix:System.Posix.Error to base:Foreign.C.Error ---+ Reporter: igloo |Owner: Type: proposal| Status: closed Priority:

[GHC] #1612: GHC_PACKAGE_PATH and $topdir bug

2007-08-12 Thread GHC
#1612: GHC_PACKAGE_PATH and $topdir bug ---+ Reporter: eivuokko | Owner: Type: bug | Status: new Priority: normal| Milestone: Component: Compiler |