mirror of
https://github.com/typeable/bloodhound.git
synced 2025-01-06 14:50:56 +03:00
widen vector compatibility
This commit is contained in:
parent
26c362f48a
commit
3add9f2961
@ -1,5 +1,5 @@
|
||||
name: bloodhound
|
||||
version: 0.4.0.0
|
||||
version: 0.4.0.1
|
||||
synopsis: ElasticSearch client library for Haskell
|
||||
description: ElasticSearch made awesome for Haskell hackers
|
||||
homepage: https://github.com/bitemyapp/bloodhound
|
||||
@ -34,7 +34,7 @@ library
|
||||
time >= 1.4 && <1.6,
|
||||
text >= 0.11 && <1.3,
|
||||
http-types >= 0.8 && <0.9,
|
||||
vector >= 0.10.11 && <0.11
|
||||
vector >= 0.10.9 && <0.11
|
||||
default-language: Haskell2010
|
||||
|
||||
test-suite tests
|
||||
|
Loading…
Reference in New Issue
Block a user