aboutsummaryrefslogtreecommitdiff
path: root/src/Ssb/Peer/RPC.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Ssb/Peer/RPC.hs')
-rw-r--r--src/Ssb/Peer/RPC.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Ssb/Peer/RPC.hs b/src/Ssb/Peer/RPC.hs
index 3286a33..1336b5e 100644
--- a/src/Ssb/Peer/RPC.hs
+++ b/src/Ssb/Peer/RPC.hs
@@ -3,7 +3,7 @@
module Ssb.Peer.RPC where
-import Protolude
+import Protolude hiding (Handler)
import Control.Concurrent.STM
import Control.Monad.Fail