axman6 / amazonka-s3-streaming

Provides a conduit based interface to uploading data to S3 using the Multipart API
MIT License
20 stars 23 forks source link

compile errors #3

Closed hvr closed 7 years ago

hvr commented 7 years ago

Fyi, both the matrix builder (GHC 8.0 & 7.10) & Hackage's doc-builder (GHC 8.0) failed to build amazonka-s3-streaming:

I haven't investigated yet further

axman6 commented 7 years ago

Thanks @hvr, I noticed this too and initially was really confused because it was compiling locally with what should've been a very similar environment. Seems that an API breaking change made it into v1.4.4 of amazonka which removed a parameter from the newEnv function from Network.AWS. @brendanhay was this supposed to happen? The docs for even say this change is Since 1.5.0.

I'll upload a fix shortly.

axman6 commented 7 years ago

Ok, this all seems to be sorted now, I've set up travis to help ensure this doesn't happen again, and the package is now building on everything from GHC 7.8.4 to 8.0.1, and only failing on HEAD, seemingly due to some issues in the parallel package.