GHC Build Reports | 1 Feb 02:05
Picon
Favicon

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

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 Tue Jan 31 18:10:01 GMT 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.0.20120131
**** 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 nofib (-rtsopts -O2 -prof -auto-all) ... ok.
**** running nofib (-rtsopts -O2 -prof -auto-all -fllvm)... ok.
**** publishing logs                              ... Received disconnect from 78.46.100.180: 2: Corrupted MAC on input.
lost connection
failed.
Logs  are at http://www.haskell.org/ghc/dist/stable/logs
Dists are at http://www.haskell.org/ghc/dist/stable/dist
Docs  are at http://www.haskell.org/ghc/dist/stable/docs
-----------------------------------------------------------------------------
(Continue reading)

Builder | 1 Feb 02:31
Favicon

pgj (x86 FreeBSD HEAD), build 588, Failure

pgj (x86 FreeBSD HEAD), build 588

Build failed
Details: http://darcs.haskell.org/ghcBuilder/builders/pgj/588.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                | Failure: Just (ExitFailure 1)

Build failed
Details: http://darcs.haskell.org/ghcBuilder/builders/pgj/588.html

checking for GHC version date... given 7.5.20120201
checking for ghc... /usr/local/bin/ghc
checking version of ghc... 7.0.3
checking build system type... i386-unknown-freebsd8.0
checking host system type... i386-unknown-freebsd8.0
checking target system type... i386-unknown-freebsd8.0
Build platform inferred as: i386-unknown-freebsd
Host platform inferred as: i386-unknown-freebsd
Target platform inferred as: i386-unknown-freebsd
GHC build  : i386-unknown-freebsd
GHC host   : i386-unknown-freebsd
(Continue reading)

GHC Build Reports | 1 Feb 02:56
Picon
Favicon

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

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 Tue Jan 31 18:00:01 GMT 2012.
**** checking out new source tree                 ... ok.
**** Building stage 1 compiler                    ... ok.
GHC Version 7.5.20120130
**** 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 nofib (-rtsopts -O2 -prof -auto-all) ... ok.
**** running nofib (-rtsopts -O2 -prof -auto-all -fllvm)... ok.
**** publishing logs                              ... ok.
Logs  are at http://www.haskell.org/ghc/dist/current/logs
Dists are at http://www.haskell.org/ghc/dist/current/dist
Docs  are at http://www.haskell.org/ghc/dist/current/docs
-----------------------------------------------------------------------------
Respository hashes:
.|d2d5ee16cf21c5b32333ff57ba0a65f89ff7e988
ghc-tarballs|01a8e25294fd5d501e0db115debafd4fd61970a0
libraries/Cabal|9fdc81592c01303f8a683b52272067f3fb1d99fd
libraries/Win32|2b3c43c6fa3ffe85baa6413ce80fc6ce5cc17acf
(Continue reading)

David Waern | 1 Feb 03:08
Favicon

[commit: haddock] ghc-7.4: Require ghc >= 7.4. (89fee20)

Repository : ssh://darcs.haskell.org//srv/darcs/haddock

On branch  : ghc-7.4

http://hackage.haskell.org/trac/ghc/changeset/89fee20b81f69e08f62de3be285fbee17e83bfea

>---------------------------------------------------------------

commit 89fee20b81f69e08f62de3be285fbee17e83bfea
Author: David Waern <david.waern <at> gmail.com>
Date:   Wed Feb 1 02:56:56 2012 +0100

    Require ghc >= 7.4.

>---------------------------------------------------------------

 haddock.cabal |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/haddock.cabal b/haddock.cabal
index 3f18629..84d3c2a 100644
--- a/haddock.cabal
+++ b/haddock.cabal
@@ -91,7 +91,7 @@ executable haddock
     array,
     xhtml >= 3000.2 && < 3000.3,
     Cabal >= 1.10,
-    ghc >= 7.2 && < 7.6
+    ghc >= 7.4 && < 7.6

(Continue reading)

David Waern | 1 Feb 03:08
Favicon

[commit: haddock] ghc-7.4: Cleanup mkMaps and avoid quadratic behaviour. (527a0ad)

Repository : ssh://darcs.haskell.org//srv/darcs/haddock

On branch  : ghc-7.4

http://hackage.haskell.org/trac/ghc/changeset/527a0adf3fe43d91221ec51ffb5a6af83d56e7d3

>---------------------------------------------------------------

commit 527a0adf3fe43d91221ec51ffb5a6af83d56e7d3
Author: David Waern <david.waern <at> gmail.com>
Date:   Wed Jan 25 15:19:38 2012 +0100

    Cleanup mkMaps and avoid quadratic behaviour.

>---------------------------------------------------------------

 src/Haddock/Interface/Create.hs |   57 ++++++++++++++++++++-------------------
 1 files changed, 29 insertions(+), 28 deletions(-)

diff --git a/src/Haddock/Interface/Create.hs b/src/Haddock/Interface/Create.hs
index 0a0c0e2..2bca57d 100644
--- a/src/Haddock/Interface/Create.hs
+++ b/src/Haddock/Interface/Create.hs
@@ -160,43 +160,44 @@ parseOption other = tell ["Unrecognised option: " ++ other] >> return Nothing
 type Maps = (DocMap Name, ArgMap Name, SubMap, DeclMap)

 
-mkMaps :: DynFlags -> GlobalRdrEnv -> [Instance] -> [Name] -> [(LHsDecl Name, [HsDocString])] ->
ErrMsgM Maps
+mkMaps :: DynFlags
(Continue reading)

David Waern | 1 Feb 03:08
Favicon

[commit: haddock] ghc-7.4: Fix bug introduced in my recent refactoring. (a566544)

Repository : ssh://darcs.haskell.org//srv/darcs/haddock

On branch  : ghc-7.4

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

>---------------------------------------------------------------

commit a566544cfd3b5ab5379f89d0b8886501c96da7fa
Author: David Waern <david.waern <at> gmail.com>
Date:   Wed Jan 25 00:44:15 2012 +0100

    Fix bug introduced in my recent refactoring.

 src/Haddock/Interface/Create.hs   |   34 ++++++++-------
 tests/html-tests/tests/A.hs       |    9 ++++
 tests/html-tests/tests/A.html.ref |   88 +++++++++++++++++++++++++++++++++++++
 tests/html-tests/tests/B.hs       |    4 +-
 tests/html-tests/tests/B.html.ref |   57 ++++++++++++++++++++++++
 5 files changed, 174 insertions(+), 18 deletions(-)

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

    git show a566544cfd3b5ab5379f89d0b8886501c96da7fa
David Waern | 1 Feb 03:08
Favicon

[commit: haddock] ghc-7.4: Update CHANGES. (8b71c99)

Repository : ssh://darcs.haskell.org//srv/darcs/haddock

On branch  : ghc-7.4

http://hackage.haskell.org/trac/ghc/changeset/8b71c997072cfc40af62b0557a973e0754e843b6

>---------------------------------------------------------------

commit 8b71c997072cfc40af62b0557a973e0754e843b6
Author: David Waern <david.waern <at> gmail.com>
Date:   Wed Feb 1 02:57:36 2012 +0100

    Update CHANGES.

>---------------------------------------------------------------

 CHANGES |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/CHANGES b/CHANGES
index a9014e7..76ac96e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,19 @@
+Changes in version 2.10.0
+
+ * Require GHC >= 7.4
+
+ * Safe Haskell indications on module pages
+
(Continue reading)

Builder | 1 Feb 03:42
Favicon

pgj2 (amd64 FreeBSD HEAD), build 586, Failure

pgj2 (amd64 FreeBSD HEAD), build 586

Build failed
Details: http://darcs.haskell.org/ghcBuilder/builders/pgj2/586.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                | Failure: Just (ExitFailure 1)

Build failed
Details: http://darcs.haskell.org/ghcBuilder/builders/pgj2/586.html

checking for GHC version date... given 7.5.20120201
checking for ghc... /usr/local/bin/ghc
checking version of ghc... 7.0.3
checking build system type... x86_64-unknown-freebsd8.0
checking host system type... x86_64-unknown-freebsd8.0
checking target system type... x86_64-unknown-freebsd8.0
Build platform inferred as: x86_64-unknown-freebsd
Host platform inferred as: x86_64-unknown-freebsd
Target platform inferred as: x86_64-unknown-freebsd
GHC build  : x86_64-unknown-freebsd
GHC host   : x86_64-unknown-freebsd
(Continue reading)

Ian Lynagh | 1 Feb 04:21
Picon
Gravatar

[commit: ghc] ghc-7.4: Set version to 7.4.1, and RELEASE to YES (421b6b6)

Repository : ssh://darcs.haskell.org//srv/darcs/ghc

On branch  : ghc-7.4

http://hackage.haskell.org/trac/ghc/changeset/421b6b612d2c33ab82657240ba197f7c8b5929bd

>---------------------------------------------------------------

commit 421b6b612d2c33ab82657240ba197f7c8b5929bd
Author: Ian Lynagh <igloo <at> earth.li>
Date:   Tue Jan 31 15:52:19 2012 +0000

    Set version to 7.4.1, and RELEASE to YES

>---------------------------------------------------------------

 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index f9ec988..1a4d9bc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,10 +13,10 @@ dnl
 # see what flags are available. (Better yet, read the documentation!)
 #

-AC_INIT([The Glorious Glasgow Haskell Compilation System], [7.4.0],
[glasgow-haskell-bugs <at> haskell.org], [ghc])
+AC_INIT([The Glorious Glasgow Haskell Compilation System], [7.4.1],
(Continue reading)

Ian Lynagh | 1 Feb 04:21
Picon
Gravatar

[commit: ghc] ghc-7.4: Update ANNOUNCE for 7.4.1 (9802620)

Repository : ssh://darcs.haskell.org//srv/darcs/ghc

On branch  : ghc-7.4

http://hackage.haskell.org/trac/ghc/changeset/9802620a85be4fed21db86830320fa8d98b4365d

>---------------------------------------------------------------

commit 9802620a85be4fed21db86830320fa8d98b4365d
Author: Ian Lynagh <igloo <at> earth.li>
Date:   Tue Jan 31 15:58:03 2012 +0000

    Update ANNOUNCE for 7.4.1

>---------------------------------------------------------------

 ANNOUNCE |   48 ++++++++++++++++++++++++++++--------------------
 1 files changed, 28 insertions(+), 20 deletions(-)

diff --git a/ANNOUNCE b/ANNOUNCE
index 0c2b97f..e2d63cf 100644
--- a/ANNOUNCE
+++ b/ANNOUNCE
@@ -1,35 +1,43 @@

-   ==============================================================
-    The (Interactive) Glasgow Haskell Compiler -- version 6.10.1
-   ==============================================================
+   =============================================================
+    The (Interactive) Glasgow Haskell Compiler -- version 7.4.1
(Continue reading)


Gmane