Release 0.4

This commit is contained in:
Dmitry Bogatov 2018-12-01 21:03:45 +00:00
parent 05ba2082d7
commit 404378881a
2 changed files with 5 additions and 3 deletions

View File

@ -1,5 +1,7 @@
haskell-once (0.4) UNRELEASED; urgency=low
haskell-once (0.4) upstream; urgency=low
* Add test suite to check both basic case and concurrency case.
* Fix race condition when IO actions, returned by `once' are invoked
concurrently (Closes: #1)
-- Dmitry Bogatov <KAction@debian.org> Sat, 01 Dec 2018 20:08:09 +0000
-- Dmitry Bogatov <KAction@debian.org> Sat, 01 Dec 2018 21:03:17 +0000

View File

@ -1,5 +1,5 @@
name: once
version: '0.3'
version: '0.4'
synopsis: memoization for IO actions and functions
description: |
Package provides single polymorphic function 'once', that allows you