[commit: packages/unix] master, safe710fixes, safe710fixes-again, safefixes710again: Bump `base` constraint for AMP (8afe57f)
git at git.haskell.org
git at git.haskell.org
Thu Mar 19 15:49:49 UTC 2015
Repository : ssh://git@git.haskell.org/unix
On branches: master,safe710fixes,safe710fixes-again,safefixes710again
Link : http://ghc.haskell.org/trac/ghc/changeset/8afe57ff808499584f43a5cfeb1a3bb42602df8b/unix
>---------------------------------------------------------------
commit 8afe57ff808499584f43a5cfeb1a3bb42602df8b
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Tue Sep 9 17:32:01 2014 +0200
Bump `base` constraint for AMP
>---------------------------------------------------------------
8afe57ff808499584f43a5cfeb1a3bb42602df8b
changelog.md | 8 ++++++++
unix.cabal | 4 ++--
2 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/changelog.md b/changelog.md
index 9d587ab..4440892 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,11 @@
+# Changelog for [`unix` package](http://hackage.haskell.org/package/unix)
+
+## 2.7.0.2 *TBA*
+
+ * Add support for `base-4.8.0.0`
+ * Add haddock comments on `RTLD_NEXT` and `RTLD_DEFAULT`
+ * Deprecate function `haveRtldLocal`
+
## 2.7.0.1 *Mar 2014*
* Bundled with GHC 7.8.1
diff --git a/unix.cabal b/unix.cabal
index 8d0b16f..61de701 100644
--- a/unix.cabal
+++ b/unix.cabal
@@ -1,6 +1,6 @@
name: unix
version: 2.7.0.2
--- GHC 7.8.2 released with 2.7.0.1
+-- NOTE: Don't forget to update ./changelog.md
license: BSD3
license-file: LICENSE
maintainer: libraries at haskell.org
@@ -58,7 +58,7 @@ library
Trustworthy
build-depends:
- base >= 4.5 && < 4.8,
+ base >= 4.5 && < 4.9,
bytestring >= 0.9.2 && < 0.11,
time >= 1.2 && < 1.5
More information about the ghc-commits
mailing list