From 932a36abb40a591ec29df6cd741f720054bdfe7c Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 11 Feb 2014 21:37:38 +0200 Subject: [PATCH] Lower bound bump --- yaml.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yaml.cabal b/yaml.cabal index f2ab6e2..1234221 100644 --- a/yaml.cabal +++ b/yaml.cabal @@ -1,5 +1,5 @@ name: yaml -version: 0.8.7 +version: 0.8.7.1 license: BSD3 license-file: LICENSE author: Michael Snoyman , Anton Ageev ,Kirill Simonov @@ -41,7 +41,7 @@ library build-depends: base >= 4 && < 5 , transformers >= 0.1 && < 0.4 , bytestring >= 0.9.1.4 - , conduit >= 0.5 && < 1.1 + , conduit >= 1.0.11 && < 1.1 , resourcet >= 0.3 && < 0.5 , aeson >= 0.5 , containers