[commit: packages/unix] bgamari-patch-1, master: Prepare for 2.7.2.1 release (113fe7a)
git at git.haskell.org
git at git.haskell.org
Wed Jul 19 22:04:30 UTC 2017
Repository : ssh://git@git.haskell.org/unix
On branches: bgamari-patch-1,master
Link : http://ghc.haskell.org/trac/ghc/changeset/113fe7a84d47010123db9501ea2885ca86277a2d/unix
>---------------------------------------------------------------
commit 113fe7a84d47010123db9501ea2885ca86277a2d
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Sat Nov 12 00:15:04 2016 +0100
Prepare for 2.7.2.1 release
>---------------------------------------------------------------
113fe7a84d47010123db9501ea2885ca86277a2d
changelog.md | 4 +++-
unix.cabal | 2 +-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/changelog.md b/changelog.md
index 4bbeeb3..c773d3d 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,9 +1,11 @@
# Changelog for [`unix` package](http://hackage.haskell.org/package/unix)
-## 2.7.2.1 *Sep 2016*
+## 2.7.2.1 *Nov 2016*
* Don't use `readdir_r` if its deprecated.
+ * Add argument documentation for Env modules
+
## 2.7.2.0 *Apr 2016*
* Bundled with GHC 8.0.1
diff --git a/unix.cabal b/unix.cabal
index 02d583e..5ba2ddd 100644
--- a/unix.cabal
+++ b/unix.cabal
@@ -1,5 +1,5 @@
name: unix
-version: 2.7.2.0
+version: 2.7.2.1
-- NOTE: Don't forget to update ./changelog.md
license: BSD3
license-file: LICENSE
More information about the ghc-commits
mailing list