[Git][ghc/ghc][master] 2 commits: Bump submodules of hpc and hpc-bin to version 0.7.0.0

Marge Bot (@marge-bot) gitlab at gitlab.haskell.org
Wed Aug 30 23:43:27 UTC 2023



Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC


Commits:
e2940272 by David Binder at 2023-08-30T19:43:08-04:00
Bump submodules of hpc and hpc-bin to version 0.7.0.0

hpc 0.7.0.0 dropped SafeHaskell safety guarantees in order to simplify
compatibility with newer versions of the directory package which
dropped all SafeHaskell guarantees.

- - - - -
5d56d05c by David Binder at 2023-08-30T19:43:08-04:00
Bump hpc bound in ghc.cabal.in

- - - - -


3 changed files:

- compiler/ghc.cabal.in
- libraries/hpc
- 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 0ad03de570771bb04f383a04886bc58071b50b7b


=====================================
utils/hpc
=====================================
@@ -1 +1 @@
-Subproject commit eb800fe76409f54660335496592f777ae215ff92
+Subproject commit 2d75eb33d4c179b1c21000d32c2906ad273de0de



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/d07080d260075f2c00ec9a3752dbeda4f67ce439...5d56d05ce591a99b94e250765fef9fc61a0b1b53

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/d07080d260075f2c00ec9a3752dbeda4f67ce439...5d56d05ce591a99b94e250765fef9fc61a0b1b53
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/20230830/d4eb7256/attachment.html>


More information about the ghc-commits mailing list