head 1.2; access; symbols pkgsrc-2024Q1:1.1.0.4 pkgsrc-2024Q1-base:1.1 pkgsrc-2023Q4:1.1.0.2 pkgsrc-2023Q4-base:1.1; locks; strict; comment @# @; 1.2 date 2024.05.02.08.09.33; author pho; state dead; branches; next 1.1; commitid CHlwE2s5iOzQOo8F; 1.1 date 2023.11.02.01.24.16; author pho; state Exp; branches; next ; commitid 4Hk87COC9InwqYKE; desc @@ 1.2 log @misc/hs-pager: Fix build with GHC 9.8 This breaks build with the currently default GHC 9.6. Please bear with me until I switch the default compiler. @ text @$NetBSD: patch-pager.cabal,v 1.1 2023/11/02 01:24:16 pho Exp $ Do not build or install the example executable. We don't want it in pkgsrc. --- pager.cabal.orig 2023-11-02 01:23:05.923211243 +0000 +++ pager.cabal @@@@ -56,6 +56,7 @@@@ library , transformers executable hs-pager-test-pager + buildable: False default-language: Haskell2010 hs-source-dirs: test other-modules: Paths_pager @ 1.1 log @misc/hs-pager: Fix build on platforms where ${SED} is textproc/nbsed @ text @d1 1 a1 1 $NetBSD$ @