head 1.2; access; symbols 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.2 date 2023.01.25.14.43.17; author pho; state dead; branches; next 1.1; commitid UjNM2Sk1tbQDSVaE; 1.1 date 2022.02.16.09.19.42; author pho; state Exp; branches; next ; commitid 9gBvcQqExUic7PsD; desc @@ 1.2 log @sysutils/hs-hslogger: Fix build with GHC 9.4 @ text @$NetBSD: patch-hslogger.cabal,v 1.1 2022/02/16 09:19:42 pho Exp $ Fix build with GHC 9.2 --- hslogger.cabal.orig 2001-09-09 01:46:40.000000000 +0000 +++ hslogger.cabal @@@@ -64,11 +64,11 @@@@ library other-extensions: CPP ExistentialQuantification DeriveDataTypeable build-depends: - base >= 4.3 && < 4.14 - , bytestring >= 0.9 && < 0.11 + base >= 4.3 && < 5 + , bytestring >= 0.9 , containers >= 0.4 && < 0.7 , deepseq >= 1.1 && < 1.5 - , time >= 1.2 && < 1.10 + , time >= 1.2 , old-locale >= 1.0 && < 1.1 if flag(network--GT-3_0_0) @ 1.1 log @sysutils/hs-hslogger: import hs-hslogger-1.3.1.0 hslogger is a logging framework for Haskell, roughly similar to Python's logging module. hslogger lets each log message have a priority and source be associated with it. The programmer can then define global handlers that route or filter messages based on the priority and source. hslogger also has a Syslog handler built in. @ text @d1 1 a1 1 $NetBSD$ @