pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/hs-cassava hs-cassava: update to 0.5.3.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/88eedeec1a43
branches:  trunk
changeset: 383716:88eedeec1a43
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Aug 22 10:39:13 2022 +0000

description:
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)

diffstat:

 textproc/hs-cassava/Makefile                    |   5 ++---
 textproc/hs-cassava/distinfo                    |   9 ++++-----
 textproc/hs-cassava/patches/patch-cassava.cabal |  24 ------------------------
 3 files changed, 6 insertions(+), 32 deletions(-)

diffs (55 lines):

diff -r 7334f1a6f693 -r 88eedeec1a43 textproc/hs-cassava/Makefile
--- a/textproc/hs-cassava/Makefile      Mon Aug 22 10:37:09 2022 +0000
+++ b/textproc/hs-cassava/Makefile      Mon Aug 22 10:39:13 2022 +0000
@@ -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@localhost
diff -r 7334f1a6f693 -r 88eedeec1a43 textproc/hs-cassava/distinfo
--- a/textproc/hs-cassava/distinfo      Mon Aug 22 10:37:09 2022 +0000
+++ b/textproc/hs-cassava/distinfo      Mon Aug 22 10:39:13 2022 +0000
@@ -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 -r 7334f1a6f693 -r 88eedeec1a43 textproc/hs-cassava/patches/patch-cassava.cabal
--- a/textproc/hs-cassava/patches/patch-cassava.cabal   Mon Aug 22 10:37:09 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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,



Home | Main Index | Thread Index | Old Index