head 1.2; access; symbols pkgsrc-2022Q4:1.1.0.4 pkgsrc-2022Q4-base:1.1 pkgsrc-2022Q3:1.1.0.2 pkgsrc-2022Q3-base:1.1; locks; strict; comment @# @; 1.2 date 2023.01.27.16.06.25; author pho; state dead; branches; next 1.1; commitid VfyapGSr1UIahcbE; 1.1 date 2022.08.23.14.10.52; author wiz; state Exp; branches; next ; commitid rXUwhVvraornG0RD; desc @@ 1.2 log @converters/hs-aeson-pretty: Fix build with aeson-2.1 @ text @$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, @ 1.1 log @hs-aeson-pretty: allow building against hs-aeson 2.1 @ text @d1 1 a1 1 $NetBSD$ @