From 354ada85988c5b3c0aced46362efa6c4bb749cd0 Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 22 Aug 2022 10:39:13 +0000 Subject: [PATCH] hs-cassava: update to 0.5.3.0. ## Version 0.5.3.0 * Improve error messages for `lookup` and NamedRecord parsers (#197) * Fix bug (infinite loop) in `FromField Const` instance (#185) * Turn flag `bytestring--LT-0_10_4` off by default (#183) * Doc: Add cassava usage example of reading/writing to file (#97) * Update to latest version of dependencies (#190, #193, #199) * Tested with GHC 7.4 - 9.4 (#184, #204) --- textproc/hs-cassava/Makefile | 5 ++-- textproc/hs-cassava/distinfo | 9 ++++--- .../hs-cassava/patches/patch-cassava.cabal | 24 ------------------- 3 files changed, 6 insertions(+), 32 deletions(-) delete mode 100644 textproc/hs-cassava/patches/patch-cassava.cabal diff --git a/textproc/hs-cassava/Makefile b/textproc/hs-cassava/Makefile index 472cf8ca2a2e..07467af2c500 100644 --- a/textproc/hs-cassava/Makefile +++ b/textproc/hs-cassava/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2022/08/20 08:08:21 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2022/08/22 10:39:13 wiz Exp $ -DISTNAME= cassava-0.5.2.0 -PKGREVISION= 5 +DISTNAME= cassava-0.5.3.0 CATEGORIES= textproc MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/textproc/hs-cassava/distinfo b/textproc/hs-cassava/distinfo index 5f4d133be587..8892b59e1c6a 100644 --- a/textproc/hs-cassava/distinfo +++ b/textproc/hs-cassava/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.5 2022/02/12 05:16:24 pho Exp $ +$NetBSD: distinfo,v 1.6 2022/08/22 10:39:13 wiz Exp $ -BLAKE2s (cassava-0.5.2.0.tar.gz) = e8230b497563ea74a4282e9d2643706728089bd4a1f9a95604489beab88b9299 -SHA512 (cassava-0.5.2.0.tar.gz) = f7f3fc2ebf58491847fb20b21ecf18595933d296bfd4c48249d35c52e72988c4e2758d7a6d2095a9edb3bed8e154a11170920a7c08262270c9f60cb853085383 -Size (cassava-0.5.2.0.tar.gz) = 37411 bytes -SHA1 (patch-cassava.cabal) = 7e6343c335afdae249790e01ddbf049a288dd4fd +BLAKE2s (cassava-0.5.3.0.tar.gz) = 91d490bc52a0e5398239fc3bddcaa7427343235fbac3476d17e6b16b8e7a9fe7 +SHA512 (cassava-0.5.3.0.tar.gz) = 6afae52a2facc013d746a83afa975a2493174e2c5bda0c0ad8cab76c13c46dd86e8d3142e0676c881a35c3c8bf5618a5c1e4b70c3ab153443b949cb84b70bcb4 +Size (cassava-0.5.3.0.tar.gz) = 38224 bytes diff --git a/textproc/hs-cassava/patches/patch-cassava.cabal b/textproc/hs-cassava/patches/patch-cassava.cabal deleted file mode 100644 index 561632635c7a..000000000000 --- a/textproc/hs-cassava/patches/patch-cassava.cabal +++ /dev/null @@ -1,24 +0,0 @@ -$NetBSD: patch-cassava.cabal,v 1.2 2022/02/12 05:16:24 pho Exp $ - -Fix build with attoparsec-0.14.*. -Fix build with GHC 9.2. - ---- cassava.cabal.orig 2001-09-09 01:46:40.000000000 +0000 -+++ cassava.cabal -@@ -95,12 +95,12 @@ Library - - Build-depends: - array >= 0.4 && < 0.6, -- attoparsec >= 0.11.3.0 && < 0.14, -- base >= 4.5 && < 4.14, -- bytestring >= 0.9.2 && < 0.11, -+ attoparsec >= 0.11.3.0 && < 0.15, -+ base >= 4.5 && < 5, -+ bytestring >= 0.9.2 && < 0.12, - containers >= 0.4.2 && < 0.7, - deepseq >= 1.1 && < 1.5, -- hashable < 1.4, -+ hashable < 1.5, - scientific >= 0.3.4.7 && < 0.4, - text < 1.3, - transformers >= 0.2 && < 0.6,