Changelog for ping-0.1.0.5
Changelog
All notable changes to this project will be documented in this file.
The format is inspired by Keep a Changelog. This changelog deviates from the recommendation by not grouping changes into added, changed, deprecated, etc. subsections.
This project adheres to the Haskell Package Versioning Policy.
[0.1.0.4] - 2023-01-03
- Library now builds with 
posix-api-0.4.*. There was a backwards-incompatible change in posix-api when socket families switched to using pattern synonyms. 
[0.1.0.3] - 2019-07-22
- Library now builds with newer 
posix-api-0.3.*and withprimitive-0.7.*. 
[0.1.0.2] - 2019-04-08
- Not documented
 
[0.1.0.1] - 2018-01-07
- Fix a problem in 
multihoststhat occassionally caused the function to wait for a number of nanoseconds close tomaxBound :: Word64. This had been caused by a subtraction underflow. 
[0.1.0.0] - 2018-01-02
- Initial release.
 - Function 
hostfor pinging a single host once. - Function 
hostsandrangefor pinging multiple hosts once each. - Function 
multihostsandmultirangefor pinging multiple hosts once each.