head 1.4; access; symbols pkgsrc-2022Q4:1.3.0.8 pkgsrc-2022Q4-base:1.3 pkgsrc-2022Q3:1.3.0.6 pkgsrc-2022Q3-base:1.3 pkgsrc-2022Q2:1.3.0.4 pkgsrc-2022Q2-base:1.3 pkgsrc-2022Q1:1.3.0.2 pkgsrc-2022Q1-base:1.3 pkgsrc-2021Q4:1.2.0.6 pkgsrc-2021Q4-base:1.2 pkgsrc-2021Q3:1.2.0.4 pkgsrc-2021Q3-base:1.2 pkgsrc-2021Q2:1.2.0.2 pkgsrc-2021Q2-base:1.2 pkgsrc-2021Q1:1.1.0.10 pkgsrc-2021Q1-base:1.1 pkgsrc-2020Q4:1.1.0.8 pkgsrc-2020Q4-base:1.1 pkgsrc-2020Q3:1.1.0.6 pkgsrc-2020Q3-base:1.1 pkgsrc-2020Q2:1.1.0.4 pkgsrc-2020Q2-base:1.1 pkgsrc-2020Q1:1.1.0.2 pkgsrc-2020Q1-base:1.1; locks; strict; comment @# @; 1.4 date 2023.01.26.09.38.23; author pho; state dead; branches; next 1.3; commitid 7LvP8jJQkUr2a2bE; 1.3 date 2022.02.12.05.03.42; author pho; state Exp; branches; next 1.2; commitid 19OUGpUE6M0lPhsD; 1.2 date 2021.04.23.06.34.48; author pho; state Exp; branches; next 1.1; commitid 64D1F3RXAzFuOnQC; 1.1 date 2020.01.09.06.48.15; author pho; state Exp; branches; next ; commitid N49W6kacumrMZYRB; desc @@ 1.4 log @time/hs-time-compat: Remove an unnecessary dependency on math/hs-semigroups @ text @$NetBSD: patch-time-compat.cabal,v 1.3 2022/02/12 05:03:42 pho Exp $ Fix build with GHC 9.2 --- time-compat.cabal.orig 2001-09-09 01:46:40.000000000 +0000 +++ time-compat.cabal @@@@ -53,11 +53,11 @@@@ library default-extensions: Trustworthy build-depends: - base >=4.5 && <4.16 + base >=4.5 && <5 , base-orphans >=0.8.4 && <0.9 , deepseq >=1.3.0.0 && <1.4 || >=1.4.1.1 && <1.5 , time >=1.4 && <1.7 || >=1.8 && <1.9 || >=1.9.2 && <1.9.4 || >=1.10 && <1.10.1 || >=1.11 && <1.11.2 || >=1.12 && <1.13 - , hashable >=1.3.2.0 && <1.4 + , hashable >=1.3.2.0 && <1.5 if flag(old-locale) build-depends: @ 1.3 log @Update to time-compat-1.9.6.1 1.9.6.1 * Support time-1.12. 1.9.6 * Move Hashable instance here from hashable-time package. Note: ZonedTime instance is dropped, as ZonedTime doesn't have Eq instance. * Drop GHC-7.0 and GHC-7.2 support. @ text @d1 1 a1 1 $NetBSD: patch-time-compat.cabal,v 1.2 2021/04/23 06:34:48 pho Exp $ @ 1.2 log @Update to time-compat-1.9.5 1.9.5 * Support time-1.11.1 - Add NFData CalandarDiffDays instance 1.9.4 * Support time-1.11 - Data.Time.Calendar.Month - Data.Time.Calendar.Quarter - Pattern synonyms - parseTimeMultipleM is not backported - Month is missing ParseTime instance - Compat extras: * Add Ix, Enum, NFData instances to Month, Quarter, QuarterOfYear, CalendarDiffTime and DayOfWeek. 1.9.3 * Include pastMidnight and sinceMidnight aliases (backported from time-1.10) * Support time-1.10 @ text @d1 1 a1 1 $NetBSD$ d3 1 a3 1 Fix build with GHC 9. d7 1 a7 1 @@@@ -54,7 +54,7 @@@@ library d11 3 a13 3 - base >=4.3 && <4.15 + base >=4.3 && <5 , base-orphans >=0.8.1 && <0.9 d15 6 a20 1 , time >=1.2 && <1.3 || >=1.4 && <1.7 || >=1.8 && <1.9 || >=1.9.2 && <1.9.4 || >=1.10 && <1.10.1 || >=1.11 && <1.11.2 @ 1.1 log @Fix build with GHC 8.8 @ text @d3 1 a3 1 Fix build with GHC 8.8 d7 6 a12 2 @@@@ -45,7 +45,7 @@@@ library base >=4.3 && <4.14 d15 1 a15 5 - , time >=1.2 && <1.3 || >=1.4 && <1.7 || >=1.8 && <1.9 || >=1.9.2 && <1.9.3 + , time >=1.2 && <1.3 || >=1.4 && <1.7 || >=1.8 && <1.9 || >=1.9.2 && <1.9.4 if flag(old-locale) build-depends: @