<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.comp.lang.haskell.cvs.ghc">
    <title>gmane.comp.lang.haskell.cvs.ghc</title>
    <link>http://blog.gmane.org/gmane.comp.lang.haskell.cvs.ghc</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.haskell.cvs.ghc/58408"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.haskell.cvs.ghc/58407"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.haskell.cvs.ghc/58406"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.haskell.cvs.ghc/58403"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.haskell.cvs.ghc/58402"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.haskell.cvs.ghc/58400"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.haskell.cvs.ghc/58399"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.haskell.cvs.ghc/58398"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.haskell.cvs.ghc/58397"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.haskell.cvs.ghc/58396"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.haskell.cvs.ghc/58395"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.haskell.cvs.ghc/58394"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.haskell.cvs.ghc/58393"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.haskell.cvs.ghc/58392"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.haskell.cvs.ghc/58391"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.haskell.cvs.ghc/58390"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.haskell.cvs.ghc/58389"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.haskell.cvs.ghc/58388"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.haskell.cvs.ghc/58387"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.haskell.cvs.ghc/58386"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.haskell.cvs.ghc/58408">
    <title>[commit: ghc] ghc-lwc's head updated: Textual edits (43f74d6)</title>
    <link>http://comments.gmane.org/gmane.comp.lang.haskell.cvs.ghc/58408</link>
    <description>&lt;pre&gt;Repository : ssh://darcs.haskell.org//srv/darcs/ghc

Branch 'ghc-lwc' now includes:

     203afa1... Don't pointlessly cast sizeof's result to size_t
     cd95449... Fix build on Win64
     59e1f06... Fix build on Win64
     6c3045b... Fix the the pure unifier so that it unifies kinds
     6406cd2... Use pprInfixName in pprInfo (#6091)
     c250f93... Tweak the lexer: In particular, improve notFollowedBy and friends
     6a831be... Add flags to manipulate package db stack (#5977)
     ca2debb... Rename package-conf flags to package-db.
     2fe1546... Update documentation of the package db flags.
     ba409e3... Simplify the behavior of package db flags.
     215c826... Add a fixity environment to InteractiveContext (#2947)
     921530b... Follow changes in Cabal.
     5ccb43f... Merge branch 'master' of http://darcs.haskell.org//ghc
     ebcad76... When comparing Case expressions, take account of empty alternatives
     969f8b7... Be careful to instantiate kind variables when dealing with functional depende&lt;/pre&gt;</description>
    <dc:creator>Sivaramakrishnan Krishnamoorthy Chandrasekaran</dc:creator>
    <dc:date>2012-05-26T23:12:35</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.haskell.cvs.ghc/58407">
    <title>[commit: ghc] ghc-lwc: Merging with master branch (2527b64)</title>
    <link>http://comments.gmane.org/gmane.comp.lang.haskell.cvs.ghc/58407</link>
    <description>&lt;pre&gt;Repository : ssh://darcs.haskell.org//srv/darcs/ghc

On branch  : ghc-lwc

http://hackage.haskell.org/trac/ghc/changeset/2527b641e6e5cd5885af4dacd1717077f527d605


commit 2527b641e6e5cd5885af4dacd1717077f527d605
Merge: 646ec91... 05289c2...
Author: KC Sivaramakrishnan &amp;lt;chandras&amp;lt; at &amp;gt;cs.purdue.edu&amp;gt;
Date:   Sat May 26 02:08:51 2012 -0400

    Merging with master branch

 aclocal.m4                                         |   73 ++---
 bindisttest/Makefile                               |    4 +-
 bindisttest/ghc.mk                                 |    4 +-
 compiler/coreSyn/CoreUtils.lhs                     |    9 +-
 compiler/coreSyn/TrieMap.lhs                       |   60 +++--
 compiler/deSugar/DsForeign.lhs                     |   25 +-
 compiler/deSugar/DsMeta.hs                         |  344 ++++++++++++++------
 compiler/hsSyn/Convert.lhs                         |   61 +++-
 compiler/hsSyn/HsTypes.lhs                         |   29 +-
 compiler/main/DynFlags.hs                          |   48 +++-
 compiler&lt;/pre&gt;</description>
    <dc:creator>Sivaramakrishnan Krishnamoorthy Chandrasekaran</dc:creator>
    <dc:date>2012-05-26T23:12:30</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.haskell.cvs.ghc/58406">
    <title>[commit: ghc] ghc-lwc: Textual edits (43f74d6)</title>
    <link>http://comments.gmane.org/gmane.comp.lang.haskell.cvs.ghc/58406</link>
    <description>&lt;pre&gt;Repository : ssh://darcs.haskell.org//srv/darcs/ghc

On branch  : ghc-lwc

http://hackage.haskell.org/trac/ghc/changeset/43f74d62b08f61396b39fac5d75fc08ee3412cc7


commit 43f74d62b08f61396b39fac5d75fc08ee3412cc7
Author: KC Sivaramakrishnan &amp;lt;chandras&amp;lt; at &amp;gt;cs.purdue.edu&amp;gt;
Date:   Sat May 26 19:12:17 2012 -0400

    Textual edits


 libraries/base/tests/all.T |   34 +++++++++++++++++-----------------
 1 files changed, 17 insertions(+), 17 deletions(-)

diff --git a/libraries/base/tests/all.T b/libraries/base/tests/all.T
index aaa476c..dadb5ef 100644
--- a/libraries/base/tests/all.T
+++ b/libraries/base/tests/all.T
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -48,10 +48,10 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; test('hGetBuf003', normal, compile_and_run, [''])
 test('hPutBuf001', normal, compile_and_run, [''])
 test('hPutBuf002', extra_clean(['hPutBuf002.out']), compile_and_run, [''])
 
-test('char001', normal, compile_and_run, [''])
-test('char002', normal, compile_and_run, [''])
+test('char001',   normal, compile_and_run, [''])
+test('char002',   normal, compile_and_run, [''])
 
-test('cstr&lt;/pre&gt;</description>
    <dc:creator>Sivaramakrishnan Krishnamoorthy Chandrasekaran</dc:creator>
    <dc:date>2012-05-26T23:12:32</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.haskell.cvs.ghc/58403">
    <title>[commit: ghc] master: Updates for haskeline-0.7's new MonadExceptionAPI. (278bc1d)</title>
    <link>http://comments.gmane.org/gmane.comp.lang.haskell.cvs.ghc/58403</link>
    <description>&lt;pre&gt;Repository : ssh://darcs.haskell.org//srv/darcs/ghc

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/278bc1df5f52d3cb2cda49379268a400296e21f7


commit 278bc1df5f52d3cb2cda49379268a400296e21f7
Author: Judah Jacobson &amp;lt;judah.jacobson&amp;lt; at &amp;gt;gmail.com&amp;gt;
Date:   Mon May 21 19:42:18 2012 -0700

    Updates for haskeline-0.7's new MonadException API.


 ghc/GhciMonad.hs     |   20 ++++++++++++--------
 ghc/InteractiveUI.hs |    6 +++---
 2 files changed, 15 insertions(+), 11 deletions(-)

diff --git a/ghc/GhciMonad.hs b/ghc/GhciMonad.hs
index fff5ca1..3dc69ee 100644
--- a/ghc/GhciMonad.hs
+++ b/ghc/GhciMonad.hs
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -217,18 +217,22 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; instance ExceptionMonad GHCi where
 instance MonadIO GHCi where
   liftIO = MonadUtils.liftIO
 
+instance Haskeline.MonadException Ghc where
+  controlIO f = Ghc $ \s -&amp;gt; Haskeline.controlIO $ \(Haskeline.RunIO run) -&amp;gt; let
+                    run' = Haskeline.RunIO (fmap (Ghc . const) . run . flip unGhc s)
+                    in fmap (flip unGhc s) $ f run'
+
 instance Haske&lt;/pre&gt;</description>
    <dc:creator>Ian Lynagh</dc:creator>
    <dc:date>2012-05-26T18:36:38</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.haskell.cvs.ghc/58402">
    <title>[commit: ghc] master: Specify the libdir to use when building libffi(c87371b)</title>
    <link>http://comments.gmane.org/gmane.comp.lang.haskell.cvs.ghc/58402</link>
    <description>&lt;pre&gt;Repository : ssh://darcs.haskell.org//srv/darcs/ghc

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/c87371b17be913e5d966c2fa7dcaaa17beb992af


commit c87371b17be913e5d966c2fa7dcaaa17beb992af
Author: Ian Lynagh &amp;lt;igloo&amp;lt; at &amp;gt;earth.li&amp;gt;
Date:   Sat May 26 19:04:45 2012 +0100

    Specify the libdir to use when building libffi
    
    Fixes the build on platforms that default to using a directory called
    lib64. Reported by Gabriel Dos Reis.


 libffi/ghc.mk |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/libffi/ghc.mk b/libffi/ghc.mk
index fc474d2..07d6d3d 100644
--- a/libffi/ghc.mk
+++ b/libffi/ghc.mk
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -70,8 +70,11 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; $(libffi_STAMP_CONFIGURE): $(TOUCH_DEP)
 mv libffi/build/ltmain.sh libffi/build/ltmain.sh.orig
 sed 's#cmd //c echo "\$$1"#cmd /c "echo $$1"#' &amp;lt; libffi/build/ltmain.sh.orig &amp;gt; libffi/build/ltmain.sh
 
-# Because -Werror may be in SRC_CC_OPTS/SRC_LD_OPTS, we need to turn
-# warnings off or the compilation of libffi might fail due to warnings
+# * &lt;/pre&gt;</description>
    <dc:creator>Ian Lynagh</dc:creator>
    <dc:date>2012-05-26T18:36:41</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.haskell.cvs.ghc/58400">
    <title>[commit: ghc] master: Fix problems with getMonotonicNSec on OS X(d0d0c36)</title>
    <link>http://comments.gmane.org/gmane.comp.lang.haskell.cvs.ghc/58400</link>
    <description>&lt;pre&gt;Repository : ssh://darcs.haskell.org//srv/darcs/ghc

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/d0d0c36a99c588f47d530eae0e505e5a9d317339


commit d0d0c36a99c588f47d530eae0e505e5a9d317339
Author: Ian Lynagh &amp;lt;igloo&amp;lt; at &amp;gt;earth.li&amp;gt;
Date:   Sat May 26 11:41:12 2012 +0100

    Fix problems with getMonotonicNSec on OS X
    
    We were incorrectly multiplying by 1e9, which (a) meant we were
    getting values that were far too large, and (b) meant that when
    we casted from double to StgWord64 the result was 0, as the value
    was out of range.
    
    We now do all the work as StgWord64.


 rts/posix/GetTime.c |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/rts/posix/GetTime.c b/rts/posix/GetTime.c
index da8d0fa..fabc404 100644
--- a/rts/posix/GetTime.c
+++ b/rts/posix/GetTime.c
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -34,7 +34,8 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 // separately, using getrusage() and gettimeofday() respectively
 
 #ifdef darwin_HOST_OS
-static double timer_scaling_factor_ns = 0.0;
+static uint64_t timer_scali&lt;/pre&gt;</description>
    <dc:creator>Ian Lynagh</dc:creator>
    <dc:date>2012-05-26T11:27:34</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.haskell.cvs.ghc/58399">
    <title>tn23 (x86 OSX HEAD), build 626, Success</title>
    <link>http://comments.gmane.org/gmane.comp.lang.haskell.cvs.ghc/58399</link>
    <description>&lt;pre&gt;tn23 (x86 OSX HEAD), build 626

Build succeeded
Details: http://darcs.haskell.org/ghcBuilder/builders/tn23/626.html

git clone                    | Success
create mk/build.mk           | Success
get subrepos                 | Success
repo versions                | Success
touching clean-check files   | Success
setting version date         | Success
booting                      | Success
configuring                  | Success
creating check-remove-before | Success
compiling                    | Success
creating check-remove-after  | Success
compiling testremove         | Success
simulating clean             | Success
checking clean               | Success
making bindist               | Success
testing bindist              | Success
testing                      | Success
testsuite summary            | Success

Build succeeded
Details: http://darcs.haskell.org/ghcBuilder/builders/tn23/626.html

File not deleted:    "compiler/ghc.cabal.old"
File not deleted:    "inplace"
File not deleted:    "libraries/base/incl&lt;/pre&gt;</description>
    <dc:creator>Builder</dc:creator>
    <dc:date>2012-05-26T10:42:26</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.haskell.cvs.ghc/58398">
    <title>pgj-freebsd-amd64-stable (amd64 FreeBSD STABLE), build 570, Success</title>
    <link>http://comments.gmane.org/gmane.comp.lang.haskell.cvs.ghc/58398</link>
    <description>&lt;pre&gt;pgj-freebsd-amd64-stable (amd64 FreeBSD STABLE), build 570

Build succeeded
Details: http://darcs.haskell.org/ghcBuilder/builders/pgj-freebsd-amd64-stable/570.html

git clone                    | Success
create mk/build.mk           | Success
get subrepos                 | Success
repo versions                | Success
touching clean-check files   | Success
setting version date         | Success
booting                      | Success
configuring                  | Success
creating check-remove-before | Success
compiling                    | Success
creating check-remove-after  | Success
compiling testremove         | Success
simulating clean             | Success
checking clean               | Success
making bindist               | Success
publishing bindist           | Success
testing bindist              | Success
testing                      | Success
testsuite summary            | Success

Build succeeded
Details: http://darcs.haskell.org/ghcBuilder/builders/pgj-freebsd-amd64-stable/570.html

File not de&lt;/pre&gt;</description>
    <dc:creator>Builder</dc:creator>
    <dc:date>2012-05-26T08:09:28</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.haskell.cvs.ghc/58397">
    <title>[nightly] 25-May-2012 build of HEAD on i386-unknown-linux (cam-02-unx)</title>
    <link>http://comments.gmane.org/gmane.comp.lang.haskell.cvs.ghc/58397</link>
    <description>&lt;pre&gt;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 Fri May 25 18:00:01 BST 2012.
**** checking out new source tree                 ... ok.
**** Building stage 1 compiler                    ... ok.
GHC Version 7.5.20120525
**** Building stage 2 compiler                    ... ok.
**** Building stage 3 compiler                    ... ok.
**** building testsuite tools                     ... ok.
**** running tests                                ... ok (summary below).
**** building compiler binary distribution        ... ok.
**** uploading binary distribution                ... ok.
**** running nofib (-rtsopts -O2)                 ... ok.
**** running nofib (-rtsopts -O2 -fllvm)          ... ok. (5 failures)
**** running nofib (-rtsopts -O2 -prof -auto-all) ... ok. (2 failures)
**** running nofib (-rtsopts -O2 -prof -auto-all -fllvm)... ok.&lt;/pre&gt;</description>
    <dc:creator>GHC Build Reports</dc:creator>
    <dc:date>2012-05-26T07:47:58</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.haskell.cvs.ghc/58396">
    <title>pgj2 (amd64 FreeBSD HEAD), build 688, Success</title>
    <link>http://comments.gmane.org/gmane.comp.lang.haskell.cvs.ghc/58396</link>
    <description>&lt;pre&gt;pgj2 (amd64 FreeBSD HEAD), build 688

Build succeeded
Details: http://darcs.haskell.org/ghcBuilder/builders/pgj2/688.html

git clone                    | Success
create mk/build.mk           | Success
get subrepos                 | Success
repo versions                | Success
touching clean-check files   | Success
setting version date         | Success
booting                      | Success
configuring                  | Success
creating check-remove-before | Success
compiling                    | Success
creating check-remove-after  | Success
compiling testremove         | Success
simulating clean             | Success
checking clean               | Success
making bindist               | Success
publishing bindist           | Success
testing bindist              | Success
testing                      | Success
testsuite summary            | Success

Build succeeded
Details: http://darcs.haskell.org/ghcBuilder/builders/pgj2/688.html

File not deleted:    "compiler/ghc.cabal.old"
File not deleted:    "inpla&lt;/pre&gt;</description>
    <dc:creator>Builder</dc:creator>
    <dc:date>2012-05-26T07:04:18</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.haskell.cvs.ghc/58395">
    <title>pgj-freebsd-i386-stable (x86 FreeBSD STABLE), build 553, Success</title>
    <link>http://comments.gmane.org/gmane.comp.lang.haskell.cvs.ghc/58395</link>
    <description>&lt;pre&gt;pgj-freebsd-i386-stable (x86 FreeBSD STABLE), build 553

Build succeeded
Details: http://darcs.haskell.org/ghcBuilder/builders/pgj-freebsd-i386-stable/553.html

git clone                    | Success
create mk/build.mk           | Success
get subrepos                 | Success
repo versions                | Success
touching clean-check files   | Success
setting version date         | Success
booting                      | Success
configuring                  | Success
creating check-remove-before | Success
compiling                    | Success
creating check-remove-after  | Success
compiling testremove         | Success
simulating clean             | Success
checking clean               | Success
making bindist               | Success
publishing bindist           | Success
testing bindist              | Success
testing                      | Success
testsuite summary            | Success

Build succeeded
Details: http://darcs.haskell.org/ghcBuilder/builders/pgj-freebsd-i386-stable/553.html

File not deleted&lt;/pre&gt;</description>
    <dc:creator>Builder</dc:creator>
    <dc:date>2012-05-26T07:01:45</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.haskell.cvs.ghc/58394">
    <title>[nightly] 25-May-2012 build of HEAD (unreg) on x86_64-unknown-linux(cam-04-unx)</title>
    <link>http://comments.gmane.org/gmane.comp.lang.haskell.cvs.ghc/58394</link>
    <description>&lt;pre&gt;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 Fri May 25 18:20:01 BST 2012.
**** checking out new source tree                 ... ok.
**** Building stage 1 compiler                    ... ok.
GHC Version 7.5
**** Building stage 2 compiler                    ... ok.
**** Building stage 3 compiler                    ... ok.
**** building testsuite tools                     ... ok.
**** running tests                                ... ok (summary below).
**** running nofib (-rtsopts -O2)                 ... ok.
-----------------------------------------------------------------------------
Respository hashes:
.|05289c2ac1203a5d5bbe8236d0239946b5093116
ghc-tarballs|5e1f5d19ef2f836d180947aadc0dd9a9851edf28
libraries/Cabal|cc2c5a78f8fd5b2ab2c0dd3629a8184e7e0c95c4
libraries/Win32|bda29f7fe0b61b70f558549407e&lt;/pre&gt;</description>
    <dc:creator>GHC Build Reports</dc:creator>
    <dc:date>2012-05-26T06:37:50</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.haskell.cvs.ghc/58393">
    <title>[nightly] 25-May-2012 build of STABLE on i386-unknown-linux(cam-02-unx)</title>
    <link>http://comments.gmane.org/gmane.comp.lang.haskell.cvs.ghc/58393</link>
    <description>&lt;pre&gt;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 Fri May 25 18:10:01 BST 2012.
**** checking out new source tree                 ... warning: Remote branch ghc-7.4 not found in upstream origin, using HEAD instead
warning: Remote branch ghc-7.4 not found in upstream origin, using HEAD instead
ok.
**** Building stage 1 compiler                    ... ok.
GHC Version 7.4.1.20120516
**** Building stage 2 compiler                    ... ok.
**** Building stage 3 compiler                    ... ok.
**** building testsuite tools                     ... ok.
**** running tests                                ... ok (summary below).
**** building compiler binary distribution        ... ok.
**** uploading binary distribution                ... ok.
**** running nofib (-rtsopts -O2)                 ... ok.
**** running nofib (-rtsopts -O2 -fll&lt;/pre&gt;</description>
    <dc:creator>GHC Build Reports</dc:creator>
    <dc:date>2012-05-26T05:03:24</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.haskell.cvs.ghc/58392">
    <title>pgj (x86 FreeBSD HEAD), build 690, Success</title>
    <link>http://comments.gmane.org/gmane.comp.lang.haskell.cvs.ghc/58392</link>
    <description>&lt;pre&gt;pgj (x86 FreeBSD HEAD), build 690

Build succeeded
Details: http://darcs.haskell.org/ghcBuilder/builders/pgj/690.html

git clone                    | Success
create mk/build.mk           | Success
get subrepos                 | Success
repo versions                | Success
touching clean-check files   | Success
setting version date         | Success
booting                      | Success
configuring                  | Success
creating check-remove-before | Success
compiling                    | Success
creating check-remove-after  | Success
compiling testremove         | Success
simulating clean             | Success
checking clean               | Success
making bindist               | Success
publishing bindist           | Success
testing bindist              | Success
testing                      | Success
testsuite summary            | Success

Build succeeded
Details: http://darcs.haskell.org/ghcBuilder/builders/pgj/690.html

File not deleted:    "compiler/ghc.cabal.old"
File not deleted:    "inplace"
F&lt;/pre&gt;</description>
    <dc:creator>Builder</dc:creator>
    <dc:date>2012-05-26T04:25:28</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.haskell.cvs.ghc/58391">
    <title>[nightly] 25-May-2012 build of HEAD on x86_64-unknown-linux(cam-04-unx)</title>
    <link>http://comments.gmane.org/gmane.comp.lang.haskell.cvs.ghc/58391</link>
    <description>&lt;pre&gt;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 Fri May 25 18:00:01 BST 2012.
**** checking out new source tree                 ... ok.
**** Building stage 1 compiler                    ... ok.
GHC Version 7.5.20120525
**** Building stage 2 compiler                    ... ok.
**** Building stage 3 compiler                    ... ok.
**** building source distribution                 ... ok.
**** uploading source distribution                ... ok.
**** building testsuite tools                     ... ok.
**** running tests                                ... ok (summary below).
**** building compiler binary distribution        ... ok.
**** uploading binary distribution                ... ok.
**** running nofib (-rtsopts -O2)                 ... ok.
**** running nofib (-rtsopts -O2 -fllvm)          ... ok.
**** running nof&lt;/pre&gt;</description>
    <dc:creator>GHC Build Reports</dc:creator>
    <dc:date>2012-05-26T01:39:54</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.haskell.cvs.ghc/58390">
    <title>[commit: ghc] imp-param-class: Change `let ?x = ...` to use the `IP`class. (13748fc)</title>
    <link>http://comments.gmane.org/gmane.comp.lang.haskell.cvs.ghc/58390</link>
    <description>&lt;pre&gt;Repository : ssh://darcs.haskell.org//srv/darcs/ghc

On branch  : imp-param-class

http://hackage.haskell.org/trac/ghc/changeset/13748fcead3376f4cf2bd0198de7aa2fc4c033be


commit 13748fcead3376f4cf2bd0198de7aa2fc4c033be
Author: Iavor S. Diatchki &amp;lt;diatchki&amp;lt; at &amp;gt;galois.com&amp;gt;
Date:   Fri May 25 17:31:40 2012 -0700

    Change `let ?x = ...` to use the `IP` class.
    
    XXX: Technically, the IP bindings that define the values of the implicit
    parameters should be cast to a dictionary for the class (see `mkIPBox` in
    module `MkCore`).  At the moment we don't do this, which is not quite
    right (although things still work because the value and the dictionary
    are represented in the same way).


 compiler/coreSyn/MkCore.lhs    |    8 +++++++-
 compiler/typecheck/TcBinds.lhs |   12 +++++++++---
 2 files changed, 16 insertions(+), 4 deletions(-)

diff --git a/compiler/coreSyn/MkCore.lhs b/compiler/coreSyn/MkCore.lhs
index 53386fe..a2849a8 100644
--- a/compiler/coreSyn/MkCore.lhs
+++ b/compiler/coreSyn/MkCore.&lt;/pre&gt;</description>
    <dc:creator>Iavor Diatchki</dc:creator>
    <dc:date>2012-05-26T00:31:48</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.haskell.cvs.ghc/58389">
    <title>[commit: ghc] imp-param-class: Change `isIPPred` to test for the new`IP` class. (2bc826b)</title>
    <link>http://comments.gmane.org/gmane.comp.lang.haskell.cvs.ghc/58389</link>
    <description>&lt;pre&gt;Repository : ssh://darcs.haskell.org//srv/darcs/ghc

On branch  : imp-param-class

http://hackage.haskell.org/trac/ghc/changeset/2bc826b0f86103c5163cdc5bf99c533cf06bdcb6


commit 2bc826b0f86103c5163cdc5bf99c533cf06bdcb6
Author: Iavor S. Diatchki &amp;lt;diatchki&amp;lt; at &amp;gt;galois.com&amp;gt;
Date:   Fri May 25 17:26:58 2012 -0700

    Change `isIPPred` to test for the new `IP` class.


 compiler/types/Type.lhs |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/compiler/types/Type.lhs b/compiler/types/Type.lhs
index 62cc7bb..97e869b 100644
--- a/compiler/types/Type.lhs
+++ b/compiler/types/Type.lhs
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -157,7 +157,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; import Class
 import TyCon
 import TysPrim
 import {-# SOURCE #-} TysWiredIn ( eqTyCon, mkBoxedTupleTy )
-import PrelNames         ( eqTyConKey )
+import PrelNames         ( eqTyConKey, ipClassName )
 
 -- others
 import {-# SOURCE #-} IParam ( ipTyCon )
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -851,9 +851,10 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; isClassPred ty = case tyConAppTyCon_maybe ty of
 isEqPred ty = case tyConAppTyCon_maybe ty of
     Just tyCon -&amp;gt; tyCo&lt;/pre&gt;</description>
    <dc:creator>Iavor Diatchki</dc:creator>
    <dc:date>2012-05-26T00:31:46</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.haskell.cvs.ghc/58388">
    <title>am-deb7-64 (HEAD), build 106, Success</title>
    <link>http://comments.gmane.org/gmane.comp.lang.haskell.cvs.ghc/58388</link>
    <description>&lt;pre&gt;am-deb7-64 (HEAD), build 106

Build succeeded
Details: http://darcs.haskell.org/ghcBuilder/builders/am-deb7-64/106.html

git clone                    | Success
create mk/build.mk           | Success
get subrepos                 | Success
repo versions                | Success
touching clean-check files   | Success
setting version date         | Success
booting                      | Success
configuring                  | Success
creating check-remove-before | Success
compiling                    | Success
creating check-remove-after  | Success
compiling testremove         | Success
simulating clean             | Success
checking clean               | Success
making bindist               | Success
testing bindist              | Success
testing                      | Success
testsuite summary            | Success

Build succeeded
Details: http://darcs.haskell.org/ghcBuilder/builders/am-deb7-64/106.html

File not deleted:    "compiler/ghc.cabal.old"
File not deleted:    "inplace"
File not deleted:    "libraries&lt;/pre&gt;</description>
    <dc:creator>Builder</dc:creator>
    <dc:date>2012-05-26T00:17:22</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.haskell.cvs.ghc/58387">
    <title>[nightly] 25-May-2012 build of STABLE on x86_64-unknown-linux(cam-04-unx)</title>
    <link>http://comments.gmane.org/gmane.comp.lang.haskell.cvs.ghc/58387</link>
    <description>&lt;pre&gt;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 Fri May 25 18:10:01 BST 2012.
**** checking out new source tree                 ... warning: Remote branch ghc-7.4 not found in upstream origin, using HEAD instead
warning: Remote branch ghc-7.4 not found in upstream origin, using HEAD instead
ok.
**** Building stage 1 compiler                    ... ok.
GHC Version 7.4.1.20120516
**** Building stage 2 compiler                    ... ok.
**** Building stage 3 compiler                    ... ok.
**** building source distribution                 ... ok.
**** uploading source distribution                ... ok.
**** building testsuite tools                     ... ok.
**** running tests                                ... ok (summary below).
**** building compiler binary distribution        ... ok.
**** uploading binary &lt;/pre&gt;</description>
    <dc:creator>GHC Build Reports</dc:creator>
    <dc:date>2012-05-26T00:08:14</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.haskell.cvs.ghc/58386">
    <title>[commit: testsuite] master: Test Trac #6123,and improve an error message in T2627b (4e07a12)</title>
    <link>http://comments.gmane.org/gmane.comp.lang.haskell.cvs.ghc/58386</link>
    <description>&lt;pre&gt;Repository : ssh://darcs.haskell.org//srv/darcs/testsuite

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/4e07a12029dc856f79e0057ad955c3dcd657543a


commit 4e07a12029dc856f79e0057ad955c3dcd657543a
Author: Simon Peyton Jones &amp;lt;simonpj&amp;lt; at &amp;gt;microsoft.com&amp;gt;
Date:   Fri May 25 11:47:17 2012 +0100

    Test Trac #6123, and improve an error message in T2627b


 tests/indexed-types/should_fail/T2627b.stderr |   12 ++++++++----
 tests/indexed-types/should_fail/T6123.hs      |   10 ++++++++++
 tests/indexed-types/should_fail/T6123.stderr  |   10 ++++++++++
 tests/indexed-types/should_fail/all.T         |    2 +-
 4 files changed, 29 insertions(+), 5 deletions(-)

diff --git a/tests/indexed-types/should_fail/T2627b.stderr b/tests/indexed-types/should_fail/T2627b.stderr
index c0e03ce..9d5504f 100644
--- a/tests/indexed-types/should_fail/T2627b.stderr
+++ b/tests/indexed-types/should_fail/T2627b.stderr
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1,7 +1,11 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 
-T2627b.hs:20:24:
-    Occurs check: cannot construct the infinite type:
-      b0 = Du&lt;/pre&gt;</description>
    <dc:creator>Simon Peyton Jones</dc:creator>
    <dc:date>2012-05-25T10:48:07</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.haskell.cvs.ghc/58385">
    <title>[commit: ghc] master: Improve occurs-check error reporting (fix Trac#6123) (05289c2)</title>
    <link>http://comments.gmane.org/gmane.comp.lang.haskell.cvs.ghc/58385</link>
    <description>&lt;pre&gt;Repository : ssh://darcs.haskell.org//srv/darcs/ghc

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/05289c2ac1203a5d5bbe8236d0239946b5093116


commit 05289c2ac1203a5d5bbe8236d0239946b5093116
Author: Simon Peyton Jones &amp;lt;simonpj&amp;lt; at &amp;gt;microsoft.com&amp;gt;
Date:   Fri May 25 11:45:53 2012 +0100

    Improve occurs-check error reporting (fix Trac #6123)
    
    We were wrongly reporting (a ~ F a) as an occurs-check error
    when F is a type function.

 compiler/typecheck/TcCanonical.lhs |  112 ++++++++++++++++++-----------------
 compiler/typecheck/TcErrors.lhs    |   41 ++++++--------
 compiler/typecheck/TcInteract.lhs  |    5 ++
 3 files changed, 80 insertions(+), 78 deletions(-)


Diff suppressed because of size. To see it, use:

    git show 05289c2ac1203a5d5bbe8236d0239946b5093116
&lt;/pre&gt;</description>
    <dc:creator>Simon Peyton Jones</dc:creator>
    <dc:date>2012-05-25T10:47:37</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.lang.haskell.cvs.ghc">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.lang.haskell.cvs.ghc</link>
  </textinput>
</rdf:RDF>

