pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/converters/hs-aeson hs-aeson: allow building against h...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e54744bd6332
branches:  trunk
changeset: 383560:e54744bd6332
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Aug 20 20:41:48 2022 +0000

description:
hs-aeson: allow building against hs-vector 0.14

diffstat:

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

diffs (30 lines):

diff -r e20e22ae352a -r e54744bd6332 converters/hs-aeson/distinfo
--- a/converters/hs-aeson/distinfo      Sat Aug 20 19:04:55 2022 +0000
+++ b/converters/hs-aeson/distinfo      Sat Aug 20 20:41:48 2022 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.8 2022/08/19 12:16:00 wiz Exp $
+$NetBSD: distinfo,v 1.9 2022/08/20 20:41:48 wiz Exp $
 
 BLAKE2s (aeson-2.1.0.0.tar.gz) = a5de2f3d32e7ed3841cb02471ef638a43b14c7ce1e517b557cc7d38366a19c14
 SHA512 (aeson-2.1.0.0.tar.gz) = c73a1f783e838649145250ce0b1a0e7ff75fe513dfd4866182c6131c5c50a37529ad714cb94258b84b2f579a6ee81e7c29a1ce143328dd198ba690132861965d
 Size (aeson-2.1.0.0.tar.gz) = 300810 bytes
+SHA1 (patch-aeson.cabal) = 9ff953328655bb6ce1a2e72919e0dea3c3e62dab
diff -r e20e22ae352a -r e54744bd6332 converters/hs-aeson/patches/patch-aeson.cabal
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/hs-aeson/patches/patch-aeson.cabal     Sat Aug 20 20:41:48 2022 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-aeson.cabal,v 1.3 2022/08/20 20:41:49 wiz Exp $
+
+Allow building against hs-vector 0.14
+
+--- aeson.cabal.orig   2001-09-09 01:46:40.000000000 +0000
++++ aeson.cabal
+@@ -132,7 +132,7 @@ library
+     , these                 >=1.1.1.1  && <1.2
+     , unordered-containers  >=0.2.10.0 && <0.3
+     , uuid-types            >=1.0.5    && <1.1
+-    , vector                >=0.12.0.1 && <0.13
++    , vector                >=0.12.0.1 && <0.14
+     , witherable            >=0.4.2    && <0.5
+ 
+   ghc-options:      -Wall



Home | Main Index | Thread Index | Old Index