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.
**
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
> 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
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
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
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
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
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
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
| 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
[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)
11 matches
Mail list logo