[commit: ghc] ghc-8.0: Update submodule to latest Cabal-1.24 snapshot (62f3dc1)
git at git.haskell.org
git at git.haskell.org
Tue Mar 8 17:19:20 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : ghc-8.0
Link : http://ghc.haskell.org/trac/ghc/changeset/62f3dc1a8ae78638f298875735b09e8684e521fb/ghc
>---------------------------------------------------------------
commit 62f3dc1a8ae78638f298875735b09e8684e521fb
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Tue Mar 8 18:20:39 2016 +0100
Update submodule to latest Cabal-1.24 snapshot
>---------------------------------------------------------------
62f3dc1a8ae78638f298875735b09e8684e521fb
libraries/Cabal | 2 +-
testsuite/tests/perf/haddock/all.T | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/libraries/Cabal b/libraries/Cabal
index df45e05..5d0c56e 160000
--- a/libraries/Cabal
+++ b/libraries/Cabal
@@ -1 +1 @@
-Subproject commit df45e05eb249cd422afe1b406a3ed8eb0043bcb4
+Subproject commit 5d0c56ec49e07516c26a62c1a261e890752bc16b
diff --git a/testsuite/tests/perf/haddock/all.T b/testsuite/tests/perf/haddock/all.T
index e2787d6..4818c20 100644
--- a/testsuite/tests/perf/haddock/all.T
+++ b/testsuite/tests/perf/haddock/all.T
@@ -51,7 +51,7 @@ test('haddock.base',
test('haddock.Cabal',
[unless(in_tree_compiler(), skip), req_haddock
,stats_num_field('bytes allocated',
- [(wordsize(64), 10519532424, 5)
+ [(wordsize(64), 11123698216, 5)
# 2012-08-14: 3255435248 (amd64/Linux)
# 2012-08-29: 3324606664 (amd64/Linux, new codegen)
# 2012-10-08: 3373401360 (amd64/Linux)
@@ -75,6 +75,7 @@ test('haddock.Cabal',
# 2015-12-11: 8114833312 (amd64/Linux) - TypeInType (See #11196)
# 2015-12-17: 9982130512 (amd64/Linux) - Update Haddock to master
# 2015-12-22: 10519532424 (amd64/Linux) - Lots of new Semigroup instances in Cabal
+ # 2015-03-08: 11123698216 (amd64/Linux) - Cabal update
,(platform('i386-unknown-mingw32'), 3293415576, 5)
# 2012-10-30: 1733638168 (x86/Windows)
More information about the ghc-commits
mailing list