From f7d4f15778be2c3c70088c4dfd634f15405d59b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gr=C3=B6ber?= Date: Thu, 12 Nov 2015 13:08:43 +0100 Subject: [PATCH] Fix wrong upper bound on cereal --- ghc-mod.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc-mod.cabal b/ghc-mod.cabal index 09d9318..f3e008c 100644 --- a/ghc-mod.cabal +++ b/ghc-mod.cabal @@ -147,7 +147,7 @@ Library Utils Build-Depends: base < 5 && >= 4.0 , bytestring < 0.11 - , cereal < 0.6 && >= 0.4 + , cereal < 0.5 && >= 0.4 , containers < 0.6 , cabal-helper < 0.7 && >= 0.6.1.0 , deepseq < 1.5