Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Latest commit

 

History

History
21 lines (13 loc) · 520 Bytes

CHANGELOG.md

File metadata and controls

21 lines (13 loc) · 520 Bytes

2024-03-25 David Simmons-Duffin dsd@caltech.edu 0.2.7

  • Bump dependencies to build with ghc-9.8.

2018-06-14 Alexander Vershilov alexander.vershilov@tweag.io 0.2.6

  • Update dependency bounds
  • Export all documented functions (Issue #9)

2016-02-16 Facundo Domínguez facundo.dominguezy@tweag.io 0.2.3

  • Update dependency bounds.

HEAD

  • Added initial GenServer module
  • Added Timer Module
  • Moved time functions into Time.hs
  • Added Async API
  • Added GenProcess API (subsumes lower level GenServer API)