Skip to content

Commit

Permalink
Update to stm-2.5.0.0
Browse files Browse the repository at this point in the history
2.5.0.0 Sep 2018
* Removed alwaysSucceeds and always, GHC's invariant checking
  primitives. (GHC #14324)
* Add lengthTBQueue to Control.Concurrent.STM.TBQueue (gh-9)
* Add stateTVar :: TVar s -> (s -> (a, s)) -> STM a combinator (gh-14)
* Switched newTBQueue and newTBQueueIO to accept Natural as size
  (gh-17)
* Switched signalTSemN and newTSem to accept Natural and Integer
  respectively (gh-17)

2.4.5.1 Sep 2018
* Fix incorrect bookkeeping of write capacity in flushTBQueue (gh-9)
* Avoid redundant writeTVars in flushTQueue to avoid unncessarily
  invalidating other transactions (gh-6)

2.4.5.0 Feb 2018
* Fix space leak in TBQueue (gh-2, GHC#14494)
* Make signalTSem resilient against Int overflows (gh-4)
* Make definition of readTQueue consistent with readTBQueue (gh-3,
  GHC#9539)
* Add flushTQueue to Control.Concurrent.STM.TQueue (gh-1)
* Add flushTBQueue to Control.Concurrent.STM.TBQueue (gh-1)
* Add signalTSemN operation (gh-5)

2.4.4.1 Dec 2015
* Add support for base-4.9.0.0
* Drop support for GHC 6.12 / base-4.2

2.4.4 Dec 2014
* Add support for base-4.8.0.0
* Tighten Safe Haskell bounds
* Add mkWeakTMVar to Control.Concurrent.STM.TMVar
* Add @since-annotations
  • Loading branch information
depressed-pho committed Jan 1, 2020
1 parent 094f2e7 commit 13b5c9c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 54 deletions.
4 changes: 2 additions & 2 deletions devel/hs-stm/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.1 2014/05/25 21:54:58 szptvlfn Exp $
# $NetBSD: Makefile,v 1.2 2020/01/01 02:18:07 pho Exp $

DISTNAME= stm-2.4.3
DISTNAME= stm-2.5.0.0
CATEGORIES= devel

MAINTAINER= pho@cielonegro.org
Expand Down
44 changes: 0 additions & 44 deletions devel/hs-stm/PLIST

This file was deleted.

6 changes: 3 additions & 3 deletions devel/hs-stm/buildlink3.mk
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# $NetBSD: buildlink3.mk,v 1.2 2014/08/29 14:08:39 szptvlfn Exp $
# $NetBSD: buildlink3.mk,v 1.3 2020/01/01 02:18:07 pho Exp $

BUILDLINK_TREE+= hs-stm

.if !defined(HS_STM_BUILDLINK3_MK)
HS_STM_BUILDLINK3_MK:=

BUILDLINK_API_DEPENDS.hs-stm+= hs-stm>=2.4.3
BUILDLINK_ABI_DEPENDS.hs-stm+= hs-stm>=2.4.3
BUILDLINK_API_DEPENDS.hs-stm+= hs-stm>=2.5.0
BUILDLINK_ABI_DEPENDS.hs-stm+= hs-stm>=2.5.0.0
BUILDLINK_PKGSRCDIR.hs-stm?= ../../devel/hs-stm
.endif # HS_STM_BUILDLINK3_MK

Expand Down
10 changes: 5 additions & 5 deletions devel/hs-stm/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.2 2015/11/03 03:27:33 agc Exp $
$NetBSD: distinfo,v 1.3 2020/01/01 02:18:07 pho Exp $

SHA1 (stm-2.4.3.tar.gz) = 72fbf401ee4be19bd509b2238879889037d11042
RMD160 (stm-2.4.3.tar.gz) = 49497b5eae13a260ef81fc33092866405a4ef5e1
SHA512 (stm-2.4.3.tar.gz) = a42d6ffc27318f11be80be16292b5e86a47087780aea5ff7bd27b1d36e966429e3dd645e0c749cc6d957be48a947e63f314cdfb412d7a9adb676d7e9fdfb6e57
Size (stm-2.4.3.tar.gz) = 10145 bytes
SHA1 (stm-2.5.0.0.tar.gz) = 8663cdbb6447b1abf2b05f204dbc6a5a852869dd
RMD160 (stm-2.5.0.0.tar.gz) = 693121ca8c94ba8e9264099e5ae3441273f7970c
SHA512 (stm-2.5.0.0.tar.gz) = 64516ff5eba42a469046af51f12cb55afca795c7a897b9ac16c3446d547ad3894d9b80be3716e86291825e8fa91335ee89e9c9c6738c95f3cbd8ee0739236651
Size (stm-2.5.0.0.tar.gz) = 12335 bytes

0 comments on commit 13b5c9c

Please sign in to comment.