mtesseract / nakadi-client

Haskell Client Library for the Nakadi Event Broker
Other
13 stars 9 forks source link

Put version constraint on conduit-combinators #82

Closed mtesseract closed 6 years ago

mtesseract commented 6 years ago

The most recent version of conduit-combinators (1.3.0) is deprecated.

In the future we will simply use the conduit package including its recently updated dependencies (unliftio, stm-conduit, etc.) but right now we should simply get Hackage builds to succeed again.

I hope that this patch is sufficient.

See https://hackage.haskell.org/package/conduit-combinators-1.3.0 and https://hackage.haskell.org/package/nakadi-client-0.5.0.0/reports/2

mtesseract commented 6 years ago

@etorreborre @amrhassan Shall we give it a try?

mtesseract commented 6 years ago

By the way, this seems to be the reason for there not being any API documentation generated under https://hackage.haskell.org/package/nakadi-client.

etorreborre commented 6 years ago

Yes let's try that.