dev-haskell/hslua-classes
Type classes for HsLua
ChangeLog
commit 9aa116422a46b930379e83c75818ee0d3c5877b0
Author: hololeap <hololeap@protonmail.com>
Date: Wed Mar 6 17:35:14 2024 -0700
dev-haskell/hslua-classes: drop 2.3.0
Signed-off-by: hololeap <hololeap@protonmail.com>
commit b2a1c938c373c20584fe949a0cdb277460432737
Author: Sergey Alirzaev <l29ah@riseup.net>
Date: Sun Mar 3 22:53:14 2024 +0100
dev-haskell/hslua-classes: bump up to 2.3.1
Signed-off-by: Sergey Alirzaev <l29ah@riseup.net>
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 97b2d347d4a3dc1116456ffb3ae457949778486b
Author: Jack Todaro <solpeth@posteo.org>
Date: Sun Apr 2 17:08:23 2023 +1000
dev-haskell/hslua-classes: add github, hackage upstream metadata
Signed-off-by: Jack Todaro <solpeth@posteo.org>
commit a3146018cf7e2d0748b05893f2060984f8622962
Author: Jack Todaro <solpeth@posteo.org>
Date: Sun Apr 2 17:06:19 2023 +1000
dev-haskell/hslua-classes: drop 2.2.0
Signed-off-by: Jack Todaro <solpeth@posteo.org>
commit deb72c69659f82ca52214f0f81cf1bbcf596862c
Author: Jack Todaro <solpeth@posteo.org>
Date: Sun Apr 2 17:06:17 2023 +1000
dev-haskell/hslua-classes: add 2.3.0
Signed-off-by: Jack Todaro <solpeth@posteo.org>
commit 222a2f3546492867ba81fc5966ecac15e8a697d1
Author: Jack Todaro <solpeth@posteo.org>
Date: Sun Jul 31 13:14:46 2022 +1000
dev-haskell/hslua-classes: drop 2.1.0
Signed-off-by: Jack Todaro <solpeth@posteo.org>
commit 9672ee12c9c489f9e5bfdee329a4e6aed692fe4d
Author: Sam James <sam@gentoo.org>
Date: Sat Jul 30 06:55:18 2022 +0100
*/*: fix https->https in metadatd dtd
Newer hackport fixes this (in git, not tagged yet).
Signed-off-by: Sam James <sam@gentoo.org>
commit 970308ece530a6f6c96343a25f65a3b76504539f
Author: Jack Todaro <solpeth@posteo.org>
Date: Fri Apr 8 17:51:00 2022 +1000
dev-haskell/hslua-classes: bump up to 2.2.0
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Jack Todaro <solpeth@posteo.org>
commit a6f3b70239b0a8efd0a0f0b373423db3b697975d
Author: Mark Wright <gienah@gentoo.org>
Date: Tue Mar 29 15:18:35 2022 +1100
dev-haskell/hslua-classes: Bump to 2.1.0
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Mark Wright <gienah@gentoo.org>
commit cfc42aedea42f73aae4f97666e0eb643ec76e805
Author: Jack Todaro <solpeth@posteo.org>
Date: Sun Jan 16 10:00:08 2022 +1100
dev-haskell/hslua-classes: add package
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Jack Todaro <solpeth@posteo.org>
Author: hololeap <hololeap@protonmail.com>
Date: Wed Mar 6 17:35:14 2024 -0700
dev-haskell/hslua-classes: drop 2.3.0
Signed-off-by: hololeap <hololeap@protonmail.com>
commit b2a1c938c373c20584fe949a0cdb277460432737
Author: Sergey Alirzaev <l29ah@riseup.net>
Date: Sun Mar 3 22:53:14 2024 +0100
dev-haskell/hslua-classes: bump up to 2.3.1
Signed-off-by: Sergey Alirzaev <l29ah@riseup.net>
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 97b2d347d4a3dc1116456ffb3ae457949778486b
Author: Jack Todaro <solpeth@posteo.org>
Date: Sun Apr 2 17:08:23 2023 +1000
dev-haskell/hslua-classes: add github, hackage upstream metadata
Signed-off-by: Jack Todaro <solpeth@posteo.org>
commit a3146018cf7e2d0748b05893f2060984f8622962
Author: Jack Todaro <solpeth@posteo.org>
Date: Sun Apr 2 17:06:19 2023 +1000
dev-haskell/hslua-classes: drop 2.2.0
Signed-off-by: Jack Todaro <solpeth@posteo.org>
commit deb72c69659f82ca52214f0f81cf1bbcf596862c
Author: Jack Todaro <solpeth@posteo.org>
Date: Sun Apr 2 17:06:17 2023 +1000
dev-haskell/hslua-classes: add 2.3.0
Signed-off-by: Jack Todaro <solpeth@posteo.org>
commit 222a2f3546492867ba81fc5966ecac15e8a697d1
Author: Jack Todaro <solpeth@posteo.org>
Date: Sun Jul 31 13:14:46 2022 +1000
dev-haskell/hslua-classes: drop 2.1.0
Signed-off-by: Jack Todaro <solpeth@posteo.org>
commit 9672ee12c9c489f9e5bfdee329a4e6aed692fe4d
Author: Sam James <sam@gentoo.org>
Date: Sat Jul 30 06:55:18 2022 +0100
*/*: fix https->https in metadatd dtd
Newer hackport fixes this (in git, not tagged yet).
Signed-off-by: Sam James <sam@gentoo.org>
commit 970308ece530a6f6c96343a25f65a3b76504539f
Author: Jack Todaro <solpeth@posteo.org>
Date: Fri Apr 8 17:51:00 2022 +1000
dev-haskell/hslua-classes: bump up to 2.2.0
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Jack Todaro <solpeth@posteo.org>
commit a6f3b70239b0a8efd0a0f0b373423db3b697975d
Author: Mark Wright <gienah@gentoo.org>
Date: Tue Mar 29 15:18:35 2022 +1100
dev-haskell/hslua-classes: Bump to 2.1.0
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Mark Wright <gienah@gentoo.org>
commit cfc42aedea42f73aae4f97666e0eb643ec76e805
Author: Jack Todaro <solpeth@posteo.org>
Date: Sun Jan 16 10:00:08 2022 +1100
dev-haskell/hslua-classes: add package
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Jack Todaro <solpeth@posteo.org>