From 1e2eee1682b257b39b127b243e32479ce98f8d95 Mon Sep 17 00:00:00 2001 From: Fendor Date: Tue, 13 Sep 2022 09:58:45 +0200 Subject: [PATCH] Lower bound for aeson to 1.5 --- hie-bios.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hie-bios.cabal b/hie-bios.cabal index 53976702..480d7850 100644 --- a/hie-bios.cabal +++ b/hie-bios.cabal @@ -150,7 +150,7 @@ Library autogen-modules: Paths_hie_bios Build-Depends: base >= 4.8 && < 5, - aeson >= 2.0 && < 2.2, + aeson >= 1.5 && < 2.2, base16-bytestring >= 0.1.1 && < 1.1, bytestring >= 0.10.8 && < 0.12, co-log-core ^>= 0.3.0,