From 7c0b9e53852ea0fb6a7e4fc998b92c7e9fbc0e20 Mon Sep 17 00:00:00 2001 From: Mateusz Galazyn Date: Tue, 13 Feb 2024 19:08:46 +0100 Subject: [PATCH] #39 Lower bound on aeson --- hedgehog-extras.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hedgehog-extras.cabal b/hedgehog-extras.cabal index 427594c0..a7f95ba6 100644 --- a/hedgehog-extras.cabal +++ b/hedgehog-extras.cabal @@ -16,7 +16,7 @@ source-repository head type: git location: https://github.com/input-output-hk/hedgehog-extras -common aeson { build-depends: aeson == 2.0.0.0 } +common aeson { build-depends: aeson >= 2.0.0.0 } common aeson-pretty { build-depends: aeson-pretty >= 0.8.5 } common async { build-depends: async } common base { build-depends: base >= 4.12 && < 4.20 }