From aacef87c9df06f449571b443d8022294193ca9f6 Mon Sep 17 00:00:00 2001
From: Michael Snoyman <michael@snoyman.com>
Date: Mon, 25 Jan 2021 22:32:13 +0200
Subject: [PATCH] Version bump; temporary upper bound on base

---
 changelog.md  | 2 +-
 process.cabal | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/changelog.md b/changelog.md
index 672f5c0e..5cfb003e 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,6 +1,6 @@
 # Changelog for [`process` package](http://hackage.haskell.org/package/process)
 
-## Unreleased changes
+## 1.6.11.0 *January 2021*
 
 * Windows: Add support for new I/O manager in GHC 8.12[#177](https://github.com/haskell/process/pull/177)
 * Deprecate use of `createPipeFd` in favor of `createPipe`
diff --git a/process.cabal b/process.cabal
index 1e360014..2461e1ce 100644
--- a/process.cabal
+++ b/process.cabal
@@ -1,5 +1,5 @@
 name:          process
-version:       1.6.10.0
+version:       1.6.11.0
 -- NOTE: Don't forget to update ./changelog.md
 license:       BSD3
 license-file:  LICENSE
@@ -77,7 +77,7 @@ library
 
     ghc-options: -Wall
 
-    build-depends: base      >= 4.8.2 && < 4.17,
+    build-depends: base      >= 4.8.2 && < 4.16,
                    directory >= 1.1 && < 1.4,
                    filepath  >= 1.2 && < 1.5,
                    deepseq   >= 1.1 && < 1.5
-- 
GitLab