bitemyapp / bloodhound

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

Update aeson min-bound to >=2.0 #285

Closed TristanCacqueray closed 2 years ago

TristanCacqueray commented 2 years ago

This change prevents compilation error when building with aeson-1:

src/Bloodhound/Import.hs:28:1: error: Could not find module ‘Data.Aeson.Key’

blackheaven commented 2 years ago

Sorry, I missed it, thanks!