summaryrefslogtreecommitdiff
path: root/Assistant/Types/RepoProblem.hs
blob: 40397c70872f42485ca64b743b9afbb2530c3909 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{- git-annex assistant remote problem detection
 -
 - Copyright 2013 Joey Hess <joey@kitenet.net>
 -
 - Licensed under the GNU GPL version 3 or higher.
 -}

module Assistant.Types.RepoProblem where

import Types
import Utility.TList

import Control.Concurrent.STM

type RepoProblemChan = TList UUID

newRepoProblemChan :: IO RepoProblemChan
newRepoProblemChan = atomically newTList