dev-haskell/co-log-core
Composable Contravariant Comonadic Logging Library
ChangeLog
commit 420fd1eb126fe8593938d5bb4bb5c5c1abd62396
Author: hololeap <hololeap@protonmail.com>
Date: Wed Mar 6 17:44:30 2024 -0700
dev-haskell/co-log-core: drop 0.3.2.0-r1
Signed-off-by: hololeap <hololeap@protonmail.com>
commit a9d83659c7b9871b3ec2948c5caee2b635aa59ef
Author: Sergey Alirzaev <l29ah@riseup.net>
Date: Mon Mar 4 17:38:13 2024 +0100
dev-haskell/co-log-core: bump up to 0.3.2.1
Signed-off-by: Sergey Alirzaev <l29ah@riseup.net>
commit 8af049425273f0dc4e28d25a53a39105071ee62d
Author: hololeap <hololeap@users.noreply.github.com>
Date: Sat Sep 2 09:54:15 2023 -0600
dev-haskell/co-log-core: Hackage revision bump
Loosen constraint on 'doctest'
Signed-off-by: hololeap <hololeap@users.noreply.github.com>
commit 6095991ce71bbb7d0f2cc387dca12cd1e2d5ab85
Author: Sergey Alirzaev <l29ah@riseup.net>
Date: Thu Aug 10 03:39:20 2023 +0200
dev-haskell/co-log-core: bump cabal revision
commit db98782e890b3cebf75a19b2da3a1bdcbee17fa4
Author: hololeap <hololeap@users.noreply.github.com>
Date: Fri May 12 06:28:08 2023 -0600
*/*: Remove [profile?] from ghc RDEPEND
This reverts commit b2f01bbf1333c88785109bebf75d49a3bd623727.
Adding [profile?] universally causes issues with exe-only packages with
no profile USE flag. This is better handled in the eclass.
Signed-off-by: hololeap <hololeap@users.noreply.github.com>
commit a2f524e74d7e5e5000c1d057a74dcd7f4af7b43c
Author: hololeap <hololeap@users.noreply.github.com>
Date: Sat May 6 17:04:20 2023 -0600
*/*: Remove ~x86 (and related) from KEYWORDS
x86 is mostly untested, and even building a subset of ::haskell
revealed failing tests which pass on amd64.
With the new behavior of hackport to only add ARCH to KEYWORDS, there
will be CI failures if a package has ~x86 removed but not from its
revdep tree as well. The only sensible mitigation is to remove ~x86
tree-wide until we have a dedicated tester willing to fix current bugs.
See: https://github.com/snoyberg/mono-traversable/issues/210
Signed-off-by: hololeap <hololeap@users.noreply.github.com>
commit b2f01bbf1333c88785109bebf75d49a3bd623727
Author: hololeap <hololeap@users.noreply.github.com>
Date: Fri May 5 15:53:40 2023 -0600
*/*: Add [profile?] to ghc RDEPEND
Any package that depends on 'base' will require the 'base' profiling
libs when profiling is enabled. Because virtually every package depends
on 'base', it makes sense to add [profile?] universally to
'dev-lang/ghc' in RDEPEND.
Reported-by: Filip Kszczot <filip@kszczot.pl>
Signed-off-by: hololeap <hololeap@users.noreply.github.com>
commit eeec66360b9bcef6d3d74850a8626c46f82aad11
Author: hololeap <hololeap@users.noreply.github.com>
Date: Sun Apr 2 14:31:38 2023 -0600
dev-haskell/co-log-core: Fix doctests
Change patch so that Setup.hs no longer requires cabal-doctest, but it
will use it if it's available.
Closes: https://github.com/gentoo-haskell/gentoo-haskell/issues/1391
Signed-off-by: hololeap <hololeap@users.noreply.github.com>
commit 51a543aa30c470cdef2c1257ae2a57120f73f311
Author: hololeap <hololeap@users.noreply.github.com>
Date: Mon Mar 6 09:04:53 2023 -0700
dev-haskell/co-log-core: add 0.3.2.0, drop 0.3.1.0
Disable tests temporarily until GHC_BOOTSTRAP_PACKAGES can handle USE
conditionals and/or a better solution for doctests (rather than hacking
in cabal-doctest) is available.
Bug: https://github.com/gentoo-haskell/gentoo-haskell/issues/1391
Signed-off-by: hololeap <hololeap@users.noreply.github.com>
commit eacdca9266899e310b50e1dca6f122d521a53ded
Author: hololeap <hololeap@users.noreply.github.com>
Date: Thu Sep 15 19:18:40 2022 -0600
dev-haskell/co-log-core: Add GHC_BOOTSTRAP_PACKAGES
needed for change in eclass
Bug: https://github.com/gentoo-haskell/gentoo-haskell/issues/1327
Signed-off-by: hololeap <hololeap@users.noreply.github.com>
commit 1e459992e2923c4ba078b1a48a3a75760c23b458
Author: hololeap <hololeap@users.noreply.github.com>
Date: Fri Aug 26 19:50:04 2022 -0600
dev-haskell/co-log-core: new package, add 0.3.1.0
Signed-off-by: hololeap <hololeap@users.noreply.github.com>
Author: hololeap <hololeap@protonmail.com>
Date: Wed Mar 6 17:44:30 2024 -0700
dev-haskell/co-log-core: drop 0.3.2.0-r1
Signed-off-by: hololeap <hololeap@protonmail.com>
commit a9d83659c7b9871b3ec2948c5caee2b635aa59ef
Author: Sergey Alirzaev <l29ah@riseup.net>
Date: Mon Mar 4 17:38:13 2024 +0100
dev-haskell/co-log-core: bump up to 0.3.2.1
Signed-off-by: Sergey Alirzaev <l29ah@riseup.net>
commit 8af049425273f0dc4e28d25a53a39105071ee62d
Author: hololeap <hololeap@users.noreply.github.com>
Date: Sat Sep 2 09:54:15 2023 -0600
dev-haskell/co-log-core: Hackage revision bump
Loosen constraint on 'doctest'
Signed-off-by: hololeap <hololeap@users.noreply.github.com>
commit 6095991ce71bbb7d0f2cc387dca12cd1e2d5ab85
Author: Sergey Alirzaev <l29ah@riseup.net>
Date: Thu Aug 10 03:39:20 2023 +0200
dev-haskell/co-log-core: bump cabal revision
commit db98782e890b3cebf75a19b2da3a1bdcbee17fa4
Author: hololeap <hololeap@users.noreply.github.com>
Date: Fri May 12 06:28:08 2023 -0600
*/*: Remove [profile?] from ghc RDEPEND
This reverts commit b2f01bbf1333c88785109bebf75d49a3bd623727.
Adding [profile?] universally causes issues with exe-only packages with
no profile USE flag. This is better handled in the eclass.
Signed-off-by: hololeap <hololeap@users.noreply.github.com>
commit a2f524e74d7e5e5000c1d057a74dcd7f4af7b43c
Author: hololeap <hololeap@users.noreply.github.com>
Date: Sat May 6 17:04:20 2023 -0600
*/*: Remove ~x86 (and related) from KEYWORDS
x86 is mostly untested, and even building a subset of ::haskell
revealed failing tests which pass on amd64.
With the new behavior of hackport to only add ARCH to KEYWORDS, there
will be CI failures if a package has ~x86 removed but not from its
revdep tree as well. The only sensible mitigation is to remove ~x86
tree-wide until we have a dedicated tester willing to fix current bugs.
See: https://github.com/snoyberg/mono-traversable/issues/210
Signed-off-by: hololeap <hololeap@users.noreply.github.com>
commit b2f01bbf1333c88785109bebf75d49a3bd623727
Author: hololeap <hololeap@users.noreply.github.com>
Date: Fri May 5 15:53:40 2023 -0600
*/*: Add [profile?] to ghc RDEPEND
Any package that depends on 'base' will require the 'base' profiling
libs when profiling is enabled. Because virtually every package depends
on 'base', it makes sense to add [profile?] universally to
'dev-lang/ghc' in RDEPEND.
Reported-by: Filip Kszczot <filip@kszczot.pl>
Signed-off-by: hololeap <hololeap@users.noreply.github.com>
commit eeec66360b9bcef6d3d74850a8626c46f82aad11
Author: hololeap <hololeap@users.noreply.github.com>
Date: Sun Apr 2 14:31:38 2023 -0600
dev-haskell/co-log-core: Fix doctests
Change patch so that Setup.hs no longer requires cabal-doctest, but it
will use it if it's available.
Closes: https://github.com/gentoo-haskell/gentoo-haskell/issues/1391
Signed-off-by: hololeap <hololeap@users.noreply.github.com>
commit 51a543aa30c470cdef2c1257ae2a57120f73f311
Author: hololeap <hololeap@users.noreply.github.com>
Date: Mon Mar 6 09:04:53 2023 -0700
dev-haskell/co-log-core: add 0.3.2.0, drop 0.3.1.0
Disable tests temporarily until GHC_BOOTSTRAP_PACKAGES can handle USE
conditionals and/or a better solution for doctests (rather than hacking
in cabal-doctest) is available.
Bug: https://github.com/gentoo-haskell/gentoo-haskell/issues/1391
Signed-off-by: hololeap <hololeap@users.noreply.github.com>
commit eacdca9266899e310b50e1dca6f122d521a53ded
Author: hololeap <hololeap@users.noreply.github.com>
Date: Thu Sep 15 19:18:40 2022 -0600
dev-haskell/co-log-core: Add GHC_BOOTSTRAP_PACKAGES
needed for change in eclass
Bug: https://github.com/gentoo-haskell/gentoo-haskell/issues/1327
Signed-off-by: hololeap <hololeap@users.noreply.github.com>
commit 1e459992e2923c4ba078b1a48a3a75760c23b458
Author: hololeap <hololeap@users.noreply.github.com>
Date: Fri Aug 26 19:50:04 2022 -0600
dev-haskell/co-log-core: new package, add 0.3.1.0
Signed-off-by: hololeap <hololeap@users.noreply.github.com>