stackbuilders / tutorials

Stack Builders Tutorials.
https://www.stackbuilders.com/tutorials/
70 stars 22 forks source link

Fix createTransport #86

Closed v0d1ch closed 5 years ago

v0d1ch commented 5 years ago

The signature for createTransport function is changed in recent versions of the library. This PR fixes that.

CristhianMotoche commented 5 years ago

Hi! Thanks for your contribution to our tutorial @v0d1ch .

Could you please update the version of the lts in which the new version of createTransport was updated? And also, please double check that the tutorial is compatible with that lts (and ghc version).

v0d1ch commented 5 years ago

Sure I will add the last possible lts version and make sure all the tutorial code is compiled.

CristhianMotoche commented 5 years ago

Great! @v0d1ch Thank you so much.

v0d1ch commented 5 years ago

no worries @CristhianMotoche :) I squashed all together in one file to make sure it compiles (you can see it here) and made sure to change parts of the tutorial that break the build and update the ghc and lts versions.

CristhianMotoche commented 5 years ago

@v0d1ch LGTM! Thank you so much for your contribution. :smile: It will be in our website after our next deploy.