summaryrefslogtreecommitdiff
path: root/Assistant/Types
diff options
context:
space:
mode:
Diffstat (limited to 'Assistant/Types')
-rw-r--r--Assistant/Types/RepoProblem.hs (renamed from Assistant/Types/RemoteProblem.hs)8
1 files changed, 4 insertions, 4 deletions
diff --git a/Assistant/Types/RemoteProblem.hs b/Assistant/Types/RepoProblem.hs
index 539da3db9..40397c708 100644
--- a/Assistant/Types/RemoteProblem.hs
+++ b/Assistant/Types/RepoProblem.hs
@@ -5,14 +5,14 @@
- Licensed under the GNU GPL version 3 or higher.
-}
-module Assistant.Types.RemoteProblem where
+module Assistant.Types.RepoProblem where
import Types
import Utility.TList
import Control.Concurrent.STM
-type RemoteProblemChan = TList Remote
+type RepoProblemChan = TList UUID
-newRemoteProblemChan :: IO RemoteProblemChan
-newRemoteProblemChan = atomically newTList
+newRepoProblemChan :: IO RepoProblemChan
+newRepoProblemChan = atomically newTList