bitemyapp / bloodhound

Haskell Elasticsearch client and query DSL
bitemyapp.com
BSD 3-Clause "New" or "Revised" License
424 stars 118 forks source link

The first example in the docs doesn't work without the OverloadedStrings extension #129

Closed dinnu93 closed 8 years ago

dinnu93 commented 8 years ago

The first example in the docs doesn't work without the OverloadedStrings extension. It keeps saying that the Server expects it's argument to be of type Text.

bitemyapp commented 8 years ago

@dinnu93 Think it got changed during the String purge. Sounds like a great PR for a first-timer!

bitemyapp commented 8 years ago

Cheers :)

dinnu93 commented 8 years ago

Thank you for the merge ! This is my first time. Looking forward to contribute more :) One doubt though, Why did my travis build test fail ?

bitemyapp commented 8 years ago

@dinnu93 my fault, I was in the middle of breaking master branch, which I shouldn't have done. That's why I merged anyway.