From cc64d680ab4517aaa81ad2f83f3ac75675298ddc Mon Sep 17 00:00:00 2001 From: Florian Franzmann Date: Thu, 1 Nov 2018 21:51:39 +0100 Subject: [PATCH] fix compatibility with ghc 8.6.1 --- microstache.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/microstache.cabal b/microstache.cabal index 288e0ae..4bf7bcd 100644 --- a/microstache.cabal +++ b/microstache.cabal @@ -43,7 +43,7 @@ library aeson >=0.11 && < 1.3, base >=4.5 && < 5.0, bytestring >=0.9.2.1 && < 0.11, - containers >=0.4.2.1 && < 0.6, + containers >=0.4.2.1, deepseq >=1.3.0.0 && < 1.5, directory >=1.1.0.2 && < 1.4, filepath >=1.3.0.0 && < 1.5, -- 2.19.1 .