brendanhay / gogol

A comprehensive Google Services SDK for Haskell.
Other
280 stars 105 forks source link

Updating conduit dependency to 1.3 #118

Closed buecking closed 5 years ago

buecking commented 5 years ago

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

        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
        |