aristidb / aws

Amazon Web Services for Haskell
BSD 3-Clause "New" or "Revised" License
239 stars 108 forks source link

Missing requirement of http-client >= 0.4.30 #235

Open QuLogic opened 7 years ago

QuLogic commented 7 years ago

When building aws 0.16 against http-client 0.4.28, I get:

Aws/Ec2/InstanceMetadata.hs:21:12: error:
    Not in scope: ‘HTTP.parseUrlThrow’
    Perhaps you meant ‘HTTP.parseUrl’ (imported from Network.HTTP.Conduit)
    Module ‘Network.HTTP.Conduit’ does not export ‘parseUrlThrow’.

but http-client is not listed in the requirements, and parseUrlThrow is from http-client 0.4.30.