[Git][ghc/ghc][wip/backports-9.8] 3 commits: Bump stm submodule to 2.5.2.0
Ben Gamari (@bgamari)
gitlab at gitlab.haskell.org
Fri Oct 6 03:33:34 UTC 2023
Ben Gamari pushed to branch wip/backports-9.8 at Glasgow Haskell Compiler / GHC
Commits:
47b202a9 by Ben Gamari at 2023-10-05T23:32:49-04:00
Bump stm submodule to 2.5.2.0
- - - - -
31d4e495 by Ben Gamari at 2023-10-05T23:32:49-04:00
Bump hpc submodule to 0.7.0.0
- - - - -
7c268df5 by Ben Gamari at 2023-10-05T23:32:54-04:00
Allow perf changes
These appear to be spurious.
Metric Decrease:
MultiLayerModules
T13701
T14697
- - - - -
5 changed files:
- compiler/ghc.cabal.in
- libraries/hpc
- libraries/stm
- testsuite/tests/hpc/T17073.stdout
- utils/hpc
Changes:
=====================================
compiler/ghc.cabal.in
=====================================
@@ -105,7 +105,7 @@ Library
array >= 0.1 && < 0.6,
filepath >= 1 && < 1.5,
template-haskell == 2.21.*,
- hpc == 0.6.*,
+ hpc >= 0.6 && < 0.8,
transformers >= 0.5 && < 0.7,
exceptions == 0.10.*,
semaphore-compat,
=====================================
libraries/hpc
=====================================
@@ -1 +1 @@
-Subproject commit 50d520bf6002ab55032e233dced0556ad63ad0c0
+Subproject commit 6bc66b7ae490d28d6b17d01c2959d6c8ce3e7a79
=====================================
libraries/stm
=====================================
@@ -1 +1 @@
-Subproject commit f8582bd6e31df73b4f18f676650ae183624d8eb2
+Subproject commit a1e91f4ea010be61a9c8a94d6a200bfb4dc6d049
=====================================
testsuite/tests/hpc/T17073.stdout
=====================================
@@ -7,7 +7,7 @@
100% alternatives used (0/0)
100% local declarations used (0/0)
100% top-level declarations used (1/1)
-hpc tools, version 0.68
+hpc tools, version 0.69
Writing: Main.hs.html
Writing: hpc_index.html
Writing: hpc_index_fun.html
=====================================
utils/hpc
=====================================
@@ -1 +1 @@
-Subproject commit eb800fe76409f54660335496592f777ae215ff92
+Subproject commit 4b46380a06c16e38a5b9d623ab85538ee4b2319d
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/dfea05f15ccad75b4b439b8ae18eb3ab01007036...7c268df5d25cd2b938fcdda68e7a93d2dd07be6b
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/dfea05f15ccad75b4b439b8ae18eb3ab01007036...7c268df5d25cd2b938fcdda68e7a93d2dd07be6b
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20231005/041bb66d/attachment-0001.html>
More information about the ghc-commits
mailing list