[nightly] 15-Sep-2012 build of STABLE on i386-unknown-linux (cam-02-unx)

2012-09-15 Thread GHC Build Reports
Build description = STABLE on i386-unknown-linux (cam-02-unx) 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 Sat Sep 15 18:10:01 BST 2012. checking out new source tree

[nightly] 15-Sep-2012 build of HEAD on x86_64-unknown-linux (cam-04-unx)

2012-09-15 Thread GHC Build Reports
Build description = HEAD on x86_64-unknown-linux (cam-04-unx) 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 Sat Sep 15 18:00:01 BST 2012. checking out new source

[nightly] 15-Sep-2012 build of STABLE on x86_64-unknown-linux (cam-04-unx)

2012-09-15 Thread GHC Build Reports
Build description = STABLE on x86_64-unknown-linux (cam-04-unx) 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 Sat Sep 15 18:10:01 BST 2012. checking out new s

[nightly] 15-Sep-2012 build of HEAD on i386-unknown-linux (cam-02-unx)

2012-09-15 Thread GHC Build Reports
Build description = HEAD on i386-unknown-linux (cam-02-unx) 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 Sat Sep 15 18:00:01 BST 2012. checking out new source tree

[nightly] 15-Sep-2012 build of HEAD (unreg) on x86_64-unknown-linux (cam-04-unx)

2012-09-15 Thread GHC Build Reports
Build description = HEAD (unreg) on x86_64-unknown-linux (cam-04-unx) Build location= /64playpen/simonmar/nightly/HEAD-unreg-cam-04-unx Build config file = /home/simonmar/nightly/site/msrc/conf-HEAD-unreg-cam-04-unx Nightly build started on cam-04-unx at Sat Sep 15 18:20:01 BST 2012. chec

Missing import

2012-09-15 Thread Simon Peyton-Jones
Ian I get this failure on Windows, in the stage2 compiler: compiler\ghci\ByteCodeGen.lhs:1049:68: Not in scope: `wORD_SIZE' Solved by importing Constants into ByteCodeGen. That may or may not be the right solution, and presumably the import should be Windows-only... so I will not commit a pa

Template Haskell and haskell-src-exts

2012-09-15 Thread Simon Peyton-Jones
Niklas Yesterday we discussed the possibility of merging your haskell-src-exts and the template-haskell library, as part of your vision for a Haskell Suite. Motivation. It's stupid, stupid to have both the large Language.Haskell.TH data types for Haskell and the large Language.Haskell.Exts dat