head 1.3; access; symbols pkgsrc-2024Q1:1.2.0.10 pkgsrc-2024Q1-base:1.2 pkgsrc-2023Q4:1.2.0.8 pkgsrc-2023Q4-base:1.2 pkgsrc-2023Q3:1.2.0.6 pkgsrc-2023Q3-base:1.2 pkgsrc-2023Q2:1.2.0.4 pkgsrc-2023Q2-base:1.2 pkgsrc-2023Q1:1.2.0.2 pkgsrc-2023Q1-base:1.2 pkgsrc-2022Q4:1.1.0.8 pkgsrc-2022Q4-base:1.1 pkgsrc-2022Q3:1.1.0.6 pkgsrc-2022Q3-base:1.1 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 2024.05.03.08.48.18; author pho; state dead; branches; next 1.2; commitid 2CuideKlQWw90x8F; 1.2 date 2023.01.28.02.40.22; author pho; state Exp; branches; next 1.1; commitid a8MRvx1i1TIEMfbE; 1.1 date 2022.02.16.10.11.00; author pho; state Exp; branches; next ; commitid nHaYiJbLbOrNoPsD; desc @@ 1.3 log @devel/retrie: Update to 1.2.3 1.2.3.0 (January, 2024) Support for GHC 9.8.1 and 9.6.3 (Pranay Sashank) @ text @$NetBSD: patch-retrie.cabal,v 1.2 2023/01/28 02:40:22 pho Exp $ Although we want the executable "retrie" to be built, we don't want "demo-retrie". The upstream should really decouple these. --- retrie.cabal.orig 2001-09-09 01:46:40.000000000 +0000 +++ retrie.cabal @@@@ -118,10 +118,7 @@@@ executable retrie default-language: Haskell2010 executable demo-retrie - if flag(BuildExecutable) - Buildable: True - else - Buildable: False + Buildable: False main-is: Main.hs hs-source-dirs: demo hse @ 1.2 log @devel/retrie: Update to 1.2.1.1 No release notes have been provided by upstream. @ text @d1 1 a1 1 $NetBSD: patch-retrie.cabal,v 1.1 2022/02/16 10:11:00 pho Exp $ @ 1.1 log @devel/retrie: import retrie-1.2.0.1 Retrie is a tool for codemodding Haskell. Key goals include: * Speed: Efficiently rewrite in large (>1 million line) codebases. * Safety: Avoids large classes of codemod-related errors. * Ease-of-use: Haskell syntax instead of regular expressions. No hand-rolled AST traversals. This package provides a command-line tool (retrie) and a library (Retrie) for making equational edits to Haskell code. @ text @d1 1 a1 1 $NetBSD$ d3 2 a4 4 * Fix build with ghc-exactprint-1.5 * Fix build with optparse-applicative-0.17 * Although we want the executable "retrie" to be built, we don't want "demo-retrie". The upstream should really decouple these. a7 13 @@@@ -84,10 +84,10 @@@@ library directory >= 1.3.1 && < 1.4, filepath >= 1.4.2 && < 1.5, ghc >= 9.2, - ghc-exactprint >= 1.4.0 && < 1.5, + ghc-exactprint >= 1.4.0, list-t >= 1.0.4 && < 1.1, mtl >= 2.2.2 && < 2.3, - optparse-applicative >= 0.15.1 && < 0.17, + optparse-applicative >= 0.15.1, process >= 1.6.3 && < 1.7, random-shuffle >= 0.0.4 && < 0.1, syb >= 0.7.1 && < 0.8, @