snoyberg / http-enumerator

HTTP client package with enumerator interface and HTTPS support.
27 stars 9 forks source link

simpleHttp fails on URLs with parameters #40

Closed ijt closed 13 years ago

ijt commented 13 years ago

Prelude Network.HTTP.Enumerator> simpleHttp ""http://www.google.com/search?q=foo"

:1:44: parse error on input `=' This happens with version 0.7.1.2, or at least I think that is the version. Versions 0.6.7 and 0.7.1 are also installed, but I assume ghci chooses the latest.
snoyberg commented 13 years ago

You have two quotation marks at the beginning of the line.