[commit: ghc] wip/T9858-typeable-ben2: Fixes (c68e985)

git at git.haskell.org git at git.haskell.org
Wed Sep 23 20:41:07 UTC 2015


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/T9858-typeable-ben2
Link       : http://ghc.haskell.org/trac/ghc/changeset/c68e985701ea3112001b0478ec32d54c87fa9ff6/ghc

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

commit c68e985701ea3112001b0478ec32d54c87fa9ff6
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Wed Sep 23 21:12:03 2015 +0200

    Fixes


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

c68e985701ea3112001b0478ec32d54c87fa9ff6
 libraries/hpc                                         | 2 +-
 testsuite/tests/simplCore/should_compile/rule2.stderr | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/libraries/hpc b/libraries/hpc
index 5a1ee4e..886429b 160000
--- a/libraries/hpc
+++ b/libraries/hpc
@@ -1 +1 @@
-Subproject commit 5a1ee4e8a2056beff16f0a3cac2c4da61b96f317
+Subproject commit 886429bf84097bbc16cdb6602b60ba1b9156cf6a
diff --git a/testsuite/tests/simplCore/should_compile/rule2.stderr b/testsuite/tests/simplCore/should_compile/rule2.stderr
index 082f9aa..da97b88 100644
--- a/testsuite/tests/simplCore/should_compile/rule2.stderr
+++ b/testsuite/tests/simplCore/should_compile/rule2.stderr
@@ -10,13 +10,14 @@
 
 
 ==================== Grand total simplifier statistics ====================
-Total ticks:     12
+Total ticks:     13
 
 2 PreInlineUnconditionally
   1 f
   1 lvl
 1 UnfoldingDone 1 Roman.bar
 1 RuleFired 1 foo/bar
+1 LetFloatFromLet 1
 1 EtaReduction 1 ds
 7 BetaReduction
   1 f



More information about the ghc-commits mailing list