Mon Aug 29 10:41:03 2022 UTC ()
hs-cborg-json: update to 0.2.4.0.

Changes not found.


(wiz)
diff -r1.3 -r1.4 pkgsrc/converters/hs-cborg-json/Makefile
diff -r1.1 -r1.2 pkgsrc/converters/hs-cborg-json/distinfo
diff -r0 -r1.1 pkgsrc/converters/hs-cborg-json/patches/patch-cborg-json.cabal

cvs diff -r1.3 -r1.4 pkgsrc/converters/hs-cborg-json/Makefile (expand / switch to unified diff)

--- pkgsrc/converters/hs-cborg-json/Makefile 2022/08/20 08:08:12 1.3
+++ pkgsrc/converters/hs-cborg-json/Makefile 2022/08/29 10:41:02 1.4
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.3 2022/08/20 08:08:12 wiz Exp $ 1# $NetBSD: Makefile,v 1.4 2022/08/29 10:41:02 wiz Exp $
2 2
3DISTNAME= cborg-json-0.2.3.0 3DISTNAME= cborg-json-0.2.4.0
4PKGREVISION= 2 
5CATEGORIES= converters 4CATEGORIES= converters
6 5
7MAINTAINER= pkgsrc-users@NetBSD.org 6MAINTAINER= pkgsrc-users@NetBSD.org
8COMMENT= Library for encoding JSON as CBOR 7COMMENT= Library for encoding JSON as CBOR
9LICENSE= modified-bsd 8LICENSE= modified-bsd
10 9
11.include "../../converters/hs-aeson/buildlink3.mk" 10.include "../../converters/hs-aeson/buildlink3.mk"
12.include "../../converters/hs-aeson-pretty/buildlink3.mk" 11.include "../../converters/hs-aeson-pretty/buildlink3.mk"
13.include "../../devel/hs-cborg/buildlink3.mk" 12.include "../../devel/hs-cborg/buildlink3.mk"
14.include "../../math/hs-scientific/buildlink3.mk" 13.include "../../math/hs-scientific/buildlink3.mk"
15.include "../../devel/hs-unordered-containers/buildlink3.mk" 14.include "../../devel/hs-unordered-containers/buildlink3.mk"
16.include "../../devel/hs-vector/buildlink3.mk" 15.include "../../devel/hs-vector/buildlink3.mk"
17.include "../../mk/haskell.mk" 16.include "../../mk/haskell.mk"

cvs diff -r1.1 -r1.2 pkgsrc/converters/hs-cborg-json/distinfo (expand / switch to unified diff)

--- pkgsrc/converters/hs-cborg-json/distinfo 2022/02/23 16:53:02 1.1
+++ pkgsrc/converters/hs-cborg-json/distinfo 2022/08/29 10:41:02 1.2
@@ -1,5 +1,6 @@ @@ -1,5 +1,6 @@
1$NetBSD: distinfo,v 1.1 2022/02/23 16:53:02 pho Exp $ 1$NetBSD: distinfo,v 1.2 2022/08/29 10:41:02 wiz Exp $
2 2
3BLAKE2s (cborg-json-0.2.3.0.tar.gz) = ec8651938df3f817318a9a992d402a4a4a91d112cb8464e7a5a96878b0eb1da9 3BLAKE2s (cborg-json-0.2.4.0.tar.gz) = e69c5709ca5c49938375ed99388651176deb1c51ecf9e36ee51cd23cd4886baf
4SHA512 (cborg-json-0.2.3.0.tar.gz) = 3860aea1e074d0cc2c36d34bf07f26fa46aded05408510bc9b6243d94c63e9835842568cae46dd295fa2f8ffa082949b07a03148eee5b489c6beb99ff3ca485c 4SHA512 (cborg-json-0.2.4.0.tar.gz) = ba69633dae13eb3242652755f8899d9ec7483aef1fa5c6ecae465df888392351b8815a13d67a61e16f0a24dd784502e67c369b2c18ba63c2901e87e670d030f2
5Size (cborg-json-0.2.3.0.tar.gz) = 4256 bytes 5Size (cborg-json-0.2.4.0.tar.gz) = 4218 bytes
 6SHA1 (patch-cborg-json.cabal) = 8d2bb6a7b78e55c57285d291fb76803b46957b6c

File Added: pkgsrc/converters/hs-cborg-json/patches/Attic/patch-cborg-json.cabal
$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