[Git][ghc/ghc][wip/trace-foreign-calls-edsko] wip

Zubin (@wz1000) gitlab at gitlab.haskell.org
Thu Jul 11 13:20:25 UTC 2024



Zubin pushed to branch wip/trace-foreign-calls-edsko at Glasgow Haskell Compiler / GHC


Commits:
7c5290f6 by Zubin Duggal at 2024-07-11T18:50:09+05:30
wip

- - - - -


11 changed files:

- libraries/base/src/Foreign/C/Types.hs
- libraries/base/src/System/Posix/Types.hs
- libraries/binary
- libraries/containers
- libraries/filepath
- libraries/ghc-boot-th/GHC/Lexeme.hs
- libraries/ghc-internal/src/GHC/Internal/Data/Enum.hs
- libraries/ghc-internal/src/GHC/Internal/Type/Reflection.hs
- libraries/template-haskell/vendored-filepath/System/FilePath/Posix.hs
- libraries/unix
- trace-foreign-calls


Changes:

=====================================
libraries/base/src/Foreign/C/Types.hs
=====================================
@@ -1,3 +1,4 @@
+{-# LANGUAGE Safe #-}
 -- |
 --
 -- Module      :  Foreign.C.Types


=====================================
libraries/base/src/System/Posix/Types.hs
=====================================
@@ -1,3 +1,4 @@
+{-# LANGUAGE Safe #-}
 -- |
 --
 -- Module      :  System.Posix.Types


=====================================
libraries/binary
=====================================
@@ -1 +1 @@
-Subproject commit a501955f7ab48da81d732958c8834caaa3e470b6
+Subproject commit 5ba30b2ff84ed6498e77f2fdc18576911b0c13a1


=====================================
libraries/containers
=====================================
@@ -1 +1 @@
-Subproject commit 4fda06c43ea14f808748aa8988158946c3ce0caf
+Subproject commit c9a11359ec5135049e9bcabaa03e61891c0dfecb


=====================================
libraries/filepath
=====================================
@@ -1 +1 @@
-Subproject commit 87a09e296ea6fc137a0b32edda1bd0f54332642e
+Subproject commit 3f1294d05797113eaa1e5623e141d8e0e3e7ae80


=====================================
libraries/ghc-boot-th/GHC/Lexeme.hs
=====================================
@@ -1,3 +1,4 @@
+{-# LANGUAGE Safe #-}
 -----------------------------------------------------------------------------
 -- |
 -- Module      :  GHC.Lexeme


=====================================
libraries/ghc-internal/src/GHC/Internal/Data/Enum.hs
=====================================
@@ -1,4 +1,5 @@
 {-# LANGUAGE NoImplicitPrelude #-}
+{-# LANGUAGE Safe #-}
 
 -----------------------------------------------------------------------------
 -- |


=====================================
libraries/ghc-internal/src/GHC/Internal/Type/Reflection.hs
=====================================
@@ -1,5 +1,6 @@
 {-# LANGUAGE NoImplicitPrelude #-}
 {-# LANGUAGE PatternSynonyms #-}
+{-# LANGUAGE Safe #-}
 
 -----------------------------------------------------------------------------
 -- |


=====================================
libraries/template-haskell/vendored-filepath/System/FilePath/Posix.hs
=====================================
@@ -1,6 +1,7 @@
 -- Vendored from filepath v1.4.2.2
 
 {-# LANGUAGE PatternGuards #-}
+{-# LANGUAGE Safe #-}
 
 -- This template expects CPP definitions for:
 --     MODULE_NAME = Posix | Windows


=====================================
libraries/unix
=====================================
@@ -1 +1 @@
-Subproject commit 69552a5267c7dc5c46a8bceec5ec4b40d26b9463
+Subproject commit a0c4407cf2ef62e1f70c4563a12c933826e22103


=====================================
trace-foreign-calls
=====================================
@@ -1 +1 @@
-Subproject commit fdc918e22f30eef762d3ebdde325b160529d3b7c
+Subproject commit d2e809aac6c29a65c53fb4562c4e44cb9be9113b



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/7c5290f6faf80c5d905d40523578dc9cf9ad97fa

-- 
This project does not include diff previews in email notifications.
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/7c5290f6faf80c5d905d40523578dc9cf9ad97fa
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/20240711/9586919d/attachment-0001.html>


More information about the ghc-commits mailing list