gpo.zugaina.org

Search Portage & Overlays:

dev-haskell/extensible-exceptions

Extensible exceptions

Screenshots

  • extensible-exceptions-0.1.1.4
    ~amd64 ~amd64-linux ~ppc-macos
    doc hscolour hoogle profile

    View      Download      Browse     License: BSD   
    Overlay: haskell
  • extensible-exceptions-0.1.1.4
    amd64 ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux ~ppc-macos
    doc hscolour profile

    View      Download      Browse     License: BSD   
    Overlay: gentoo

ChangeLog

commit 2a084783b86d5855001cae1a17bbd2c93717f97b
Author: Violet Purcell <vimproved@inventati.org>
Date: Sun Feb 18 12:37:00 2024 -0500

*/*: drop removed ~sparc-solaris keyword

Signed-off-by: Violet Purcell <vimproved@inventati.org>

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 5ee6b86066607edb6e352a68349b3091b0c21811
Author: hololeap <hololeap@users.noreply.github.com>
Date: Fri Jun 3 06:48:46 2022 -0600

dev-haskell/extensible-exceptions: Remove unused CABAL_CORE_LIB_GHC_PV

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: hololeap <hololeap@users.noreply.github.com>

commit b270eba343a7bbcc08acafea148ea4f35aa74623
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Thu Jan 7 07:39:09 2021 +0000

*/*: follow ~x86-macos removal from :gentoo

Removed KEYWORDS as:

```
$ ekeyword ^x86-macos $(git grep -l x86-macos)
```

Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>

commit 752b3f337b778e1e734896ee30b1c6da3f10b2ae
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Thu Oct 8 19:19:29 2020 +0100

dev-haskell/extensible-exceptions: update to EAPI=7

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>

commit 780075a70af2171aaa259ed5630ddfccee47814d
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Wed Sep 2 00:17:13 2020 +0100

*/*: use https:// for hackage URIs

Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>

commit 9e7324c47f51ba9bf9ed37998718e25c76a5fcbb
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Fri Aug 7 23:34:42 2020 +0100

*/*: drop ~ppc/~ppc64 keywords following ::gentoo

Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>

commit f60c97bbeceef26aa1ebd919ff90772973381279
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Tue Apr 14 07:41:37 2020 +0100

*/*: destabilize ebuilds following ::gentoo

Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>

commit 87599158358c20207447089a6ac1f50467146c27
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Tue Apr 14 07:41:06 2020 +0100

*/*: drop ia64 keywords following ::gentoo

Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>

commit 9666da7c39e2893116fc60beeb65a5f37161594c
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Sat Apr 11 11:29:50 2020 +0100

dev-lang/ghc: destabilize down to ~ia64 following ::gentoo

Package-Manager: Portage-2.3.98, Repoman-2.3.22
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>

commit 0ab81901c65aff38c5c322d9ae7955e297987b6c
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Sat Apr 11 11:27:33 2020 +0100

dev-lang/ghc: follow sparc keywords removal

Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>

commit 114f835a21d4050207e344901b7c57364ea219cb
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Sun Mar 22 10:03:36 2020 +0000

*/*: drop alpha keywords following ::gentoo's cleanup

Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>

commit a92ebe0adcc6bda834f33cf77305fbde7f99376b
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Mon Jan 27 18:07:52 2020 +0000

::haskell: follow alpha -> ~alpha ::gentoo's transition

Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>

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 a8a42fbfcd9e248e8132d4ea2e55b4e4a87e3b9f
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Sat Nov 16 12:23:07 2019 +0000

::haskell: drop ~x86-fbsd keywords (follow ::gentoo)

Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>

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 1a6ba469382ab24f8b77b4ff3b043b6e2ed68306
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Tue Feb 28 21:38:05 2017 +0000

follow ::gentoo in removing '# $Id$' headers

Done as
$ sed -i */*/*.ebuild -e '/^# \$Id\$$/d'

Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>

commit aa19eeb10bc2eb3e09f93fa8a102c322742943e4
Author: Vikraman Choudhury <vikraman@gentoo.org>
Date: Tue Jan 26 14:19:48 2016 -0500

Update metadata.xml for GLEP 67

commit 4a585b54eb5f4c66e9b867f0bf95b390cbc62c60
Author: Heather <Heather@live.ru>
Date: Wed Aug 12 15:47:28 2015 +0400

fix headers and copyright lines

commit b9c11d9d44644f6a277de1f7af562de56e786675
Author: Sergei Trofimovich <siarheit@google.com>
Date: Sun Aug 9 10:37:52 2015 +0100

convert '# $Header: ' lines to '# $Id$'

The change was adopted when ::gentoo switched to git.

https://github.com/trofi/gentoo-qa/blob/master/check_header.sh

Signed-off-by: Sergei Trofimovich <siarheit@google.com>

commit 7caba65cd543fbfef1c994cc43a84a5dec653ce7
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Thu Jul 24 18:07:32 2014 +0300

metadata.xml: from <maintainer> field in favour of <herd> one

Mangled by tiny tool:
https://github.com/trofi/gentoo-qa/blob/master/shrink_haskell_metadata.hs

Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>

commit 7262648ba9ca3ea4c7ecfa125751b9107c7f6bd0
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Mon Jul 22 19:20:55 2013 +0300

syn keywords from portage

Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>

commit 54394b2c9738f916a0926c2e81653a832dd2b030
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Sun Dec 9 01:28:55 2012 +0300

sync stable keywords from portage

Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>

commit 6c4208a9a523a1af51b5c99fdd64875b2de5ebce
Author: Mark Wright <gienah@gentoo.org>
Date: Sun Nov 18 23:22:43 2012 +1100

EAPI=5 for extensible-exceptions, sync with portage

commit 7db4e1b65c2de61d0028528402e5f4d4f1112cf1
Author: Alexander Vershilov <alexander.vershilov@gmail.com>
Date: Fri Sep 7 17:44:46 2012 +0400

big mirror update

commit 03aaf78b06124ea1799aeab8ccbad83b15726390
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Mon Jun 18 19:29:06 2012 +0300

updated forgotten CABAL_CORE_LIB_GHC_PV for ghc-7.4.2

Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>

commit 88bbb0224ca4d45e00f0f64b16b0c8e79dab66f1
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Fri Jun 15 03:11:07 2012 +0300

regenerated all Manifests to make use of 'thin' feature in one shot

Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>

commit 17073c784c901abf57f6c0ba2d8fea7875b9ac3b
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Tue Mar 20 13:43:09 2012 +0300

dev-haskell/extensible-exceptions: unmask (and unbreak installation for older ghc)

Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>

commit a5f12b8be1da4e0b48e19e4f8a7a437363bd5de7
Author: Mark Wright <gienah@gentoo.org>
Date: Sun Mar 4 14:13:18 2012 +1100

Sync extensible-exceptions 0.1.1.4 with portage, same keywords (except ia64) as ghc 7.4.1 as extensible-exceptions is included in ghc 7.4.1

commit 1f6a9988472476c7123fc681ba6c95522decb9fe
Author: Mark Wright <gienah@gentoo.org>
Date: Fri Feb 3 18:15:13 2012 +1100

Bump extensible-exceptions to 0.1.1.4

commit 869d81135e21e57375d247ca51ac8fc87dc6ca00
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Fri Feb 3 06:39:07 2012 +0300

dev-lang/ghc: 7.4.1 is out!

Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>

commit 0735b8bc50c155c2dd3dc687fbaac01c41b9ad87
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Sat Jan 28 19:18:44 2012 +0300

dev-lang/ghc: bump ghc-7.4-rc1 up to 7.4-rc2 (20111219 -> 20120126)

Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>

commit fbcc95febf17fa107cda3091f1ecfdc511e67372
Author: Mark Wright <markwright@internode.on.net>
Date: Fri Dec 23 01:58:46 2011 +1100

Bump extensible-exceptions to 0.1.1.4_pre20111219 for ghc 7.4.1 rc1

commit 63a6517766d556c536687571f70129c20bfb2634
Author: Mark Wright <markwright@internode.on.net>
Date: Mon Dec 19 23:17:51 2011 +1100

Add ghc 7.4 snapshot extensible-exceptions-0.1.1.4

commit ddfc3d1aa83b3634fb3be0d8024f3d6afe252445
Author: Mark Wright <markwright@internode.on.net>
Date: Thu Nov 17 23:17:59 2011 +1100

Add hoogle support

commit 6f44957be9ff13fc3c2f62b42ce341cfd420d99d
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Sat Nov 12 16:20:39 2011 +0300

prepare CABAL_CORE_LIB_GHC_PV for ghc 7.2.2

Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>

commit 4429fc4281ca1b6afb686e0a1dfda8a27d0c4d74
Author: Mark Wright <markwright@internode.on.net>
Date: Sun Oct 30 01:26:29 2011 +1100

Add extensible-exceptions 0.1.1.3 for ghc 7.2.1 core lib

commit d5386478a4493d698ee18f40dc52cc6784fdffa1
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Wed Jun 15 22:22:02 2011 +0300

ghc: bump 7.0.3 up to 7.0.4

Tweaked bundled libs (extensible-exceptions, hpc, time)
Bumped Cabal up to 1.10.2.0.

Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>

commit 656995d308965ad453a69c24c106ef8f6543fb39
Author: Sergei Trofimovich <st@anti-virus.by>
Date: Tue Mar 29 09:31:02 2011 +0300

updated treewide CABAL_CORE_LIB_GHC_PV for ghc-7.0.3

Signed-off-by: Sergei Trofimovich <st@anti-virus.by>

commit 99d5c5aa6aa73b363150b31f34705388f329a6dc
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Fri Mar 4 10:58:54 2011 +0200

ghc-7.0.2 bundles extensible-exceptions-0.1.1.2, time-1.2.0.3, hpc-0.5.0.6

Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>

commit 817a02751b2c23ea76bd629fc76d2e70d434e633
Author: Ivan.Miljenovic@gmail.com <unknown>
Date: Sun Jan 2 11:02:20 2011 +0000

extensible-exceptions-0.1.1.2 is a boot library for 7.0.1

commit 6e0ceb6ec5ec6bda26dead971ff99e5cb33c1994
Author: Sergei Trofimovich <slyfox@community.haskell.org>
Date: Sat Jul 10 22:06:12 2010 +0000

The Great hppa Keyword Removal. As we were thrown off gentoo tree - sync keywords back to the overlay.

commit b99003aac7eaf81b043015573a10ed842e65e165
Author: Lennart Kolmodin <kolmodin@gentoo.org>
Date: Sat Jun 12 23:48:58 2010 +0000

extensible-exceptions-0.1.1.1 is a core lib of ghc 6.12.3

commit 7dd7f527e72167030a871645bc020ce626949e08
Author: Lennart Kolmodin <kolmodin@gentoo.org>
Date: Fri May 28 14:25:29 2010 +0000

ghc-6.12.3_rc1: extensible-execeptions is a core lib

commit eb3bd58acfc1d46fc5f4b13c7c03d3bf4e4bf2c0
Author: Ivan.Miljenovic@gmail.com <unknown>
Date: Mon Apr 26 00:14:30 2010 +0000

Bump extensible-exceptions to 0.1.1.2
AFAICT the only change is in the .cabal file to specify a lower Cabal-Version.

commit ba8debaf092199fed68e9b73234744834113a0ba
Author: Sergei Trofimovich <slyfox@community.haskell.org>
Date: Thu Apr 22 20:20:05 2010 +0000

mark extensible-exceptions-0.1.1.1 as ghc-6.12.2 bundled lib

commit d01036ac8ba4954bca26fd9ad549eb759ea4b8b7
Author: Lennart Kolmodin <kolmodin@gentoo.org>
Date: Sun Mar 28 14:49:59 2010 +0000

extensible-exceptions: add ~sparc

commit 0c55cdbae85dd1425989bc7dd2eb26de311cbb43
Author: Sergei Trofimovich <slyfox@community.haskell.org>
Date: Wed Dec 16 20:42:50 2009 +0000

extensible-exceptions-0.1.1.1: yet on hackage
As it builds on ghc-6.6 - I lowered minimal
ghc version (actually left untouched hackport's
version)

commit 1fa949c84780bf65dc6282ec147a04a8f0e73cc6
Author: Sergei Trofimovich <slyfox@community.haskell.org>
Date: Mon Dec 14 20:31:00 2009 +0000

bump CABAL_CORE_LIB_GHC_PV for ghc-6.12.1 (be careful, dev-haskell/cabal lost SRC_URI again)

commit d962328bf0e43032e8a6ff97c13b1be92785688d
Author: Ivan.Miljenovic@gmail.com <unknown>
Date: Mon Nov 30 03:41:30 2009 +0000

Remove old extensible-exceptions-0.1.0.1
Also update 0.1.1.0

commit 73a8244d5d845b5a1898d155b9e31356e28c82e1
Author: slyfox@inbox.ru <unknown>
Date: Mon Nov 23 12:43:08 2009 +0000

amend CABAL_CORE_LIB_GHC_PV for ghc-6.12rc2

commit 229816d1dc5716d77d80176f741648f33a95ecbc
Author: Lennart Kolmodin <kolmodin@gentoo.org>
Date: Sun Nov 15 15:55:17 2009 +0000

extensible-exceptions: add ghc 6.12 dummy package

commit 088d560c5d5031fa6b44fbf9a7702709a1594e2b
Author: Sergei Trofimovich <slyfox@inbox.ru>
Date: Wed Sep 9 20:26:06 2009 +0000

extensible-exceptions-0.1.1.0 ~ppc64 keyword

commit baf3f7b3f7b6e89659046b8d6addd20d772f6845
Author: Lennart Kolmodin <kolmodin@gentoo.org>
Date: Fri Jul 24 16:37:50 2009 +0000

extensible-exceptions works with ghc 6.8.2 (as well as ghc 6.10)
And maybe older ghc versions too? That's untested.

commit ca285ac34a2968daa0015efe4e7592d0aa407ff4
Author: Ivan.Miljenovic@gmail.com <unknown>
Date: Sun Jul 19 13:07:03 2009 +0000

More CABAL_CORE_LIB_GHC_PV settings for 6.10.4

commit d6e36b3cb26933be378a95cb6fde0a0a9d37e2b4
Author: Lennart Kolmodin <kolmodin@gentoo.org>
Date: Sat May 9 16:26:26 2009 +0000

ghc-6.10.3: mark upgradeable core packages as such

commit c24b4d19d167b95d934748256082428cf4214c4b
Author: Lennart Kolmodin <kolmodin@gentoo.org>
Date: Fri May 8 21:52:36 2009 +0000

Fix deps for extensible-exceptions-0.1.1.0

commit 14a55dbfe4eed2f2f555c7053178a45c74559190
Author: Lennart Kolmodin <kolmodin@gentoo.org>
Date: Sat Apr 4 09:21:04 2009 +0000

Add extensible-exceptions-0.1.0.1 for ghc 6.10.2
As this package hasn't been released on hackage yet this ebuild depends on
the core extensible-exceptions package installed with ghc 6.10.2. Thus, this
package installs nothing, and can only be used along with ghc 6.10.2.
This package may be replaced with a proper installable package once it's
available on hackage.

commit e0aa21085729cb577905c10d2e3d97141a6d4339
Author: Lennart Kolmodin <kolmodin@gentoo.org>
Date: Tue Feb 3 22:31:33 2009 +0000

Add extensible-exceptions-0.1.1.0