summaryrefslogtreecommitdiff
path: root/dht/src/Network/Tox/AggregateSession.hs
diff options
context:
space:
mode:
authorJoe Crayne <joe@jerkface.net>2019-12-19 11:06:13 -0500
committerJoe Crayne <joe@jerkface.net>2020-01-01 23:27:24 -0500
commit7895f56e787823af98197981dbdd6c11f2f25597 (patch)
treecea9fad3d83de2dd098284cd20918a7846315882 /dht/src/Network/Tox/AggregateSession.hs
parentb6676d7c3339e46752cadfc1198886062f5c666d (diff)
Improved 'c' command.
Diffstat (limited to 'dht/src/Network/Tox/AggregateSession.hs')
-rw-r--r--dht/src/Network/Tox/AggregateSession.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/dht/src/Network/Tox/AggregateSession.hs b/dht/src/Network/Tox/AggregateSession.hs
index 999c7399..faf512d0 100644
--- a/dht/src/Network/Tox/AggregateSession.hs
+++ b/dht/src/Network/Tox/AggregateSession.hs
@@ -6,7 +6,8 @@
6{-# LANGUAGE LambdaCase #-} 6{-# LANGUAGE LambdaCase #-}
7{-# LANGUAGE PatternSynonyms #-} 7{-# LANGUAGE PatternSynonyms #-}
8module Network.Tox.AggregateSession 8module Network.Tox.AggregateSession
9 ( AggregateSession 9 ( AggregateSession(contactSession)
10 , SingleCon(singleSession)
10 , newAggregateSession 11 , newAggregateSession
11 , aggregateStatus 12 , aggregateStatus
12 , checkCompatible 13 , checkCompatible