From: Ross Paterson Date: Fri, 25 Aug 2006 16:16:45 +0000 (+0000) Subject: omit Control.Sequential.STM X-Git-Tag: Before_FC_branch_merge~115 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=be44afec1ec075e7546118dddec42729d22d4c47 omit Control.Sequential.STM It's an internal module used by non-GHC implementations only. --- diff --git a/docs/users_guide/6.6-notes.xml b/docs/users_guide/6.6-notes.xml index 2260690..9fe0ae0 100644 --- a/docs/users_guide/6.6-notes.xml +++ b/docs/users_guide/6.6-notes.xml @@ -959,14 +959,6 @@ - There is a new module - Control.Sequential.STM for non-concurrent - transactions which nevertheless need to be atomic in the - face of exceptions. - - - - A new module Control.Concurrent.STM.TArray defines TArray, a transactional array, and makes