From 0edb97876c2f783b33f9a69089ca9d26a061e112 Mon Sep 17 00:00:00 2001 From: Michael Snoyman <michael@snoyman.com> Date: Tue, 17 Nov 2015 15:34:47 +0200 Subject: [PATCH] Version bump --- changelog.md | 6 ++++++ process.cabal | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 6507bf80..b01b324d 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,11 @@ # Changelog for [`process` package](http://hackage.haskell.org/package/process) +## 1.4.1.0 *November 2015* + +* Use less CPP [#47](https://github.com/haskell/process/pull/47) + * Refactor to have separate Windows and POSIX modules internally + * Remove the broken non-GHC code paths + ## 1.4.0.0 *November 2015* * Added `child_user` and `child_group` to `CreateProcess` for unix. [#45](https://github.com/haskell/process/pull/45) diff --git a/process.cabal b/process.cabal index 0b4ffd79..ee692853 100644 --- a/process.cabal +++ b/process.cabal @@ -1,5 +1,5 @@ name: process -version: 1.4.0.0 +version: 1.4.1.0 -- NOTE: Don't forget to update ./changelog.md license: BSD3 license-file: LICENSE -- GitLab