Skip to content
Snippets Groups Projects
Commit 0edb9787 authored by Michael Snoyman's avatar Michael Snoyman
Browse files

Version bump

parent e5a7ee31
No related branches found
No related tags found
No related merge requests found
# Changelog for [`process` package](http://hackage.haskell.org/package/process) # 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* ## 1.4.0.0 *November 2015*
* Added `child_user` and `child_group` to `CreateProcess` for unix. [#45](https://github.com/haskell/process/pull/45) * Added `child_user` and `child_group` to `CreateProcess` for unix. [#45](https://github.com/haskell/process/pull/45)
......
name: process name: process
version: 1.4.0.0 version: 1.4.1.0
-- NOTE: Don't forget to update ./changelog.md -- NOTE: Don't forget to update ./changelog.md
license: BSD3 license: BSD3
license-file: LICENSE license-file: LICENSE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment