From f1418244448f48ea67ede169483b80150d37a238 Mon Sep 17 00:00:00 2001 From: Zubin Duggal <zubin.duggal@gmail.com> Date: Mon, 9 Aug 2021 15:25:24 +0530 Subject: [PATCH] Bump process submodule to 1.6.13.2 --- docs/users_guide/8.10.6-notes.rst | 2 ++ libraries/process | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/users_guide/8.10.6-notes.rst b/docs/users_guide/8.10.6-notes.rst index 46064a577ee7..df931e588987 100644 --- a/docs/users_guide/8.10.6-notes.rst +++ b/docs/users_guide/8.10.6-notes.rst @@ -55,6 +55,8 @@ Packaging fixes - Bump ``haskeline`` to 0.8.2 +- Bump ``process`` to 1.6.13.2 (:ghc-ticket:`19994`) + - Bump ``Win32`` to 2.6.2.0 (:ghc-ticket:`20202`) Portability fixes diff --git a/libraries/process b/libraries/process index 5a0cbd46eca6..b39bbc0625c9 160000 --- a/libraries/process +++ b/libraries/process @@ -1 +1 @@ -Subproject commit 5a0cbd46eca6d30b78726688058b7fd258a2253d +Subproject commit b39bbc0625c99c8c02840d8fd3ae45f062c9c78a -- GitLab