From 792d627870f631292bee140b83428d8820d18f9a Mon Sep 17 00:00:00 2001 From: Sergey Ivanov Date: Thu, 13 Jul 2023 00:36:50 +0400 Subject: [PATCH] drop: instance Hashable (EventKey e (EncryptionHandshake e)) --- hbs2-core/lib/HBS2/Net/Proto/EncryptionHandshake.hs | 2 -- 1 file changed, 2 deletions(-) diff --git a/hbs2-core/lib/HBS2/Net/Proto/EncryptionHandshake.hs b/hbs2-core/lib/HBS2/Net/Proto/EncryptionHandshake.hs index 79657cb8..d5e46075 100644 --- a/hbs2-core/lib/HBS2/Net/Proto/EncryptionHandshake.hs +++ b/hbs2-core/lib/HBS2/Net/Proto/EncryptionHandshake.hs @@ -198,5 +198,3 @@ instance Hashable (Peer e) => Hashable (SessionKey e (EncryptionHandshake e)) data instance EventKey e (EncryptionHandshake e) = AnyKnownPeerEncryptionHandshakeEventKey deriving stock (Typeable, Eq,Generic) - -instance Hashable (EventKey e (EncryptionHandshake e))