summaryrefslogtreecommitdiff
path: root/examples/atox.hs
diff options
context:
space:
mode:
authorJoe Crayne <joe@jerkface.net>2018-08-22 20:50:23 -0400
committerJoe Crayne <joe@jerkface.net>2018-09-07 13:18:43 -0400
commitfb3d30fd7fb1e68623b3bffc9f42ecb2adabce66 (patch)
tree1de81c6bc6319e3889951d354adc71b104c5437b /examples/atox.hs
parent9dded0e540876c9e928cfcb3c69666ce00b5852c (diff)
Removed obsolete Connection.Tox.
Diffstat (limited to 'examples/atox.hs')
-rw-r--r--examples/atox.hs3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/atox.hs b/examples/atox.hs
index 5e6aace6..561e85f9 100644
--- a/examples/atox.hs
+++ b/examples/atox.hs
@@ -35,6 +35,9 @@ import System.Posix.IO.ByteString
35import System.Posix.Types 35import System.Posix.Types
36import Text.Read 36import Text.Read
37 37
38data Key = Key NodeId{-me-} NodeId{-them-}
39 deriving (Eq,Ord)
40
38-- Some Global State -- 41-- Some Global State --
39 42
40{-# NOINLINE sMe #-} 43{-# NOINLINE sMe #-}