dev-haskell/nothunks
Examine values for unexpected thunks
ChangeLog
commit e01bfab532952fbe56304a51704374727f226681
Author: hololeap <hololeap@protonmail.com>
Date: Sun Jun 9 11:38:11 2024 -0600
dev-haskell/nothunks: drop 0.1.4-r1
Signed-off-by: hololeap <hololeap@protonmail.com>
commit 98cbb65671f6b4714c75e717388fec4ce50f0353
Author: hololeap <hololeap@protonmail.com>
Date: Sun Jun 9 11:37:54 2024 -0600
dev-haskell/nothunks: add 0.1.5
Signed-off-by: hololeap <hololeap@protonmail.com>
commit 06a4738210f32c96eaa50ae12953e4cb75d174d4
Author: hololeap <hololeap@users.noreply.github.com>
Date: Sun Aug 13 17:06:19 2023 -0600
dev-haskell/nothunks: Revision bump
Loosen constraint on 'hedgehog'
Signed-off-by: hololeap <hololeap@users.noreply.github.com>
commit 3d3ece2d84d87432541999931b2e2d07f77704fd
Author: hololeap <hololeap@users.noreply.github.com>
Date: Sun Apr 30 12:28:45 2023 -0600
dev-haskell/nothunks: add 0.1.4, drop 0.1.3.0.9999_pre20221010
Signed-off-by: hololeap <hololeap@users.noreply.github.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 b6bc5c69a8169bbc3e886c331931f6fb8ff42644
Author: hololeap <hololeap@users.noreply.github.com>
Date: Sun Oct 9 17:40:07 2022 -0600
dev-haskell/nothunks: new package, add 0.1.3.0.9999_pre20221010
The latest version on hackage doesn't build on current ecosystem, pulls current
version from git repo.
Signed-off-by: hololeap <hololeap@users.noreply.github.com>
Author: hololeap <hololeap@protonmail.com>
Date: Sun Jun 9 11:38:11 2024 -0600
dev-haskell/nothunks: drop 0.1.4-r1
Signed-off-by: hololeap <hololeap@protonmail.com>
commit 98cbb65671f6b4714c75e717388fec4ce50f0353
Author: hololeap <hololeap@protonmail.com>
Date: Sun Jun 9 11:37:54 2024 -0600
dev-haskell/nothunks: add 0.1.5
Signed-off-by: hololeap <hololeap@protonmail.com>
commit 06a4738210f32c96eaa50ae12953e4cb75d174d4
Author: hololeap <hololeap@users.noreply.github.com>
Date: Sun Aug 13 17:06:19 2023 -0600
dev-haskell/nothunks: Revision bump
Loosen constraint on 'hedgehog'
Signed-off-by: hololeap <hololeap@users.noreply.github.com>
commit 3d3ece2d84d87432541999931b2e2d07f77704fd
Author: hololeap <hololeap@users.noreply.github.com>
Date: Sun Apr 30 12:28:45 2023 -0600
dev-haskell/nothunks: add 0.1.4, drop 0.1.3.0.9999_pre20221010
Signed-off-by: hololeap <hololeap@users.noreply.github.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 b6bc5c69a8169bbc3e886c331931f6fb8ff42644
Author: hololeap <hololeap@users.noreply.github.com>
Date: Sun Oct 9 17:40:07 2022 -0600
dev-haskell/nothunks: new package, add 0.1.3.0.9999_pre20221010
The latest version on hackage doesn't build on current ecosystem, pulls current
version from git repo.
Signed-off-by: hololeap <hololeap@users.noreply.github.com>