-
Notifications
You must be signed in to change notification settings - Fork 60
Closed
Description
The relevant error is:
Network/Browser.hs:968:3:
Non type-variable argument
in the constraint: MonadState (BrowserState connection) m
(Use FlexibleContexts to permit this)
In the context: (HStream ty,
MonadState (BrowserState connection) m,
MonadIO m)
While checking the inferred type for ‘dorequest2’
In an equation for ‘dorequest’:
dorequest hst rqst
= do { pool <- gets bsConnectionPool;
let uPort = ...;
conn <- liftIO
$ filterM
(\ c -> c `isTCPConnectedTo` EndPoint (uriRegName hst) uPort) pool;
.... }
where
dorequest2 c r
= do { dbg <- gets bsDebug;
.... }
A complete build log is at http://hydra.cryp.to/build/52695/nixlog/1/raw.
Metadata
Metadata
Assignees
Labels
No labels