head 1.3; access; symbols pkgsrc-2022Q2:1.2.0.4 pkgsrc-2022Q2-base:1.2 pkgsrc-2022Q1:1.2.0.2 pkgsrc-2022Q1-base:1.2 pkgsrc-2021Q4:1.1.0.6 pkgsrc-2021Q4-base:1.1 pkgsrc-2021Q3:1.1.0.4 pkgsrc-2021Q3-base:1.1 pkgsrc-2021Q2:1.1.0.2 pkgsrc-2021Q2-base:1.1; locks; strict; comment @# @; 1.3 date 2022.08.22.10.39.13; author wiz; state dead; branches; next 1.2; commitid A0STDU2mvZ9LxRQD; 1.2 date 2022.02.12.05.16.24; author pho; state Exp; branches; next 1.1; commitid e2DYFGKmczsHThsD; 1.1 date 2021.04.24.06.10.39; author pho; state Exp; branches; next ; commitid P3bO85xZHcTdEvQC; desc @@ 1.3 log @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) @ text @$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, @ 1.2 log @Fix build with GHC 9.2 @ text @d1 1 a1 1 $NetBSD: patch-cassava.cabal,v 1.1 2021/04/24 06:10:39 pho Exp $ @ 1.1 log @Fix build with GHC 9 @ text @d1 1 a1 1 $NetBSD$ d4 1 a4 1 Fix build with GHC 9. d8 1 a8 1 @@@@ -95,8 +95,8 @@@@ Library d14 1 d17 1 a17 1 bytestring >= 0.9.2 && < 0.11, d20 5 @