pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/converters/hs-aeson-pretty hs-aeson-pretty: allow buil...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c5b053466bf8
branches:  trunk
changeset: 383834:c5b053466bf8
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Aug 23 14:10:52 2022 +0000

description:
hs-aeson-pretty: allow building against hs-aeson 2.1

diffstat:

 converters/hs-aeson-pretty/distinfo                         |   3 +-
 converters/hs-aeson-pretty/patches/patch-aeson-pretty.cabal |  15 +++++++++++++
 2 files changed, 17 insertions(+), 1 deletions(-)

diffs (30 lines):

diff -r d946700aa0d0 -r c5b053466bf8 converters/hs-aeson-pretty/distinfo
--- a/converters/hs-aeson-pretty/distinfo       Tue Aug 23 13:31:59 2022 +0000
+++ b/converters/hs-aeson-pretty/distinfo       Tue Aug 23 14:10:52 2022 +0000
@@ -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 -r d946700aa0d0 -r c5b053466bf8 converters/hs-aeson-pretty/patches/patch-aeson-pretty.cabal
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/hs-aeson-pretty/patches/patch-aeson-pretty.cabal       Tue Aug 23 14:10:52 2022 +0000
@@ -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,



Home | Main Index | Thread Index | Old Index