pkgsrc-Changes archive

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

CVS commit: pkgsrc/converters/hs-aeson-pretty



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Aug 23 14:10:52 UTC 2022

Modified Files:
        pkgsrc/converters/hs-aeson-pretty: distinfo
Added Files:
        pkgsrc/converters/hs-aeson-pretty/patches: patch-aeson-pretty.cabal

Log Message:
hs-aeson-pretty: allow building against hs-aeson 2.1


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/converters/hs-aeson-pretty/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/converters/hs-aeson-pretty/patches/patch-aeson-pretty.cabal

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/converters/hs-aeson-pretty/distinfo
diff -u pkgsrc/converters/hs-aeson-pretty/distinfo:1.4 pkgsrc/converters/hs-aeson-pretty/distinfo:1.5
--- pkgsrc/converters/hs-aeson-pretty/distinfo:1.4      Sat Feb 12 07:41:15 2022
+++ pkgsrc/converters/hs-aeson-pretty/distinfo  Tue Aug 23 14:10:52 2022
@@ -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

Added files:

Index: pkgsrc/converters/hs-aeson-pretty/patches/patch-aeson-pretty.cabal
diff -u /dev/null pkgsrc/converters/hs-aeson-pretty/patches/patch-aeson-pretty.cabal:1.1
--- /dev/null   Tue Aug 23 14:10:52 2022
+++ pkgsrc/converters/hs-aeson-pretty/patches/patch-aeson-pretty.cabal  Tue Aug 23 14:10:52 2022
@@ -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