You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When building aws 0.16 against http-client 0.4.28, I get:
Aws/Ec2/InstanceMetadata.hs:21:12:error:Notin 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.
The text was updated successfully, but these errors were encountered:
When building
aws
0.16 againsthttp-client
0.4.28, I get:but
http-client
is not listed in the requirements, andparseUrlThrow
is fromhttp-client
0.4.30.The text was updated successfully, but these errors were encountered: