dev-haskell/blaze-colonnade
Helper functions for using blaze-html with colonnade
ChangeLog
commit c1d1ab135e7d4c3de68869388ff96abf77f868e5
Author: hololeap <hololeap@protonmail.com>
Date: Tue Mar 5 19:25:37 2024 -0700
*/*: Switch to EAPI 8
Signed-off-by: hololeap <hololeap@protonmail.com>
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 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 933b6b0691a25eebbc63ad319a889669baf8a355
Author: Wolfgang E. Sanyer <WolfgangESanyer@gmail.com>
Date: Tue Feb 16 23:55:28 2021 -0500
dev-haskell/blaze-colonnade: remove redundant longdescription from metadata
Signed-off-by: Wolfgang E. Sanyer <WolfgangESanyer@gmail.com>
commit 3d16013c65cc8986c7537d76ed3a2855e978d057
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Sat Nov 23 15:39:53 2019 +0000
*/*: Inline mirror://hackage and update URIs
Follow ::gentoo commit 2a2e66a9407205f18
("*/*: Inline mirror://hackage and update URIs ")
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
commit 772ec133b52d6613d845d29808bac109e0cfb119
Author: Philippe Baril Lecavalier <pbl.ltx@gmail.com>
Date: Sat Nov 16 14:49:32 2019 -0500
dev-haskell/blaze-colonnade: drop old
Keep last: 1.2.2.1
Signed-off-by: Philippe Baril Lecavalier <pbl.ltx@gmail.com>
commit 627f698fa4f9de51cba3ec21a52b777dbf9408ff
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Sat Oct 26 09:57:56 2019 +0100
dev-haskell/blaze-colonnade: allow profunctors-5.5
Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
commit ab54eaa4ee85dd8f18581cc92a847c870002859c
Author: Jack Todaro <jackmtodaro@gmail.com>
Date: Tue Jun 25 11:52:31 2019 +1000
dev-haskell/blaze-colonnade: bump up to 1.2.2.1
Package-Manager: Portage-2.3.67, Repoman-2.3.16
Signed-off-by: Jack Todaro <jackmtodaro@gmail.com>
commit e791ccead449b633bbb6e90169d7d15558653393
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Wed Aug 1 08:15:29 2018 +0100
dev-haskell/blaze-colonnade: RESTRICT=test as it fails on ghc-8.0.2
Running 1 test suites...
Test suite test: RUNNING...
src/Text/Blaze/Colonnade.hs:118: failure in expression `let customAttrs = HA.class_ "stylish-table" <> HA.id "main-table"'
expected:
but got:
<interactive>:59:45: error:
Ambiguous occurrence ‘<>’
It could refer to either ‘Data.Semigroup.<>’,
imported from ‘Data.Semigroup’ at src/Text/Blaze/Colonnade.hs:57:1-21
or ‘Data.Monoid.<>’,
imported from ‘Data.Monoid’ at <interactive>:1:29-32
Package-Manager: Portage-2.3.44, Repoman-2.3.10
commit 607afbad3162e11d801a5f14d5082d068c588e0e
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Wed Aug 1 07:58:11 2018 +0100
dev-haskell/blaze-colonnade: bump lower bound of blaze-html up to 0.9
blaze-html-0.8 does not define `Semigroup Attribute` instances:
src/Text/Blaze/Colonnade.hs:272:40: error:
• No instance for (Semigroup Attribute) arising from a use of ‘<>’
• In the first argument of ‘Cell’, namely ‘(a1 <> a2)’
In the expression: Cell (a1 <> a2) (c1 <> c2)
In an equation for ‘<>’:
(Cell a1 c1) <> (Cell a2 c2) = Cell (a1 <> a2) (c1 <> c2)
Bug: https://github.com/gentoo-haskell/gentoo-haskell/pull/743
Package-Manager: Portage-2.3.44, Repoman-2.3.10
commit 5ee95b18bc13cc1e8101ae602ff4e766eb77a1f6
Author: Jack Todaro <jackmtodaro@gmail.com>
Date: Tue Jul 31 21:37:30 2018 +1000
dev-haskell/blaze-colonnade: bump up to 1.2.2
Bug: https://github.com/gentoo-haskell/gentoo-haskell/pull/743
Package-Manager: Portage-2.3.44, Repoman-2.3.10
commit 2a94f64d40e69b69ddfa1b5da7906d17009e5e6f
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Fri Nov 24 09:25:20 2017 +0000
refresh Manifests
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
commit 26f6df0e297ec0771ac37c8a3def5ed439967d41
Author: karky7 <cantimerny.g@gmail.com>
Date: Sat Oct 28 10:43:56 2017 +0900
dev-haskell/blaze-colonnade: initial commit
Package-Manager: Portage-2.3.13, Repoman-2.3.3
Author: hololeap <hololeap@protonmail.com>
Date: Tue Mar 5 19:25:37 2024 -0700
*/*: Switch to EAPI 8
Signed-off-by: hololeap <hololeap@protonmail.com>
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 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 933b6b0691a25eebbc63ad319a889669baf8a355
Author: Wolfgang E. Sanyer <WolfgangESanyer@gmail.com>
Date: Tue Feb 16 23:55:28 2021 -0500
dev-haskell/blaze-colonnade: remove redundant longdescription from metadata
Signed-off-by: Wolfgang E. Sanyer <WolfgangESanyer@gmail.com>
commit 3d16013c65cc8986c7537d76ed3a2855e978d057
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Sat Nov 23 15:39:53 2019 +0000
*/*: Inline mirror://hackage and update URIs
Follow ::gentoo commit 2a2e66a9407205f18
("*/*: Inline mirror://hackage and update URIs ")
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
commit 772ec133b52d6613d845d29808bac109e0cfb119
Author: Philippe Baril Lecavalier <pbl.ltx@gmail.com>
Date: Sat Nov 16 14:49:32 2019 -0500
dev-haskell/blaze-colonnade: drop old
Keep last: 1.2.2.1
Signed-off-by: Philippe Baril Lecavalier <pbl.ltx@gmail.com>
commit 627f698fa4f9de51cba3ec21a52b777dbf9408ff
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Sat Oct 26 09:57:56 2019 +0100
dev-haskell/blaze-colonnade: allow profunctors-5.5
Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
commit ab54eaa4ee85dd8f18581cc92a847c870002859c
Author: Jack Todaro <jackmtodaro@gmail.com>
Date: Tue Jun 25 11:52:31 2019 +1000
dev-haskell/blaze-colonnade: bump up to 1.2.2.1
Package-Manager: Portage-2.3.67, Repoman-2.3.16
Signed-off-by: Jack Todaro <jackmtodaro@gmail.com>
commit e791ccead449b633bbb6e90169d7d15558653393
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Wed Aug 1 08:15:29 2018 +0100
dev-haskell/blaze-colonnade: RESTRICT=test as it fails on ghc-8.0.2
Running 1 test suites...
Test suite test: RUNNING...
src/Text/Blaze/Colonnade.hs:118: failure in expression `let customAttrs = HA.class_ "stylish-table" <> HA.id "main-table"'
expected:
but got:
<interactive>:59:45: error:
Ambiguous occurrence ‘<>’
It could refer to either ‘Data.Semigroup.<>’,
imported from ‘Data.Semigroup’ at src/Text/Blaze/Colonnade.hs:57:1-21
or ‘Data.Monoid.<>’,
imported from ‘Data.Monoid’ at <interactive>:1:29-32
Package-Manager: Portage-2.3.44, Repoman-2.3.10
commit 607afbad3162e11d801a5f14d5082d068c588e0e
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Wed Aug 1 07:58:11 2018 +0100
dev-haskell/blaze-colonnade: bump lower bound of blaze-html up to 0.9
blaze-html-0.8 does not define `Semigroup Attribute` instances:
src/Text/Blaze/Colonnade.hs:272:40: error:
• No instance for (Semigroup Attribute) arising from a use of ‘<>’
• In the first argument of ‘Cell’, namely ‘(a1 <> a2)’
In the expression: Cell (a1 <> a2) (c1 <> c2)
In an equation for ‘<>’:
(Cell a1 c1) <> (Cell a2 c2) = Cell (a1 <> a2) (c1 <> c2)
Bug: https://github.com/gentoo-haskell/gentoo-haskell/pull/743
Package-Manager: Portage-2.3.44, Repoman-2.3.10
commit 5ee95b18bc13cc1e8101ae602ff4e766eb77a1f6
Author: Jack Todaro <jackmtodaro@gmail.com>
Date: Tue Jul 31 21:37:30 2018 +1000
dev-haskell/blaze-colonnade: bump up to 1.2.2
Bug: https://github.com/gentoo-haskell/gentoo-haskell/pull/743
Package-Manager: Portage-2.3.44, Repoman-2.3.10
commit 2a94f64d40e69b69ddfa1b5da7906d17009e5e6f
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Fri Nov 24 09:25:20 2017 +0000
refresh Manifests
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
commit 26f6df0e297ec0771ac37c8a3def5ed439967d41
Author: karky7 <cantimerny.g@gmail.com>
Date: Sat Oct 28 10:43:56 2017 +0900
dev-haskell/blaze-colonnade: initial commit
Package-Manager: Portage-2.3.13, Repoman-2.3.3