summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZubin Duggal <zubin.duggal@gmail.com>2021-08-09 15:25:24 +0530
committerZubin Duggal <zubin.duggal@gmail.com>2021-08-10 13:39:55 +0530
commitc4c5b252c864a0854558a162c76cbd6f53d61c37 (patch)
tree5348a33940a9343a4cdbb2986617ece30fe7038e
parent1ccf986868a8b8f284639602e140c4977e4d87f6 (diff)
downloadhaskell-wip/ghc-8.10-bump-process.tar.gz
Bump process submodule to 1.6.13.2wip/ghc-8.10-bump-process
-rwxr-xr-x.gitlab/ci.sh2
-rw-r--r--docs/users_guide/8.10.6-notes.rst2
m---------libraries/process0
3 files changed, 3 insertions, 1 deletions
diff --git a/.gitlab/ci.sh b/.gitlab/ci.sh
index 6add2b5ae4..d222976e18 100755
--- a/.gitlab/ci.sh
+++ b/.gitlab/ci.sh
@@ -347,7 +347,7 @@ function push_perf_notes() {
function test_make() {
run "$MAKE" test_bindist TEST_PREP=YES
- run "$MAKE" V=0 VERBOSE=1 test \
+ run "$MAKE" V=0 VERBOSE=1 BINDIST=YES test \
THREADS="$cores" \
JUNIT_FILE=../../junit.xml
}
diff --git a/docs/users_guide/8.10.6-notes.rst b/docs/users_guide/8.10.6-notes.rst
index 46064a577e..df931e5889 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
-Subproject 5a0cbd46eca6d30b78726688058b7fd258a2253
+Subproject b39bbc0625c99c8c02840d8fd3ae45f062c9c78