From 69dcb30c89212480af0340c133705851080567e5 Mon Sep 17 00:00:00 2001 From: Silvan Mosberger Date: Thu, 19 Jul 2018 19:30:57 +0200 Subject: [PATCH] Loosen deriving-compat bounds --- hnix.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hnix.cabal b/hnix.cabal index dcb7117..bec9f4f 100644 --- a/hnix.cabal +++ b/hnix.cabal @@ -494,7 +494,7 @@ library , containers , data-fix , deepseq >=1.4.2 && <1.5 - , deriving-compat >=0.3 && <0.5 + , deriving-compat >=0.3 && <0.6 , directory , exceptions , filepath