[commit: packages/process] master: Version bump (0edb978)
git at git.haskell.org
git at git.haskell.org
Tue Dec 15 13:35:03 UTC 2015
Repository : ssh://git@git.haskell.org/process
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/0edb97876c2f783b33f9a69089ca9d26a061e112/process
>---------------------------------------------------------------
commit 0edb97876c2f783b33f9a69089ca9d26a061e112
Author: Michael Snoyman <michael at snoyman.com>
Date: Tue Nov 17 15:34:47 2015 +0200
Version bump
>---------------------------------------------------------------
0edb97876c2f783b33f9a69089ca9d26a061e112
changelog.md | 6 ++++++
process.cabal | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/changelog.md b/changelog.md
index 6507bf8..b01b324 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 0b4ffd7..ee69285 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
More information about the ghc-commits
mailing list