Changelog for daemons-0.4.0
Changes
0.4.0 (29 Sep 2023)
- update to work with ghc-9.6; thank you, @tfausak
 - bump min base version to 4.18
 
0.3.0 (03 Feb 2020)
- update to work with the new network library; thank you, @guibou
 
0.2.1 (03 Oct 2013)
- update to work with cereal-0.4.0; thank you, Henry Laxen
 
0.2.0 (15 Sep 2013)
- update to work with pipes-4.0.0; thank you, @gabriel439
 
0.1.2 (05 Apr 2013)
- add 
System.Posix.Daemon.killAndWait; thank you, @isturdy 
0.1.1 (18 Aug 2012)
- 
do not use the
-threadedruntime; - 
use of IPv4 to workaround unpredictable behaviours in different distros.