[commit: packages/unix] master: Update changelog and increment package version (db8be85)

git at git.haskell.org git at git.haskell.org
Wed Jul 19 22:05:01 UTC 2017


Repository : ssh://git@git.haskell.org/unix

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/db8be857ba0d1e25e8d30c53ea7338cb9929b9b4/unix

>---------------------------------------------------------------

commit db8be857ba0d1e25e8d30c53ea7338cb9929b9b4
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Mon May 1 00:10:28 2017 +0200

    Update changelog and increment package version


>---------------------------------------------------------------

db8be857ba0d1e25e8d30c53ea7338cb9929b9b4
 changelog.md | 11 +++++++++++
 unix.cabal   |  2 +-
 2 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/changelog.md b/changelog.md
index c773d3d..cb8003f 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,7 +1,18 @@
 # Changelog for [`unix` package](http://hackage.haskell.org/package/unix)
 
+## 2.7.2.2  *May 2017*
+
+  * Bundled with GHC 8.2.1
+
+  * Improve Autoconf detection of `telldir`/`seekdir` and define
+    `_POSIX_VDISABLE` if missing for Android (#91,#90)
+
+  * Fix error message of `createSymbolicLink` (#84)
+
 ## 2.7.2.1  *Nov 2016*
 
+  * Bundled with GHC 8.0.2
+
   * Don't use `readdir_r` if its deprecated.
 
   * Add argument documentation for Env modules
diff --git a/unix.cabal b/unix.cabal
index c11be3f..cf44068 100644
--- a/unix.cabal
+++ b/unix.cabal
@@ -1,5 +1,5 @@
 name:           unix
-version:        2.7.2.1
+version:        2.7.2.2
 -- NOTE: Don't forget to update ./changelog.md
 license:        BSD3
 license-file:   LICENSE



More information about the ghc-commits mailing list