dev-haskell/ghc-lib-parser
The GHC API, decoupled from GHC versions
ChangeLog
commit 626b271006f0bdbf5ec65614a33e8adb1c49e904
Author: hololeap <hololeap@protonmail.com>
Date: Fri Jun 28 12:20:14 2024 -0600
dev-haskell/ghc-lib-parser: add 9.10.1.20240511
Signed-off-by: hololeap <hololeap@protonmail.com>
commit ba4dd5e3afcc1eff0d6c72fbeec8f6671e1a662b
Author: hololeap <hololeap@protonmail.com>
Date: Sat Mar 16 20:19:13 2024 -0600
*/*: Switch from KEYWORDS to masks for ghc-9.4
Instead of using no KEYWORDS to block people from using newer versions
of GHC (and packages that depend on them), do the following:
* Keyword versions of GHC that have a binary
* Keyword any package versions that depend on them
* Add the GHC and package versions to profiles/package.mask
* For convenience, create a working package.unmask that can be copied to
the user's config which will allow them to use the GHC branch if
needed
This is only for the GHC-9.4 branch for now, but it can be done for
later GHC branches as well.
Bug: https://github.com/gentoo-haskell/gentoo-haskell/issues/1047
Closes: https://github.com/gentoo-haskell/gentoo-haskell/pull/1521
Closes: https://github.com/gentoo-haskell/gentoo-haskell/issues/1485
Signed-off-by: hololeap <hololeap@protonmail.com>
commit 4e80e5f48a07ff108a856028b06127e1f70347d0
Author: hololeap <hololeap@protonmail.com>
Date: Wed Mar 13 03:54:24 2024 -0600
dev-haskell/ghc-lib-parser: add 9.8.2.20240223 (unkeyworded)
Signed-off-by: hololeap <hololeap@protonmail.com>
commit 87ed2aed5f8b39ff2e309de596a5c22900e731a4
Author: hololeap <hololeap@users.noreply.github.com>
Date: Tue Jul 11 20:14:03 2023 -0600
dev-haskell/ghc-lib-parser: add 9.6.2.20230523
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 8e889be728bfc9a7236c2079788cb5ccc0ce3acb
Author: hololeap <hololeap@users.noreply.github.com>
Date: Wed Mar 1 12:54:09 2023 -0700
dev-haskell/ghc-lib-parser: add 9.4.4.20221225, drop 9.2.5.20221107
Signed-off-by: hololeap <hololeap@users.noreply.github.com>
commit fa4df8a7c452f0b08e8ce79553b7dcce0c579e36
Author: hololeap <hololeap@users.noreply.github.com>
Date: Fri Feb 17 16:17:54 2023 -0700
*/*: Switch to optional ghc/process dep
Removing dev-haskell/process has been causing issues due to := slot
operators which require many rebuilds, even on systems that are already
upgraded to ghc-9.2.5 or later.
Instead, use something like this and wait a few months before masking
dev-haskell/process for removal:
|| ( dev-lang/ghc dev-haskell/process )
Remove mask on dev-haskell/process
This reverts commit 3a1b20f9f15237dd4d4b98c3b832baa2b375b673
Signed-off-by: hololeap <hololeap@users.noreply.github.com>
commit 3a1b20f9f15237dd4d4b98c3b832baa2b375b673
Author: hololeap <hololeap@users.noreply.github.com>
Date: Thu Feb 16 10:09:55 2023 -0700
dev-haskell/process: Mask for removal
Exposing the 'process' package as a portage package has proven to be
a bad idea, creating many complications and system inconsistencies.
The version that comes bundled with GHC needs to be the only version
on the system. If upgrades to the 'process' package are needed, it
needs to be done through dev-lang/ghc.
Signed-off-by: hololeap <hololeap@users.noreply.github.com>
commit a32b578e5e52e2226f3267dab36a7f0b62a954a6
Author: hololeap <hololeap@users.noreply.github.com>
Date: Sat Jan 7 18:04:29 2023 -0700
dev-haskell/ghc-lib-parser: add 9.2.5.20221107, drop 9.2.4.20220729
Bug: https://github.com/gentoo-haskell/gentoo-haskell/issues/1381
Signed-off-by: hololeap <hololeap@users.noreply.github.com>
commit 8e4a49510e5c08e83f2b678e4ce43b71b480c025
Author: hololeap <hololeap@users.noreply.github.com>
Date: Thu Sep 1 06:25:21 2022 -0600
dev-haskell/ghc-lib-parser: keyword 9.2.4.20220729 for ~amd64, ~x86
Signed-off-by: hololeap <hololeap@users.noreply.github.com>
commit 08a205e5721ff045f56c9cd931daa64c93c02c4f
Author: hololeap <hololeap@users.noreply.github.com>
Date: Thu Sep 1 06:12:58 2022 -0600
dev-haskell/ghc-lib-parser: drop versions
Signed-off-by: hololeap <hololeap@users.noreply.github.com>
commit 0abc51c35deaeef36e58cb8ede3195c28fddcd0a
Author: Jack Todaro <solpeth@posteo.org>
Date: Sun Aug 7 11:45:08 2022 +1000
Revert "dev-haskell/ghc-lib-parser: drop 9.2.3.20220527"
This reverts commit 4add85c5d7637e8680006b050fda5d31008ebfd1.
commit 4add85c5d7637e8680006b050fda5d31008ebfd1
Author: Jack Todaro <solpeth@posteo.org>
Date: Sun Aug 7 07:22:16 2022 +1000
dev-haskell/ghc-lib-parser: drop 9.2.3.20220527
Signed-off-by: Jack Todaro <solpeth@posteo.org>
commit cd35603e2c8d37c2118eb6aa49f75d67ab81b4e3
Author: Jack Todaro <solpeth@posteo.org>
Date: Sun Aug 7 07:22:14 2022 +1000
dev-haskell/ghc-lib-parser: add 9.2.4.20220729
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 c2c51ea6dd8070d670712f5f78b8a5169438d500
Author: Robert Greener <me@r0bert.dev>
Date: Wed Jul 6 11:23:57 2022 +0100
dev-haskell/ghc-lib-parser: add 9.2.3.20220527
Signed-off-by: Robert Greener <me@r0bert.dev>
commit ec6afec541499aa4f606a5245dea669265deac6d
Author: Jack Todaro <solpeth@posteo.org>
Date: Fri Jan 21 18:18:01 2022 +1100
dev-haskell/ghc-lib-parser: drop 9.0.1.20210324
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Jack Todaro <solpeth@posteo.org>
commit 69d5cfc6d0799ade4ca142ec5942291a7ca9ef94
Author: Jack Todaro <solpeth@posteo.org>
Date: Fri Jan 21 18:17:05 2022 +1100
dev-haskell/ghc-lib-parser: bump up to 9.0.2.20211226
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Jack Todaro <solpeth@posteo.org>
commit 8468c8d045ff4c8d730ea27a649c0b1950049762
Author: hololeap <hololeap@users.noreply.github.com>
Date: Fri Sep 24 13:40:53 2021 -0600
dev-haskell/ghc-lib-parser: Bump to 8.10.7.20210828
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: hololeap <hololeap@users.noreply.github.com>
commit ee69dd411ef7939945a0b245afbbde886506e7f3
Author: hololeap <hololeap@users.noreply.github.com>
Date: Tue Jul 13 12:37:56 2021 -0600
dev-haskell/ghc-lib-parser: Bump to 8.10.5.20210606
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: hololeap <hololeap@users.noreply.github.com>
commit 34a9be62fd6349ec91abf2eac8208a39c8dcc450
Author: Jack Todaro <solpeth@posteo.org>
Date: Sat May 1 07:43:11 2021 +1000
Revert "dev-haskell/ghc-lib-parser: drop old"
This reverts commit 2c01385832cc4c44dfb5ffb31f7952f0f488275f.
Bug: https://github.com/gentoo-haskell/gentoo-haskell/issues/1178
commit 2c01385832cc4c44dfb5ffb31f7952f0f488275f
Author: Jack Todaro <solpeth@posteo.org>
Date: Tue Apr 27 08:38:24 2021 +1000
dev-haskell/ghc-lib-parser: drop old
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Jack Todaro <solpeth@posteo.org>
commit beb79b39f63ed9ee75d1ba9d0e440902ca5e1fb7
Author: Jack Todaro <solpeth@posteo.org>
Date: Tue Apr 27 07:05:00 2021 +1000
dev-haskell/ghc-lib-parser: bump up to 9.0.1.20210324
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Jack Todaro <solpeth@posteo.org>
commit c8e5acbf346a0c3ceae4015c14b41f7d4ee00504
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Wed Apr 21 08:45:14 2021 +0100
dev-haskell/ghc-lib-parser: drop old
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
commit 043c82eff2a8ce70034db6e8ed0b1da0f6e218d4
Author: Wolfgang E. Sanyer <WolfgangESanyer@gmail.com>
Date: Fri Feb 19 15:30:43 2021 -0500
dev-haskell/ghc-lib-parser: Resolve PkgMetadataXmlEmptyElement warning
Signed-off-by: Wolfgang E. Sanyer <WolfgangESanyer@gmail.com>
commit 9a665a66b6fce9815ded04d1e87d7d621af8eaba
Author: Wolfgang E. Sanyer <WolfgangESanyer@gmail.com>
Date: Tue Feb 16 23:55:38 2021 -0500
dev-haskell/ghc-lib-parser: remove redundant longdescription from metadata
Signed-off-by: Wolfgang E. Sanyer <WolfgangESanyer@gmail.com>
commit f4624a86287e1e365d31f6549e771b9fa8404783
Author: Wolfgang E. Sanyer <WolfgangESanyer@gmail.com>
Date: Sat Dec 19 10:01:37 2020 -0500
dev-haskell/ghc-lib-parser-8.10.2.20200916 rev bump.
Signed-off-by: Wolfgang E. Sanyer <WolfgangESanyer@gmail.com>
commit aee550be0599c764b5ec71d6022e902e588e71ba
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Sun Sep 27 11:47:45 2020 +0100
dev-haskell/ghc-lib-parser: drop old
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
commit 2e4b66de10224c229bfe94fd967e9898a0852d3c
Author: Jack Todaro <solpeth@posteo.org>
Date: Fri Jul 17 07:04:31 2020 +1000
dev-haskell/ghc-lib-parser: bump up to 8.8.4.20200716
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Jack Todaro <solpeth@posteo.org>
commit ef5c9375b29775d2972137ecc77fdc84a5fd77bd
Author: Jack Todaro <solpeth@posteo.org>
Date: Wed Jul 1 13:57:31 2020 +1000
dev-haskell/ghc-lib-parser: bump up to 8.8.3.20200412.1
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Jack Todaro <solpeth@posteo.org>
commit edb6d0ed4235765f6de99973d9b75af5b55b8e0f
Author: Philippe Baril Lecavalier <pbl.ltx@gmail.com>
Date: Thu Jan 30 15:55:25 2020 -0330
dev-haskell/ghc-lib-parser: bump up to 8.8.2
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Philippe Baril Lecavalier <pbl.ltx@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 5a719586486f129409f40e9a49e2e5e027a35ec2
Author: Philippe Baril Lecavalier <pbl.ltx@gmail.com>
Date: Thu Oct 24 14:34:56 2019 -0230
dev-haskell/ghc-lib-parser add package (8.8.1)
* Dependency of hlint 2.2.3 (which was not added due to known
issues with >=haskell-src-exts-1.21).
ghc 8.6.5
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Philippe Baril Lecavalier <pbl.ltx@gmail.com>
Author: hololeap <hololeap@protonmail.com>
Date: Fri Jun 28 12:20:14 2024 -0600
dev-haskell/ghc-lib-parser: add 9.10.1.20240511
Signed-off-by: hololeap <hololeap@protonmail.com>
commit ba4dd5e3afcc1eff0d6c72fbeec8f6671e1a662b
Author: hololeap <hololeap@protonmail.com>
Date: Sat Mar 16 20:19:13 2024 -0600
*/*: Switch from KEYWORDS to masks for ghc-9.4
Instead of using no KEYWORDS to block people from using newer versions
of GHC (and packages that depend on them), do the following:
* Keyword versions of GHC that have a binary
* Keyword any package versions that depend on them
* Add the GHC and package versions to profiles/package.mask
* For convenience, create a working package.unmask that can be copied to
the user's config which will allow them to use the GHC branch if
needed
This is only for the GHC-9.4 branch for now, but it can be done for
later GHC branches as well.
Bug: https://github.com/gentoo-haskell/gentoo-haskell/issues/1047
Closes: https://github.com/gentoo-haskell/gentoo-haskell/pull/1521
Closes: https://github.com/gentoo-haskell/gentoo-haskell/issues/1485
Signed-off-by: hololeap <hololeap@protonmail.com>
commit 4e80e5f48a07ff108a856028b06127e1f70347d0
Author: hololeap <hololeap@protonmail.com>
Date: Wed Mar 13 03:54:24 2024 -0600
dev-haskell/ghc-lib-parser: add 9.8.2.20240223 (unkeyworded)
Signed-off-by: hololeap <hololeap@protonmail.com>
commit 87ed2aed5f8b39ff2e309de596a5c22900e731a4
Author: hololeap <hololeap@users.noreply.github.com>
Date: Tue Jul 11 20:14:03 2023 -0600
dev-haskell/ghc-lib-parser: add 9.6.2.20230523
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 8e889be728bfc9a7236c2079788cb5ccc0ce3acb
Author: hololeap <hololeap@users.noreply.github.com>
Date: Wed Mar 1 12:54:09 2023 -0700
dev-haskell/ghc-lib-parser: add 9.4.4.20221225, drop 9.2.5.20221107
Signed-off-by: hololeap <hololeap@users.noreply.github.com>
commit fa4df8a7c452f0b08e8ce79553b7dcce0c579e36
Author: hololeap <hololeap@users.noreply.github.com>
Date: Fri Feb 17 16:17:54 2023 -0700
*/*: Switch to optional ghc/process dep
Removing dev-haskell/process has been causing issues due to := slot
operators which require many rebuilds, even on systems that are already
upgraded to ghc-9.2.5 or later.
Instead, use something like this and wait a few months before masking
dev-haskell/process for removal:
|| ( dev-lang/ghc dev-haskell/process )
Remove mask on dev-haskell/process
This reverts commit 3a1b20f9f15237dd4d4b98c3b832baa2b375b673
Signed-off-by: hololeap <hololeap@users.noreply.github.com>
commit 3a1b20f9f15237dd4d4b98c3b832baa2b375b673
Author: hololeap <hololeap@users.noreply.github.com>
Date: Thu Feb 16 10:09:55 2023 -0700
dev-haskell/process: Mask for removal
Exposing the 'process' package as a portage package has proven to be
a bad idea, creating many complications and system inconsistencies.
The version that comes bundled with GHC needs to be the only version
on the system. If upgrades to the 'process' package are needed, it
needs to be done through dev-lang/ghc.
Signed-off-by: hololeap <hololeap@users.noreply.github.com>
commit a32b578e5e52e2226f3267dab36a7f0b62a954a6
Author: hololeap <hololeap@users.noreply.github.com>
Date: Sat Jan 7 18:04:29 2023 -0700
dev-haskell/ghc-lib-parser: add 9.2.5.20221107, drop 9.2.4.20220729
Bug: https://github.com/gentoo-haskell/gentoo-haskell/issues/1381
Signed-off-by: hololeap <hololeap@users.noreply.github.com>
commit 8e4a49510e5c08e83f2b678e4ce43b71b480c025
Author: hololeap <hololeap@users.noreply.github.com>
Date: Thu Sep 1 06:25:21 2022 -0600
dev-haskell/ghc-lib-parser: keyword 9.2.4.20220729 for ~amd64, ~x86
Signed-off-by: hololeap <hololeap@users.noreply.github.com>
commit 08a205e5721ff045f56c9cd931daa64c93c02c4f
Author: hololeap <hololeap@users.noreply.github.com>
Date: Thu Sep 1 06:12:58 2022 -0600
dev-haskell/ghc-lib-parser: drop versions
Signed-off-by: hololeap <hololeap@users.noreply.github.com>
commit 0abc51c35deaeef36e58cb8ede3195c28fddcd0a
Author: Jack Todaro <solpeth@posteo.org>
Date: Sun Aug 7 11:45:08 2022 +1000
Revert "dev-haskell/ghc-lib-parser: drop 9.2.3.20220527"
This reverts commit 4add85c5d7637e8680006b050fda5d31008ebfd1.
commit 4add85c5d7637e8680006b050fda5d31008ebfd1
Author: Jack Todaro <solpeth@posteo.org>
Date: Sun Aug 7 07:22:16 2022 +1000
dev-haskell/ghc-lib-parser: drop 9.2.3.20220527
Signed-off-by: Jack Todaro <solpeth@posteo.org>
commit cd35603e2c8d37c2118eb6aa49f75d67ab81b4e3
Author: Jack Todaro <solpeth@posteo.org>
Date: Sun Aug 7 07:22:14 2022 +1000
dev-haskell/ghc-lib-parser: add 9.2.4.20220729
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 c2c51ea6dd8070d670712f5f78b8a5169438d500
Author: Robert Greener <me@r0bert.dev>
Date: Wed Jul 6 11:23:57 2022 +0100
dev-haskell/ghc-lib-parser: add 9.2.3.20220527
Signed-off-by: Robert Greener <me@r0bert.dev>
commit ec6afec541499aa4f606a5245dea669265deac6d
Author: Jack Todaro <solpeth@posteo.org>
Date: Fri Jan 21 18:18:01 2022 +1100
dev-haskell/ghc-lib-parser: drop 9.0.1.20210324
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Jack Todaro <solpeth@posteo.org>
commit 69d5cfc6d0799ade4ca142ec5942291a7ca9ef94
Author: Jack Todaro <solpeth@posteo.org>
Date: Fri Jan 21 18:17:05 2022 +1100
dev-haskell/ghc-lib-parser: bump up to 9.0.2.20211226
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Jack Todaro <solpeth@posteo.org>
commit 8468c8d045ff4c8d730ea27a649c0b1950049762
Author: hololeap <hololeap@users.noreply.github.com>
Date: Fri Sep 24 13:40:53 2021 -0600
dev-haskell/ghc-lib-parser: Bump to 8.10.7.20210828
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: hololeap <hololeap@users.noreply.github.com>
commit ee69dd411ef7939945a0b245afbbde886506e7f3
Author: hololeap <hololeap@users.noreply.github.com>
Date: Tue Jul 13 12:37:56 2021 -0600
dev-haskell/ghc-lib-parser: Bump to 8.10.5.20210606
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: hololeap <hololeap@users.noreply.github.com>
commit 34a9be62fd6349ec91abf2eac8208a39c8dcc450
Author: Jack Todaro <solpeth@posteo.org>
Date: Sat May 1 07:43:11 2021 +1000
Revert "dev-haskell/ghc-lib-parser: drop old"
This reverts commit 2c01385832cc4c44dfb5ffb31f7952f0f488275f.
Bug: https://github.com/gentoo-haskell/gentoo-haskell/issues/1178
commit 2c01385832cc4c44dfb5ffb31f7952f0f488275f
Author: Jack Todaro <solpeth@posteo.org>
Date: Tue Apr 27 08:38:24 2021 +1000
dev-haskell/ghc-lib-parser: drop old
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Jack Todaro <solpeth@posteo.org>
commit beb79b39f63ed9ee75d1ba9d0e440902ca5e1fb7
Author: Jack Todaro <solpeth@posteo.org>
Date: Tue Apr 27 07:05:00 2021 +1000
dev-haskell/ghc-lib-parser: bump up to 9.0.1.20210324
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Jack Todaro <solpeth@posteo.org>
commit c8e5acbf346a0c3ceae4015c14b41f7d4ee00504
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Wed Apr 21 08:45:14 2021 +0100
dev-haskell/ghc-lib-parser: drop old
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
commit 043c82eff2a8ce70034db6e8ed0b1da0f6e218d4
Author: Wolfgang E. Sanyer <WolfgangESanyer@gmail.com>
Date: Fri Feb 19 15:30:43 2021 -0500
dev-haskell/ghc-lib-parser: Resolve PkgMetadataXmlEmptyElement warning
Signed-off-by: Wolfgang E. Sanyer <WolfgangESanyer@gmail.com>
commit 9a665a66b6fce9815ded04d1e87d7d621af8eaba
Author: Wolfgang E. Sanyer <WolfgangESanyer@gmail.com>
Date: Tue Feb 16 23:55:38 2021 -0500
dev-haskell/ghc-lib-parser: remove redundant longdescription from metadata
Signed-off-by: Wolfgang E. Sanyer <WolfgangESanyer@gmail.com>
commit f4624a86287e1e365d31f6549e771b9fa8404783
Author: Wolfgang E. Sanyer <WolfgangESanyer@gmail.com>
Date: Sat Dec 19 10:01:37 2020 -0500
dev-haskell/ghc-lib-parser-8.10.2.20200916 rev bump.
Signed-off-by: Wolfgang E. Sanyer <WolfgangESanyer@gmail.com>
commit aee550be0599c764b5ec71d6022e902e588e71ba
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Sun Sep 27 11:47:45 2020 +0100
dev-haskell/ghc-lib-parser: drop old
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
commit 2e4b66de10224c229bfe94fd967e9898a0852d3c
Author: Jack Todaro <solpeth@posteo.org>
Date: Fri Jul 17 07:04:31 2020 +1000
dev-haskell/ghc-lib-parser: bump up to 8.8.4.20200716
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Jack Todaro <solpeth@posteo.org>
commit ef5c9375b29775d2972137ecc77fdc84a5fd77bd
Author: Jack Todaro <solpeth@posteo.org>
Date: Wed Jul 1 13:57:31 2020 +1000
dev-haskell/ghc-lib-parser: bump up to 8.8.3.20200412.1
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Jack Todaro <solpeth@posteo.org>
commit edb6d0ed4235765f6de99973d9b75af5b55b8e0f
Author: Philippe Baril Lecavalier <pbl.ltx@gmail.com>
Date: Thu Jan 30 15:55:25 2020 -0330
dev-haskell/ghc-lib-parser: bump up to 8.8.2
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Philippe Baril Lecavalier <pbl.ltx@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 5a719586486f129409f40e9a49e2e5e027a35ec2
Author: Philippe Baril Lecavalier <pbl.ltx@gmail.com>
Date: Thu Oct 24 14:34:56 2019 -0230
dev-haskell/ghc-lib-parser add package (8.8.1)
* Dependency of hlint 2.2.3 (which was not added due to known
issues with >=haskell-src-exts-1.21).
ghc 8.6.5
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Philippe Baril Lecavalier <pbl.ltx@gmail.com>