Skip to content

Commit 6d98b61

Browse files
committed
Add changelog entry for 'non-blocking-ffi' flag
See 1672e5c also mark the flag explicitly a manual flag
1 parent 5d38cb3 commit 6d98b61

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

changelog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11

22
* Fix a segfault when reading the stream multithreaded, #7
3+
* New experimental cabal flag 'non-blocking-ffi' for 'safe' ffi calls
34

45
0.6.1.1 Duncan Coutts <duncan@community.haskell.org> April 2015
56

zlib.cabal

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ source-repository head
3838

3939
flag non-blocking-ffi
4040
default: False
41+
manual: True
4142
description: The (de)compression calls can sometimes take a long time, which
4243
prevents other Haskell threads running. Enabling this flag
4344
avoids this unfairness, but with greater overall cost.

0 commit comments

Comments
 (0)