Not in scope: type constructor or class ‘ResumableSource’
|
179 | type Stream = ResumableSource (ResourceT IO) ByteString
| ^^^^^^^^^^^^^^^
Fixed on head
• No instance for (Semigroup Request)
arising from the superclasses of an instance declaration
• In the instance declaration for ‘Monoid Request’
|
311 | instance Monoid Request where
|
Picked @brendanhay's conduit change (see: https://github.com/brendanhay/gogol/pull/105/commits) on top of current head. The two issues preventing compilation on lts.12.18 were:
Fixed with
pull/105
Fixed on head