[nightly] 22-Mar-2010 build of HEAD on x86_64-unknown-linux (cam-04-unx.europe.corp.microsoft.com)

2010-03-22 Thread GHC Build Reports
Build description = HEAD on x86_64-unknown-linux (cam-04-unx.europe.corp.microsoft.com) Build location= /64playpen/simonmar/nightly/HEAD-cam-04-unx Build config file = /home/simonmar/nightly/site/msrc/conf-HEAD-cam-04-unx Nightly build started on cam-04-unx at Mon Mar 22 19:00:01 GMT 2010. **

[nightly] 22-Mar-2010 build of STABLE on x86_64-unknown-linux (cam-04-unx.europe.corp.microsoft.com)

2010-03-22 Thread GHC Build Reports
Build description = STABLE on x86_64-unknown-linux (cam-04-unx.europe.corp.microsoft.com) Build location= /64playpen/simonmar/nightly/STABLE-cam-04-unx Build config file = /home/simonmar/nightly/site/msrc/conf-STABLE-cam-04-unx Nightly build started on cam-04-unx at Mon Mar 22 19:10:01 GMT 20

Re: darcs patch: libffi: install 'ffitarget.h' header as ... (and 1 more)

2010-03-22 Thread Sergei Trofimovich
> Thanks for the patch. > > I'll need to modify it slightly - we can do better than converting to > Strings when comparing types, and I'll add some comments from your log > message. Sure. Sounds perfect. My hack is the most i was able to do to workaround libffi inconsistency. > I'm also slight

Re: Generics

2010-03-22 Thread Thomas Schilling
I wonder if the ghc-syb package really needs to depend on syb. Just data may be enough if we split it up. How would you make use of syb without depending on the syb package? On 22 March 2010 11:08, David Waern wrote: > 2010/3/22 Simon Peyton-Jones : >> | We've discussed support for generic prog

patch applied (testsuite): we should be testing $(TEST_HC), not simply 'ghc'

2010-03-22 Thread Simon Marlow
Mon Mar 22 06:10:14 PDT 2010 Simon Marlow * we should be testing $(TEST_HC), not simply 'ghc' M ./tests/ghc-regress/th/TH_recompile/Makefile -2 +2 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

Re: darcs patch: libffi: install 'ffitarget.h' header as ... (and 1 more)

2010-03-22 Thread Simon Marlow
On 20/03/2010 18:54, Sergei Trofimovich wrote: 2 patches for repository http://darcs.haskell.org/ghc-6.12/ghc: Sat Mar 20 17:27:03 EET 2010 Sergei Trofimovich * libffi: install 'ffitarget.h' header as sole 'ffi.h' is unusable 'ffitarget.h' is a platform specific header, defining certain

[nightly] 21-Mar-2010 build of STABLE on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com)

2010-03-22 Thread GHC Build Reports
Build description = STABLE on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com) Build location= /playpen/simonmar/nightly/STABLE Build config file = /home/simonmar/nightly/site/msrc/conf-STABLE-cam-02-unx Nightly build started on cam-02-unx at Sun Mar 21 18:19:45 GMT 2010. checki

[nightly] 21-Mar-2010 build of HEAD on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com)

2010-03-22 Thread GHC Build Reports
Build description = HEAD on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com) Build location= /playpen/simonmar/nightly/HEAD Build config file = /home/simonmar/nightly/site/msrc/conf-HEAD-cam-02-unx Nightly build started on cam-02-unx at Sun Mar 21 18:00:01 GMT 2010. checking out

Re: Generics

2010-03-22 Thread David Waern
2010/3/22 Simon Peyton-Jones : > | We've discussed support for generic programming of the GHC AST before. > | Is there any chance we could move further on this topic by providing > | Data and Typeable instances for HsSyn either directly in the ghc > | package or in a boot library? > > I'm not again

RE: Generics

2010-03-22 Thread Simon Peyton-Jones
| We've discussed support for generic programming of the GHC AST before. | Is there any chance we could move further on this topic by providing | Data and Typeable instances for HsSyn either directly in the ghc | package or in a boot library? I'm not against that. If we do it, we should do it in

RE: No warning in GHC

2010-03-22 Thread Simon Peyton-Jones
[Redirecting to haskell-cafe] Try http://www.haskell.org/ghc/docs/latest/html/users_guide/flag-reference.html#id2959068 With -Wall I get bash-3.2$ ghc -c -Wall Foo.hs Foo.hs:3:0: Warning: Definition but no type signature for `func' Inferred type: func :: forall t t1. (Num t1)