From bd256235ff981d0be46ee49895c8961a19105c5f Mon Sep 17 00:00:00 2001 From: wiz Date: Tue, 23 Aug 2022 14:10:52 +0000 Subject: hs-aeson-pretty: allow building against hs-aeson 2.1 --- converters/hs-aeson-pretty/distinfo | 3 ++- .../hs-aeson-pretty/patches/patch-aeson-pretty.cabal | 15 +++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 converters/hs-aeson-pretty/patches/patch-aeson-pretty.cabal (limited to 'converters') diff --git a/converters/hs-aeson-pretty/distinfo b/converters/hs-aeson-pretty/distinfo index 08e69592b8e..f298516d660 100644 --- a/converters/hs-aeson-pretty/distinfo +++ b/converters/hs-aeson-pretty/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.4 2022/02/12 07:41:15 pho Exp $ +$NetBSD: distinfo,v 1.5 2022/08/23 14:10:52 wiz Exp $ BLAKE2s (aeson-pretty-0.8.9.tar.gz) = d5e3494741f0dd904edf6bd0ceffe869c2154ec9923f51bbf5de4f6a203d3976 SHA512 (aeson-pretty-0.8.9.tar.gz) = 00c99799cbe9e268109116f909ea0d9ef2708e578ec363ba5455b43d76d1f89bc9820dcbd3a63a1fb300460d97a71105f028f4ad9853b56ce16a097826b1d3d5 Size (aeson-pretty-0.8.9.tar.gz) = 5802 bytes +SHA1 (patch-aeson-pretty.cabal) = b80e1ff80ed7c29da1cc194093506cb26c91f734 diff --git a/converters/hs-aeson-pretty/patches/patch-aeson-pretty.cabal b/converters/hs-aeson-pretty/patches/patch-aeson-pretty.cabal new file mode 100644 index 00000000000..1d27a0d2b1f --- /dev/null +++ b/converters/hs-aeson-pretty/patches/patch-aeson-pretty.cabal @@ -0,0 +1,15 @@ +$NetBSD: patch-aeson-pretty.cabal,v 1.1 2022/08/23 14:10:52 wiz Exp $ + +Allow building against hs-aeson 2.1. + +--- aeson-pretty.cabal.orig 2001-09-09 01:46:40.000000000 +0000 ++++ aeson-pretty.cabal +@@ -41,7 +41,7 @@ library + Data.Aeson.Encode.Pretty + + build-depends: +- aeson ^>= 1.0 || ^>=1.1 || ^>=1.2 || ^>=1.3 || ^>=1.4 || ^>=1.5 || ^>=2.0, ++ aeson ^>= 1.0 || ^>=1.1 || ^>=1.2 || ^>=1.3 || ^>=1.4 || ^>=1.5 || ^>=2.0 || ^>=2.1, + base >= 4.5, + base-compat >= 0.9, + bytestring >= 0.9, -- cgit v1.2.3