head 1.3; access; symbols pkgsrc-2022Q4:1.2.0.8 pkgsrc-2022Q4-base:1.2 pkgsrc-2022Q3:1.2.0.6 pkgsrc-2022Q3-base:1.2 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 2023.01.25.13.45.03; author pho; state dead; branches; next 1.2; commitid euFBqqzK6VFEyVaE; 1.2 date 2022.02.11.13.17.21; author pho; state Exp; branches; next 1.1; commitid JZSmNyyY1KaGAcsD; 1.1 date 2021.04.23.15.40.31; author pho; state Exp; branches; next ; commitid s59voYQw875IPqQC; desc @@ 1.3 log @devel/pointfree: Update to 1.1.1.9 v1.1.1.9: * Dependency update for base 4.15, QC 2.14 * Fix 'return x y' being incorrectly written to 'y' (instead of 'x') @ text @$NetBSD: patch-pointfree.cabal,v 1.2 2022/02/11 13:17:21 pho Exp $ Fix build with GHC 9.2 --- pointfree.cabal.orig 2001-09-09 01:46:40.000000000 +0000 +++ pointfree.cabal @@@@ -27,7 +27,7 @@@@ Library Exposed-modules: Pointfree Default-language: Haskell2010 - Build-depends: base >= 4.5 && < 4.15, + Build-depends: base >= 4.5 && < 5, array >= 0.3 && < 0.6, containers >= 0.4 && < 0.7, haskell-src-exts >= 1.20 && < 1.24, @@@@ -44,7 +44,7 @@@@ Executable pointfree Main-is: Main.hs Default-language: Haskell2010 GHC-options: -W - Build-depends: base >= 4.5 && < 4.15, + Build-depends: base >= 4.5 && < 5, array >= 0.3 && < 0.6, containers >= 0.4 && < 0.7, haskell-src-exts >= 1.20 && < 1.24, @ 1.2 log @Update to pointfree-1.1.1.8 v1.1.1.8: * Dependency update for GHC 8.10 * Enable UnicodeSyntax @ text @d1 1 a1 1 $NetBSD$ @ 1.1 log @Fix build with GHC 9 @ text @d3 1 a3 1 Fix build with GHC 9. d5 1 a5 1 --- pointfree.cabal.orig 2021-04-23 15:37:47.335125491 +0000 d7 1 a7 1 @@@@ -27,7 +27,7 @@@@ Library+ buildable: False d11 1 a11 1 - Build-depends: base >= 4.5 && < 4.14, d20 1 a20 1 - Build-depends: base >= 4.5 && < 4.14, a24 9 @@@@ -68,7 +68,7 @@@@ Test-suite tests Plugin.Pl.Transform Build-depends: - base >= 4.5 && < 4.14, + base >= 4.5 && < 5, array >= 0.3 && < 0.6, containers >= 0.4 && < 0.7, haskell-src-exts >= 1.20 && < 1.24, @