head 1.2; access; symbols pkgsrc-2022Q4:1.1.0.4 pkgsrc-2022Q4-base:1.1 pkgsrc-2022Q3:1.1.0.2 pkgsrc-2022Q3-base:1.1; locks; strict; comment @# @; 1.2 date 2023.01.27.14.03.54; author pho; state dead; branches; next 1.1; commitid 2nwulH3Jtk09BbbE; 1.1 date 2022.08.29.12.12.56; author wiz; state Exp; branches; next ; commitid 4L6Q1MYfptJWPLRD; desc @@ 1.2 log @textproc/hs-HsYAML-aeson: Fix build with GHC 9.4 @ text @$NetBSD: patch-HsYAML-aeson.cabal,v 1.1 2022/08/29 12:12:56 wiz Exp $ Fix build with current pkgsrc versions of dependencies. --- HsYAML-aeson.cabal.orig 2001-09-09 01:46:40.000000000 +0000 +++ HsYAML-aeson.cabal @@@@ -49,7 +49,7 @@@@ library exposed-modules: Data.YAML.Aeson build-depends: , HsYAML ^>= 0.2.0 - , aeson ^>= 1.4.0.0 || ^>= 1.5.0.0 || ^>= 2.0.0.0 + , aeson ^>= 1.4.0.0 || ^>= 1.5.0.0 || >= 2.0.0.0 , base >= 4.5 && < 4.17 , bytestring ^>= 0.9.2.1 || ^>= 0.10.0.2 || ^>= 0.11.0.0 , containers >=0.4.2 && <0.7 @@@@ -57,7 +57,7 @@@@ library , scientific ^>= 0.3.6.2 , text ^>= 1.2.3 , unordered-containers ^>= 0.2 - , vector ^>= 0.12.0.2 + , vector >= 0.12.0.2 hs-source-dirs: src default-language: Haskell2010 @ 1.1 log @hs-HsYAML-aeson: fix build with current pkgsrc versions of dependencies @ text @d1 1 a1 1 $NetBSD$ @