head 1.13; access; symbols pkgsrc-2023Q4:1.13.0.2 pkgsrc-2023Q4-base:1.13 pkgsrc-2023Q3:1.10.0.6 pkgsrc-2023Q3-base:1.10 pkgsrc-2023Q2:1.10.0.4 pkgsrc-2023Q2-base:1.10 pkgsrc-2023Q1:1.10.0.2 pkgsrc-2023Q1-base:1.10 pkgsrc-2022Q4:1.8.0.4 pkgsrc-2022Q4-base:1.8 pkgsrc-2022Q3:1.8.0.2 pkgsrc-2022Q3-base:1.8 pkgsrc-2022Q2:1.7.0.4 pkgsrc-2022Q2-base:1.7 pkgsrc-2022Q1:1.7.0.2 pkgsrc-2022Q1-base:1.7 pkgsrc-2021Q4:1.3.0.6 pkgsrc-2021Q4-base:1.3 pkgsrc-2021Q3:1.3.0.4 pkgsrc-2021Q3-base:1.3 pkgsrc-2021Q2:1.3.0.2 pkgsrc-2021Q2-base:1.3 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.13 date 2023.11.02.06.37.15; author pho; state Exp; branches; next 1.12; commitid dPkTdcIqhE4k90LE; 1.12 date 2023.10.26.05.08.11; author pho; state Exp; branches; next 1.11; commitid xAsNdEcI2b2iT5KE; 1.11 date 2023.10.09.04.54.42; author pho; state Exp; branches; next 1.10; commitid GWJENRm2aeL7mUHE; 1.10 date 2023.02.07.01.41.01; author pho; state Exp; branches; next 1.9; commitid FngQneW4VvkL7xcE; 1.9 date 2023.01.25.01.22.35; author pho; state Exp; branches; next 1.8; commitid uS9hXOhDnc8XrRaE; 1.8 date 2022.09.07.06.50.49; author pho; state Exp; branches; next 1.7; commitid QzLmla1kE2mfLTSD; 1.7 date 2022.02.26.03.58.19; author pho; state Exp; branches; next 1.6; commitid YpGygpH4CsFi05uD; 1.6 date 2022.02.12.08.50.45; author pho; state Exp; branches; next 1.5; commitid RtqPCkFXjE2Y4jsD; 1.5 date 2022.02.11.09.42.17; author pho; state Exp; branches; next 1.4; commitid QPATkyKTG4sUobsD; 1.4 date 2022.01.18.02.48.19; author pho; state Exp; branches; next 1.3; commitid ebWMDlQYfX5rS3pD; 1.3 date 2021.05.03.19.01.09; author pho; state Exp; branches; next 1.2; commitid Sim1lfCa9UFPBJRC; 1.2 date 2021.04.24.05.50.38; author pho; state Exp; branches; next 1.1; commitid 0pPdngHABy8mxvQC; 1.1 date 2020.01.03.06.04.34; author pho; state Exp; branches; next ; commitid aoTlX2TfIucKWcRB; desc @@ 1.13 log @Revbump all Haskell after updating lang/ghc96 @ text @# $NetBSD: buildlink3.mk,v 1.12 2023/10/26 05:08:11 pho Exp $ BUILDLINK_TREE+= hs-extra .if !defined(HS_EXTRA_BUILDLINK3_MK) HS_EXTRA_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.hs-extra+= hs-extra>=1.7.14 BUILDLINK_ABI_DEPENDS.hs-extra+= hs-extra>=1.7.14nb1 BUILDLINK_PKGSRCDIR.hs-extra?= ../../misc/hs-extra .include "../../time/hs-clock/buildlink3.mk" .endif # HS_EXTRA_BUILDLINK3_MK BUILDLINK_TREE+= -hs-extra @ 1.12 log @misc/hs-extra: Update to 1.7.14 1.7.14, released 2023-07-01 #106, add compatibility with GHC 9.7 #103, future-proof against addition of Data.List.unsnoc 1.7.13, released 2023-04-22 #102, add mwhen :: Monoid a => Bool -> a -> a #99, make replace with an empty from intersperse the replacement #101, future-proof against addition of Data.List.!? @ text @d1 1 a1 1 # $NetBSD: buildlink3.mk,v 1.11 2023/10/09 04:54:42 pho Exp $ d9 1 a9 1 BUILDLINK_ABI_DEPENDS.hs-extra+= hs-extra>=1.7.14 @ 1.11 log @Bump Haskell packages after updating lang/ghc94 @ text @d1 1 a1 1 # $NetBSD: buildlink3.mk,v 1.10 2023/02/07 01:41:01 pho Exp $ d8 2 a9 2 BUILDLINK_API_DEPENDS.hs-extra+= hs-extra>=1.7.12 BUILDLINK_ABI_DEPENDS.hs-extra+= hs-extra>=1.7.12nb2 @ 1.10 log @revbump all the Haskell packages after modifying the runtime system of lang/ghc94 @ text @d1 1 a1 1 # $NetBSD: buildlink3.mk,v 1.9 2023/01/25 01:22:35 pho Exp $ d9 1 a9 1 BUILDLINK_ABI_DEPENDS.hs-extra+= hs-extra>=1.7.12nb1 @ 1.9 log @misc/hs-extra: Update to 1.7.12 1.7.12, released 2022-09-02 * #98, make both lazy in its argument * #98, make first3,second3,third3 lazy in their argument * #98, make firstM,secondM lazy in their argument * #86, add notNull for Foldable 1.7.11, released 2022-08-21 * #95, add List.repeatedlyNE and NonEmpty.repeatedly * #94, add groupOnKey * #91, add foldl1' to NonEmpty @ text @d1 1 a1 1 # $NetBSD: buildlink3.mk,v 1.8 2022/09/07 06:50:49 pho Exp $ d9 1 a9 1 BUILDLINK_ABI_DEPENDS.hs-extra+= hs-extra>=1.7.12 @ 1.8 log @Recursive bump for recently updated Haskell packages @ text @d1 1 a1 1 # $NetBSD: buildlink3.mk,v 1.7 2022/02/26 03:58:19 pho Exp $ d8 2 a9 2 BUILDLINK_API_DEPENDS.hs-extra+= hs-extra>=1.7.10 BUILDLINK_ABI_DEPENDS.hs-extra+= hs-extra>=1.7.10nb3 @ 1.7 log @Bump all Haskell packages after enabling "split sections" in mk/haskell.mk @ text @d1 1 a1 1 # $NetBSD: buildlink3.mk,v 1.6 2022/02/12 08:50:45 pho Exp $ d9 1 a9 1 BUILDLINK_ABI_DEPENDS.hs-extra+= hs-extra>=1.7.10nb2 @ 1.6 log @revbump after changing the default Haskell compiler @ text @d1 1 a1 1 # $NetBSD: buildlink3.mk,v 1.5 2022/02/11 09:42:17 pho Exp $ d9 1 a9 1 BUILDLINK_ABI_DEPENDS.hs-extra+= hs-extra>=1.7.10nb1 @ 1.5 log @Update to extra-1.7.10 1.7.10, released 2021-08-29 #81, add assertIO function #85, add !? to do !! list indexing returning a Maybe #80, add strict Var functions modifyVar', modifyVar_', writeVar' @ text @d1 1 a1 1 # $NetBSD: buildlink3.mk,v 1.4 2022/01/18 02:48:19 pho Exp $ d9 1 a9 1 BUILDLINK_ABI_DEPENDS.hs-extra+= hs-extra>=1.7.10 @ 1.4 log @Bump packages that depends on GHC @ text @d1 1 a1 1 # $NetBSD: buildlink3.mk,v 1.3 2021/05/03 19:01:09 pho Exp $ d8 2 a9 2 BUILDLINK_API_DEPENDS.hs-extra+= hs-extra>=1.7.9 BUILDLINK_ABI_DEPENDS.hs-extra+= hs-extra>=1.7.9nb2 @ 1.3 log @*: Bump PKGREVISION for ghc-9.0.1 @ text @d1 1 a1 1 # $NetBSD: buildlink3.mk,v 1.2 2021/04/24 05:50:38 pho Exp $ d9 1 a9 1 BUILDLINK_ABI_DEPENDS.hs-extra+= hs-extra>=1.7.9nb1 @ 1.2 log @Update to extra-1.7.9 1.7.9, released 2020-12-19 #72, add pureIf #73, make takeEnd, dropEnd, splitAtEnd: return immediately if i <= 0 #71, add compareLength and comparingLength 1.7.8, released 2020-09-12 #68, make sure Data.Foldable.Extra is exposed 1.7.7, released 2020-08-25 #67, defer to System.IO readFile', hGetContents' in GHC 9.0 1.7.6, released 2020-08-21 #66, add lots of functions to Data.Foldable.Extra (anyM etc) 1.7.5, released 2020-08-12 #65, add Data.Foldable.Extra #65, add sum', product', sumOn' and productOn' 1.7.4, released 2020-07-15 #59, add whileJustM and untilJustM #61, optimise nubOrd (10% or so) Add first3, second3, third3 1.7.3, released 2020-05-30 #58, add disjointOrd and disjointOrdBy 1.7.2, released 2020-05-25 #56, add zipWithLongest #57, make duration in MonadIO Simplify and optimise Barrier Mark modules that are empty as DEPRECATED Remove support for GHC 7.10 1.7.1, released 2020-03-10 Add NOINLINE to errorIO to work around a GHC 8.4 bug 1.7, released 2020-03-05 * #40, delete deprecated function for * zipFrom now truncates lists, rather than error, just like zip 1.6.21, released 2020-03-02 #54, deprecate nubOn since its O(n^2). Use nubOrdOn #53, add some nub functions to NonEmpty 1.6.20, released 2020-02-16 Add firstM, secondM 1.6.19, released 2020-02-11 #50, add headDef, lastDef, and dropEnd1 @ text @d1 1 a1 1 # $NetBSD: buildlink3.mk,v 1.1 2020/01/03 06:04:34 pho Exp $ d9 1 a9 1 BUILDLINK_ABI_DEPENDS.hs-extra+= hs-extra>=1.7.9 @ 1.1 log @Import extra-1.6.18 A library of extra functions for the standard Haskell libraries. Most functions are simple additions, filling out missing functionality. A few functions are available in later versions of GHC, but this package makes them available back to GHC 7.2. @ text @d1 1 a1 1 # $NetBSD$ d8 3 a10 3 BUILDLINK_API_DEPENDS.hs-extra+= hs-extra>=1.6.18 BUILDLINK_ABI_DEPENDS.hs-extra+= hs-extra>=1.6.18 BUILDLINK_PKGSRCDIR.hs-extra?= ../../misc/hs-extra a12 1 .include "../../math/hs-semigroups/buildlink3.mk" @