[commit: packages/unix] master: Bump to 2.7.2.0 (d958007)

git at git.haskell.org git at git.haskell.org
Tue Apr 19 21:38:07 UTC 2016


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

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

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

commit d958007b55221ea0fd508add447f466b342a263b
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Sun Jan 31 09:26:26 2016 +0100

    Bump to 2.7.2.0
    
    There's been some subtle API changes that may be useful to detect via
    `MIN_VERSION_unix(2,7,2)`, consequently perform a minor version bump
    relative to the last release.


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

d958007b55221ea0fd508add447f466b342a263b
 changelog.md | 6 +++++-
 unix.cabal   | 2 +-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/changelog.md b/changelog.md
index 1105cba..000c006 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,6 +1,6 @@
 # Changelog for [`unix` package](http://hackage.haskell.org/package/unix)
 
-## **TBA**
+## 2.7.2.0  *Feb 2016*
 
   * Don't assume non-POSIX `WCOREDUMP(x)` macro exists
 
@@ -15,6 +15,10 @@
 
   * Improve detection of `fdatasync(2)` (GHC #11137)
 
+  * Drop support for Hugs
+
+  * Drop support for Cygwin (and Windows in general)
+
 ## 2.7.1.0  *Dec 2014*
 
   * Bundled with GHC 7.10.1
diff --git a/unix.cabal b/unix.cabal
index cbe3716..e7300d6 100644
--- a/unix.cabal
+++ b/unix.cabal
@@ -1,5 +1,5 @@
 name:           unix
-version:        2.7.1.1
+version:        2.7.2.0
 -- NOTE: Don't forget to update ./changelog.md
 license:        BSD3
 license-file:   LICENSE



More information about the ghc-commits mailing list