squash -Wsimplifiable-class-constraints warnings
I have not tested this with older ghc than 8.2.2.
This commit is contained in:
parent
c0c66e35b2
commit
891d6d97f7
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ import System.Log.Logger (debugM)
|
|||
import qualified Network.Socket as S
|
||||
|
||||
-- Type of interpreters of the Proto free monad.
|
||||
type RunProto m = forall a. (MonadIO m, MonadMask m) => Proto a -> m (Either String a)
|
||||
type RunProto m = forall a. Proto a -> m (Either String a)
|
||||
|
||||
data RunState
|
||||
= Serving UUID (Maybe ChangedRefsHandle) (TVar ProtocolVersion)
|
||||
|
|
Loading…
Reference in a new issue