pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/converters/hs-cborg-json hs-cborg-json: update to 0.2....
details: https://anonhg.NetBSD.org/pkgsrc/rev/2446f87c4f71
branches: trunk
changeset: 384198:2446f87c4f71
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Aug 29 10:41:02 2022 +0000
description:
hs-cborg-json: update to 0.2.4.0.
Changes not found.
diffstat:
converters/hs-cborg-json/Makefile | 5 +--
converters/hs-cborg-json/distinfo | 9 ++++---
converters/hs-cborg-json/patches/patch-cborg-json.cabal | 21 +++++++++++++++++
3 files changed, 28 insertions(+), 7 deletions(-)
diffs (52 lines):
diff -r a27c6db2b9e4 -r 2446f87c4f71 converters/hs-cborg-json/Makefile
--- a/converters/hs-cborg-json/Makefile Mon Aug 29 10:36:51 2022 +0000
+++ b/converters/hs-cborg-json/Makefile Mon Aug 29 10:41:02 2022 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2022/08/20 08:08:12 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2022/08/29 10:41:02 wiz Exp $
-DISTNAME= cborg-json-0.2.3.0
-PKGREVISION= 2
+DISTNAME= cborg-json-0.2.4.0
CATEGORIES= converters
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
diff -r a27c6db2b9e4 -r 2446f87c4f71 converters/hs-cborg-json/distinfo
--- a/converters/hs-cborg-json/distinfo Mon Aug 29 10:36:51 2022 +0000
+++ b/converters/hs-cborg-json/distinfo Mon Aug 29 10:41:02 2022 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.1 2022/02/23 16:53:02 pho Exp $
+$NetBSD: distinfo,v 1.2 2022/08/29 10:41:02 wiz Exp $
-BLAKE2s (cborg-json-0.2.3.0.tar.gz) = ec8651938df3f817318a9a992d402a4a4a91d112cb8464e7a5a96878b0eb1da9
-SHA512 (cborg-json-0.2.3.0.tar.gz) = 3860aea1e074d0cc2c36d34bf07f26fa46aded05408510bc9b6243d94c63e9835842568cae46dd295fa2f8ffa082949b07a03148eee5b489c6beb99ff3ca485c
-Size (cborg-json-0.2.3.0.tar.gz) = 4256 bytes
+BLAKE2s (cborg-json-0.2.4.0.tar.gz) = e69c5709ca5c49938375ed99388651176deb1c51ecf9e36ee51cd23cd4886baf
+SHA512 (cborg-json-0.2.4.0.tar.gz) = ba69633dae13eb3242652755f8899d9ec7483aef1fa5c6ecae465df888392351b8815a13d67a61e16f0a24dd784502e67c369b2c18ba63c2901e87e670d030f2
+Size (cborg-json-0.2.4.0.tar.gz) = 4218 bytes
+SHA1 (patch-cborg-json.cabal) = 8d2bb6a7b78e55c57285d291fb76803b46957b6c
diff -r a27c6db2b9e4 -r 2446f87c4f71 converters/hs-cborg-json/patches/patch-cborg-json.cabal
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/hs-cborg-json/patches/patch-cborg-json.cabal Mon Aug 29 10:41:02 2022 +0000
@@ -0,0 +1,21 @@
+$NetBSD: patch-cborg-json.cabal,v 1.1 2022/08/29 10:41:02 wiz Exp $
+
+Allow current pkgsrc versions of hs-vector and hs-aeson.
+
+--- cborg-json.cabal.orig 2001-09-09 01:46:40.000000000 +0000
++++ cborg-json.cabal
+@@ -31,12 +31,12 @@ library
+ ghc-options: -Wall
+ build-depends:
+ base >=4.7 && < 4.17,
+- aeson >=0.7 && <2.1,
++ aeson >=0.7 && <2.2,
+ aeson-pretty >=0.8 && <0.9,
+ unordered-containers >=0.2 && <0.3,
+ scientific >=0.3 && <0.4,
+ text >=1.1 && <2.1,
+- vector >=0.10 && <0.13,
++ vector >=0.10 && <0.14,
+ cborg ==0.2.*
+ hs-source-dirs: src
+ default-language: Haskell2010
Home |
Main Index |
Thread Index |
Old Index