diff options
author | wiz <wiz@pkgsrc.org> | 2022-08-29 10:41:02 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2022-08-29 10:41:02 +0000 |
commit | 9dfe77f2747993db233176cd2b079850515150e9 (patch) | |
tree | 9153045252da0d14110b6e48d6a28089b5082d13 /converters | |
parent | bb0d4a49ac465087188b9a789a002ab9ec3e36ca (diff) | |
download | pkgsrc-9dfe77f2747993db233176cd2b079850515150e9.tar.gz |
hs-cborg-json: update to 0.2.4.0.
Changes not found.
Diffstat (limited to 'converters')
-rw-r--r-- | converters/hs-cborg-json/Makefile | 5 | ||||
-rw-r--r-- | converters/hs-cborg-json/distinfo | 9 | ||||
-rw-r--r-- | converters/hs-cborg-json/patches/patch-cborg-json.cabal | 21 |
3 files changed, 28 insertions, 7 deletions
diff --git a/converters/hs-cborg-json/Makefile b/converters/hs-cborg-json/Makefile index d3cadcad721..62f7cfbbd85 100644 --- a/converters/hs-cborg-json/Makefile +++ b/converters/hs-cborg-json/Makefile @@ -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 diff --git a/converters/hs-cborg-json/distinfo b/converters/hs-cborg-json/distinfo index b6d8d6b6b26..bc494a06fc8 100644 --- a/converters/hs-cborg-json/distinfo +++ b/converters/hs-cborg-json/distinfo @@ -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 --git a/converters/hs-cborg-json/patches/patch-cborg-json.cabal b/converters/hs-cborg-json/patches/patch-cborg-json.cabal new file mode 100644 index 00000000000..f4153f4bf4a --- /dev/null +++ b/converters/hs-cborg-json/patches/patch-cborg-json.cabal @@ -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 |