aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--.gitignore3
-rw-r--r--changelog.md6
-rw-r--r--unix.cabal4
3 files changed, 10 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 6023241..b67c37a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,4 +15,5 @@ tests/*.eventlog
tests/*.genscript
tests/*.o
tests/*.hi
-*~ \ No newline at end of file
+tests/*.normalised
+*~
diff --git a/changelog.md b/changelog.md
index e8632e2..ae5b726 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,4 +1,10 @@
+# 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`
* Fix `getGroupEntryForID/getGroupEntryForName' on Solaris. Solaris uses
CPP macros for required getgrgid_r and getgrnam_r functions definition
so the fix is to change from C ABI calling convention to C API calling
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