From 3e9a67761bf27063091a7f26084e25a6f68b9553 Mon Sep 17 00:00:00 2001 From: Vincent Hanquez Date: Sun, 23 Mar 2014 05:21:37 +0000 Subject: [PATCH] Add proper lower bounds for cereal. fix #57 --- core/tls.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/tls.cabal b/core/tls.cabal index 75d9579..4c3ec79 100644 --- a/core/tls.cabal +++ b/core/tls.cabal @@ -34,7 +34,7 @@ Flag compat Library Build-Depends: base >= 3 && < 5 , mtl - , cereal >= 0.3 + , cereal >= 0.4 , bytestring , byteable , network