head 1.3; access; symbols pkgsrc-2022Q4:1.2.0.4 pkgsrc-2022Q4-base:1.2 pkgsrc-2022Q3:1.2.0.2 pkgsrc-2022Q3-base:1.2 pkgsrc-2022Q2:1.1.0.4 pkgsrc-2022Q2-base:1.1 pkgsrc-2022Q1:1.1.0.2 pkgsrc-2022Q1-base:1.1; locks; strict; comment @# @; 1.3 date 2023.01.27.03.24.24; author pho; state dead; branches; next 1.2; commitid 4Z4jXK0x9crK38bE; 1.2 date 2022.08.29.12.06.42; author wiz; state Exp; branches; next 1.1; commitid 5oODrQrOZzwNNLRD; 1.1 date 2022.02.23.16.19.45; author pho; state Exp; branches; next ; commitid eZat80tI3weldLtD; desc @@ 1.3 log @lang/hs-purescript-cst: Fix build with GHC 9.4 @ text @$NetBSD: patch-purescript-cst.cabal,v 1.2 2022/08/29 12:06:42 wiz Exp $ Fix build with current pkgsrc versions of dependencies. --- purescript-cst.cabal.orig 2022-02-26 20:41:41.000000000 +0000 +++ purescript-cst.cabal @@@@ -81,11 +81,11 @@@@ library ghc-options: -Wall build-depends: - aeson >=1.5.6.0 && <1.6, + aeson >=1.5.6.0, array >=0.5.4.0 && <0.6, - base >=4.14.3.0 && <4.15, - base-compat >=0.11.2 && <0.12, - bytestring >=0.10.12.0 && <0.11, + base >=4.14.3.0, + base-compat >=0.11.2, + bytestring >=0.10.12.0, containers >=0.6.5.1 && <0.7, deepseq >=1.4.4.0 && <1.5, dlist ==1.0.*, @@@@ -94,7 +94,7 @@@@ library mtl >=2.2.2 && <2.3, protolude >=0.3.0 && <0.4, scientific >=0.3.7.0 && <0.4, - semigroups >=0.19.2 && <0.20, + semigroups >=0.19.2, serialise >=0.2.4.0 && <0.3, text >=1.2.4.1 && <1.3, - vector >=0.12.3.1 && <0.13 + vector >=0.12.3.1 @ 1.2 log @hs-purescript-cst: fix build with current pkgsrc versions of dependencies @ text @d1 1 a1 1 $NetBSD$ @ 1.1 log @lang/hs-purescript-cst: import hs-purescript-cst-0.4.0.0 The parser for the PureScript programming language. @ text @d3 1 a3 1 Fix build with GHC 9.2 d5 1 a5 1 --- purescript-cst.cabal.orig 2021-08-25 14:51:46.000000000 +0000 d7 1 a7 1 @@@@ -81,20 +81,20 @@@@ library d14 1 a14 1 - base >=4.14.1.0 && <4.15, d17 1 a17 1 + base >=4.14.1.0, d20 1 a20 1 containers >=0.6.2.1 && <0.7, d22 2 a23 4 - dlist >=0.8.0.8 && <0.9, + dlist >=0.8.0.8, filepath >=1.4.2.1 && <1.5, microlens >=0.4.11.2 && <0.5, d26 4 a29 3 scientific >=0.3.6.2 && <0.4, - semigroups >=0.19.1 && <0.20, + semigroups >=0.19.1, d31 2 a32 2 serialise >=0.2.3.0 && <0.3, vector >=0.12.1.2 && <0.13 @