summaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2022-08-23 14:10:52 +0000
committerwiz <wiz@pkgsrc.org>2022-08-23 14:10:52 +0000
commitbd256235ff981d0be46ee49895c8961a19105c5f (patch)
treebd363264f4a31d4710b6dcdf7d79ebdc5f2cb5f9 /converters
parent0292445bbd2f36d8e925520d55adc5b7f62b0485 (diff)
downloadpkgsrc-bd256235ff981d0be46ee49895c8961a19105c5f.tar.gz
hs-aeson-pretty: allow building against hs-aeson 2.1
Diffstat (limited to 'converters')
-rw-r--r--converters/hs-aeson-pretty/distinfo3
-rw-r--r--converters/hs-aeson-pretty/patches/patch-aeson-pretty.cabal15
2 files changed, 17 insertions, 1 deletions
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,