File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog for [ ` unix ` package] ( http://hackage.haskell.org/package/unix )
2
2
3
+ ## 2.8.1.0 * Feb 2023*
4
+ * Fix build if HAVE_ALARM is undefined
5
+
6
+ * Add missing autoconf checks for chown/fchdir/fchmod
7
+
8
+ * Make TABX constructors and code conditional on underlying #defines
9
+
10
+ * Bump bounds to accomodate base-4.18
11
+
12
+ * Add semWaitInterruptible
13
+
14
+ * semaphore: Teach semThreadWait to use semWait with threaded RTS
15
+
16
+ * make the foreign imports of dlopen & dlclose safe
17
+
18
+ * do not use capi for dlfcn.h stuff under wasm-wasi
19
+
20
+ * Use capi for syscalls that break under musl's handling of 64-bit ` time_t `
21
+
22
+ * Replace ` last ` with ` unsnoc `
23
+
24
+ * Avoid Data.List.{head,tail}
25
+
26
+ * Consistently use ` throwErrnoPathIf* `
27
+
28
+ * Fix WASI build
29
+
3
30
## 2.8.0.0 * August 2022*
4
31
* Use ByteString for GroupEntry/UserEntry
5
32
You can’t perform that action at this time.
0 commit comments