From d265917659b09e30d7ad0db345621b9b06288274 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 24 Apr 2013 17:16:04 -0400 Subject: remove last use of TSet --- Assistant/Types/Commits.hs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Assistant/Types') diff --git a/Assistant/Types/Commits.hs b/Assistant/Types/Commits.hs index 12dab8da8..500faa901 100644 --- a/Assistant/Types/Commits.hs +++ b/Assistant/Types/Commits.hs @@ -7,13 +7,13 @@ module Assistant.Types.Commits where -import Utility.TSet +import Utility.TList import Control.Concurrent.STM -type CommitChan = TSet Commit +type CommitChan = TList Commit data Commit = Commit newCommitChan :: IO CommitChan -newCommitChan = atomically newTSet +newCommitChan = atomically newTList -- cgit v1.2.3