summaryrefslogtreecommitdiff
path: root/dht/src/Network/Tox/ContactInfo.hs
diff options
context:
space:
mode:
authorJames Crayne <jim.crayne@gmail.com>2020-01-24 09:10:56 +0000
committerJames Crayne <jim.crayne@gmail.com>2020-01-24 09:10:56 +0000
commit770649a15332df52e98c8d99582e5d67d8d84787 (patch)
tree9b9c3382bb5113182f1ddc9b738f60df16e2317f /dht/src/Network/Tox/ContactInfo.hs
parentb7d05c1aa9fe88880eca5ee3f6a20ac16c9e6137 (diff)
fix formatting which confuses haddock
Diffstat (limited to 'dht/src/Network/Tox/ContactInfo.hs')
-rw-r--r--dht/src/Network/Tox/ContactInfo.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/dht/src/Network/Tox/ContactInfo.hs b/dht/src/Network/Tox/ContactInfo.hs
index e7cb48c1..d5640ce8 100644
--- a/dht/src/Network/Tox/ContactInfo.hs
+++ b/dht/src/Network/Tox/ContactInfo.hs
@@ -18,8 +18,9 @@ import DPut
18import DebugTag 18import DebugTag
19 19
20newtype ContactInfo extra = ContactInfo 20newtype ContactInfo extra = ContactInfo
21 {
21 -- | Map our toxid public key to an Account record. 22 -- | Map our toxid public key to an Account record.
22 { accounts :: TVar (HashMap NodeId{-my userkey-} (Account extra)) 23 accounts :: TVar (HashMap NodeId{-my userkey-} (Account extra))
23 } 24 }
24 25
25data Account extra = Account 26data Account extra = Account