Re: [Haskell-cafe] A small question

2007-11-21 Thread Jeremy O'Donoghue
On 16/11/2007, Andrew Coppin [EMAIL PROTECTED] wrote: Sebastian Sylvan wrote: On Nov 15, 2007 6:56 PM, Andrew Coppin [EMAIL PROTECTED] wrote: I notice that in GHC 6.8.1, if I compile a runnably program, as well as generating foo.exe, GHC now also generates a file foo.exe.manifest, which

Re: [Haskell-cafe] A small question

2007-11-21 Thread J. Garrett Morris
On Nov 21, 2007 5:16 AM, Jeremy O'Donoghue [EMAIL PROTECTED] wrote: Not just Windows Vista. Applications and DLLs compiled with Visual Studio 2005 (Express or full version) seem to need it to run on XP as well. I believe the dependency here is version 8 of the Visual C RTL. Applications that

Re: [Haskell-cafe] A small question

2007-11-16 Thread Andrew Coppin
Sebastian Sylvan wrote: On Nov 15, 2007 6:56 PM, Andrew Coppin [EMAIL PROTECTED] wrote: I notice that in GHC 6.8.1, if I compile a runnably program, as well as generating foo.exe, GHC now also generates a file foo.exe.manifest, which appears to contain some kind of XML data. Anybody know

Re: [Haskell-cafe] A small question

2007-11-16 Thread Andrew Coppin
J. Garrett Morris wrote: http://msdn2.microsoft.com/en-us/library/1w45z383(vs.71).aspx I believe. Interesting. Not sure what the connection between Haskell and .NET is... (But then, despite a lot of research, I don't know what .NET is.) ___

Re: [Haskell-cafe] A small question

2007-11-16 Thread Sebastian Sylvan
On Nov 15, 2007 6:56 PM, Andrew Coppin [EMAIL PROTECTED] wrote: I notice that in GHC 6.8.1, if I compile a runnably program, as well as generating foo.exe, GHC now also generates a file foo.exe.manifest, which appears to contain some kind of XML data. Anybody know anything about this

Re: [Haskell-cafe] A small question

2007-11-15 Thread J. Garrett Morris
http://msdn2.microsoft.com/en-us/library/1w45z383(vs.71).aspx I believe. /g On Nov 15, 2007 12:56 PM, Andrew Coppin [EMAIL PROTECTED] wrote: I notice that in GHC 6.8.1, if I compile a runnably program, as well as generating foo.exe, GHC now also generates a file foo.exe.manifest, which