From 6e191acf0592add909d340284ec541a27e3021d8 Mon Sep 17 00:00:00 2001 From: joe Date: Thu, 26 Oct 2017 18:49:04 -0400 Subject: Checking in readpackets tool for parsing pcap packets. --- src/Crypto/Tox.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Crypto/Tox.hs b/src/Crypto/Tox.hs index ed8ec59e..d5727254 100644 --- a/src/Crypto/Tox.hs +++ b/src/Crypto/Tox.hs @@ -87,7 +87,7 @@ newtype Encrypted a = Encrypted ByteString deriving (Eq,Ord,Data) newtype Encrypted8 a = E8 (Encrypted (a,Nonce8)) - deriving Serialize + deriving (Serialize, Show) newtype (f ∘ g) x = Composed { uncomposed :: f (g x) } -- cgit v1.2.3