[commit: packages/process] master: Add Hackage2-supported `changelog` file (e3abe50)
git at git.haskell.org
git at git.haskell.org
Fri Nov 1 11:18:33 UTC 2013
Repository : ssh://git@git.haskell.org/process
On branch : master
Link : http://git.haskell.org/packages/process.git/commitdiff/e3abe50268dc7c0b01c65d5c62f4e1d0c34dcd6f
>---------------------------------------------------------------
commit e3abe50268dc7c0b01c65d5c62f4e1d0c34dcd6f
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Fri Nov 1 12:15:19 2013 +0100
Add Hackage2-supported `changelog` file
Signed-off-by: Herbert Valerio Riedel <hvr at gnu.org>
>---------------------------------------------------------------
e3abe50268dc7c0b01c65d5c62f4e1d0c34dcd6f
changelog | 11 +++++++++++
process.cabal | 1 +
2 files changed, 12 insertions(+)
diff --git a/changelog b/changelog
new file mode 100644
index 0000000..fc6a9a1
--- /dev/null
+++ b/changelog
@@ -0,0 +1,11 @@
+1.2.0.0 Nov 2013
+
+ * Update to Cabal 1.10 format
+ * Remove NHC specific code
+ * Add support for `base-4.7.0.0`
+ * Improve `showCommandForUser` to reduce redundant quoting
+ * Use `ExitFailure (128+signal)` on Unix when a proc terminates due to a signal
+ * Deprecate `module System.Cmd`
+ * On non-Windows, the child thread now comunicates any errors back
+ to the parent thread via pipes.
+ * Fix deadlocks in `readProcess` and `readProcessWithExitCode`
diff --git a/process.cabal b/process.cabal
index 5b8d8f6..31cb223 100644
--- a/process.cabal
+++ b/process.cabal
@@ -14,6 +14,7 @@ description:
extra-source-files:
aclocal.m4
+ changelog
configure
configure.ac
include/HsProcessConfig.h.in
More information about the ghc-commits
mailing list