From 3add9f2961f0632219e516b3c8e823ca8eba2083 Mon Sep 17 00:00:00 2001 From: Chris Allen Date: Sun, 23 Nov 2014 15:32:29 -0600 Subject: [PATCH] widen vector compatibility --- bloodhound.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bloodhound.cabal b/bloodhound.cabal index 7198911..562dd9b 100644 --- a/bloodhound.cabal +++ b/bloodhound.cabal @@ -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