aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--changelog.md8
-rw-r--r--unix.cabal4
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@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