diff options
author | Cheng Shao <terrorjack@type.dance> | 2023-01-18 13:06:39 +0000 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2023-01-23 04:52:21 -0500 |
commit | db0f1bfd0cada59d8a8673e98fc40e8b9c11a9c5 (patch) | |
tree | ee84a288993e36249ebfc396b4474acfd43038d0 | |
parent | 0900b58432c0e42263c62b0e151b0268129a290a (diff) | |
download | haskell-db0f1bfd0cada59d8a8673e98fc40e8b9c11a9c5.tar.gz |
Bump process submodule
Includes a critical fix for wasm32, see
https://github.com/haskell/process/pull/272 for details. Also changes
the existing cross test to include process stuff and avoid future
regression here.
-rw-r--r-- | .gitlab/hello.hs | 4 | ||||
m--------- | libraries/process | 0 |
2 files changed, 3 insertions, 1 deletions
diff --git a/.gitlab/hello.hs b/.gitlab/hello.hs index 2837cac62d..74ab771132 100644 --- a/.gitlab/hello.hs +++ b/.gitlab/hello.hs @@ -1,4 +1,4 @@ -{-# OPTIONS_GHC -Wno-missing-fields #-} +{-# OPTIONS_GHC -Wall -Wno-missing-fields #-} import GHC hiding (parseModule) import GHC.Data.StringBuffer @@ -9,6 +9,7 @@ import GHC.Platform import GHC.Plugins import GHC.Settings import GHC.Settings.Config +import System.Mem.Weak fakeSettings :: Settings fakeSettings = @@ -41,5 +42,6 @@ parse dflags src = do main :: IO () main = do + _ <- mkWeak runGhc runGhc Nothing m <- parse fakeDynFlags "main = putStrLn \"hello world\"" putStrLn $ showSDoc fakeDynFlags $ ppr m diff --git a/libraries/process b/libraries/process -Subproject d295bcceb64e9f17f08999c6333aaabda4d5ee9 +Subproject d9a8e6e749d2d60422037f3ef4733d521f18a7f |