gpo.zugaina.org

Search Portage & Overlays:

dev-haskell/exceptions

Extensible optionally-pure exceptions

Screenshots

  • exceptions-0.10.7
    ~amd64
    doc hscolour hoogle profile

    View      Download      Browse     License: BSD   
    Overlay: haskell
  • exceptions-0.10.5
    ~amd64
    doc hscolour hoogle profile

    View      Download      Browse     License: BSD   
    Overlay: haskell
  • exceptions-0.10.4-r3
    amd64 ~arm64 ~ppc64 ~riscv ~x86
    doc hscolour profile

    View      Download      Browse     License: BSD   
    Overlay: gentoo
  • exceptions-0.10.4-r3
    ~amd64
    doc hscolour hoogle profile

    View      Download      Browse     License: BSD   
    Overlay: haskell

ChangeLog

commit 9c6c2f651884fe3293be3010f8849302b18a4fc3
Author: hololeap <hololeap@protonmail.com>
Date: Sat Mar 23 16:09:48 2024 -0600

*/*: Switch from KEYWORDS to masks for ghc-9.6

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

Bug: https://github.com/gentoo-haskell/gentoo-haskell/issues/1047
See: ba4dd5e3afcc1eff0d6c72fbeec8f6671e1a662b
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 4867fc0458689dfff85e97799ace31ebdfcea5b7
Author: Sergey Alirzaev <l29ah@riseup.net>
Date: Mon Mar 4 02:28:39 2024 +0100

dev-haskell/*: Add ghc 9.8.2 core libs

Signed-off-by: Sergey Alirzaev <l29ah@riseup.net>

commit c0999f074d1b46a1f4252e308fae4581f67caa64
Author: hololeap <hololeap@protonmail.com>
Date: Sat Jan 13 15:26:52 2024 -0700

dev-haskell/exceptions: Fix CABAL_CORE_LIB_GHC_PV

Add ghc-9.4.8 to 0.10.5

Signed-off-by: hololeap <hololeap@protonmail.com>

commit d2eb50c4b3b0473eae0b086565e940b49b6ea503
Author: Sergey Alirzaev <l29ah@riseup.net>
Date: Tue Jan 9 11:24:25 2024 +0100

dev-haskell/*: Add ghc 9.6.4 core libs

commit 4766f94ac4cc7bfb63b2c442ad870ea1fda5d889
Author: Sergey Alirzaev <l29ah@riseup.net>
Date: Mon Nov 13 23:52:08 2023 +0100

dev-haskell/*: Add ghc 9.6.3 core libs

commit 1c603d1c83f42c8b4c6e8787890636375eec5cf1
Author: Violet Purcell <vimproved@inventati.org>
Date: Fri Oct 27 20:37:23 2023 -0400

dev-haskell/exceptions: add 9.4.7 core lib

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

commit c44fc047f4ad2483f8e816f2af91c4ee5f02cac5
Author: Sergey Alirzaev <l29ah@riseup.net>
Date: Wed Aug 9 02:30:59 2023 +0200

ghc-9.6.2 and core packages

just a simple bump without any testing

Signed-off-by: Sergey Alirzaev <l29ah@riseup.net>

commit 4913714e40b112908249a9aa895e94008909b610
Author: hololeap <hololeap@users.noreply.github.com>
Date: Mon Jun 12 21:39:54 2023 -0600

dev-lang/ghc: add 9.4.5 (unkeyworded w/hadrian)

Update CABAL_CORE_LIB_GHC_PV entries

Signed-off-by: hololeap <hololeap@users.noreply.github.com>

commit 81385bd07e7a03d21fe0c8c5c278002c185593af
Author: hololeap <hololeap@users.noreply.github.com>
Date: Fri Apr 21 14:25:38 2023 -0600

dev-haskell/exceptions: add 0.10.5

Signed-off-by: hololeap <hololeap@users.noreply.github.com>

commit 370997d6f54761d71f36f0538df04220f96001b9
Author: hololeap <hololeap@users.noreply.github.com>
Date: Fri Jun 9 14:30:29 2023 -0600

dev-lang/ghc: add 9.2.8

Update CABAL_CORE_LIB_GHC_PV entries for relevant packages

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 6fa89ed2f1f3c27d74e38a3bd8ee8a907f3cff3f
Author: Jack Todaro <solpeth@posteo.org>
Date: Fri Mar 17 20:58:41 2023 +1100

dev-haskell/exceptions: mark as bundled with ghc-9.2.7

Signed-off-by: Jack Todaro <solpeth@posteo.org>

commit f5d96177a7322c840efe5f7b5b8dee7935e6f69c
Author: hololeap <hololeap@users.noreply.github.com>
Date: Sat Mar 11 14:41:01 2023 -0700

dev-haskell/exceptions: Raise lower bounds on GHC

Bug: https://github.com/gentoo-haskell/gentoo-haskell/issues/1386#issuecomment-1465025381
Signed-off-by: hololeap <hololeap@users.noreply.github.com>

commit ee5b1b07f8714048e173832c10db14d1026777f6
Author: Sergey Alirzaev <l29ah@riseup.net>
Date: Tue Feb 14 10:58:52 2023 +0100

dev-haskell/*: CABAL_CORE_LIB_GHC_PV += 9.2.6

commit c5d550baae74cde5c6f54a13c7de85af687dac9b
Author: hololeap <hololeap@users.noreply.github.com>
Date: Sat Dec 31 22:03:23 2022 -0700

dev-haskell/exceptions: Refresh ebuild

Signed-off-by: hololeap <hololeap@users.noreply.github.com>

commit 402f2061f555c1e60d4a85d3409251ccafdd1b58
Author: hololeap <hololeap@users.noreply.github.com>
Date: Sun Oct 30 13:52:53 2022 -0600

dev-haskell/*: Fix CABAL_CORE_LIB_GHC_PV

CABAL_CORE_LIB_GHC_PV supports using the version number as reported by
GHC as opposed to the version recorded by portage. This will allow us
to match based on GHC version numbers without worrying about portage
revisions.

It is very unlikely that a portage revision bump for GHC will change
which libraries come bundled with it. This simplifies things when doing
revision bumps as well as increase the compatibility with GHC from other
Gentoo repos, which may not share the same revision count.

Reported-by: formula-spectre <https://github.com/formula-spectre>
Signed-off-by: hololeap <hololeap@users.noreply.github.com>

commit 8abcb9249c949b15637b44e3097f6973cedb9af3
Author: hololeap <hololeap@users.noreply.github.com>
Date: Sat Oct 22 10:26:42 2022 -0600

dev-haskell/exceptions: Hackage revision bump

Bug: https://github.com/gentoo-haskell/gentoo-haskell/issues/1342
Signed-off-by: hololeap <hololeap@users.noreply.github.com>

commit 614ac9f38a5543016a66033c7c33cb0a1f75e177
Author: Jack Todaro <solpeth@posteo.org>
Date: Sun Jul 31 20:03:36 2022 +1000

dev-haskell/exceptions: mark as bundled with ghc-9.2.4

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 c1cf01a5fb0bf503c1c70cc289f65e27379f6e93
Author: Jack Todaro <solpeth@posteo.org>
Date: Sun Jul 24 10:50:07 2022 +1000

dev-haskell/exceptions: revbump

Don't force upgrade to ::gentoo version which does not
mark as bundled with ghc-9.0.2-r1.

Signed-off-by: Jack Todaro <solpeth@posteo.org>

commit 7cb889625db4c89a1644b82b1acbeb15592bde8a
Author: hololeap <hololeap@users.noreply.github.com>
Date: Mon Mar 14 18:49:04 2022 -0600

dev-haskell/exceptions: Remove old from 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 c46fdc9f69fcb8ac05a67d615df0d08654cd1f04
Author: Yehoshua Pesach Wallach <yehoshuapw@gmail.com>
Date: Sun Feb 20 15:06:04 2022 +0200

added PM:9.0.2-r1 to packages with PM:9.0.2.

commit b21eb88202cbc021872a6a0ad5219f01ebf65197
Author: hololeap <hololeap@users.noreply.github.com>
Date: Thu Jan 27 16:36:39 2022 -0700

dev-haskell/exceptions: Mark as bundled with ghc-8.10.7

Bug: https://github.com/gentoo-haskell/gentoo-haskell/issues/1246
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: hololeap <hololeap@users.noreply.github.com>

commit e3b9c5bb605e6b313b3ab0b19792a454150b7532
Author: Jack Todaro <solpeth@posteo.org>
Date: Wed Jan 19 08:42:17 2022 +1100

dev-haskell/exceptions: mark as bundled with ghc-9.0.2

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Jack Todaro <solpeth@posteo.org>

commit e584d23e821b0b728d112113c88b9f1fdcc1e5d1
Author: Jack Todaro <solpeth@posteo.org>
Date: Sun Aug 22 10:01:34 2021 +1000

dev-haskell/exceptions: mark as bundled with ghc-8.10.6

Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Jack Todaro <solpeth@posteo.org>

commit c5ec9d1d4c1390a97a64cc1e548a7666c8e6924a
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Mon Jul 19 08:00:33 2021 +0100

dev-haskell/*: extend CABAL_CORE_LIB_GHC_PV to cover recent revbumps

Reported-by: Toralf Förster
Closes: https://bugs.gentoo.org/802771
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>

commit c8cb722ee32760acb8d47cd88ab03d7e61ece705
Author: Jack Todaro <solpeth@posteo.org>
Date: Sun Jun 6 14:18:11 2021 +1000

dev-haskell/exceptions: mark as bundled with ghc-8.10.5

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Jack Todaro <solpeth@posteo.org>

commit 1f8c90d17491bd3cb5642f820226480ed5a85104
Author: Wolfgang E. Sanyer <WolfgangESanyer@gmail.com>
Date: Tue Feb 16 23:55:36 2021 -0500

dev-haskell/exceptions: remove redundant longdescription from metadata

Signed-off-by: Wolfgang E. Sanyer <WolfgangESanyer@gmail.com>

commit c88179d9393fec9bdca1ae3bcf1ec535b799d923
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Mon Feb 15 08:23:14 2021 +0000

*/*: populate CABAL_CORE_LIB_GHC_PV for ghc-8.10.4

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

commit 3615e9cd0a42f0a5d4f119114ad158513eaf7c2c
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Sat Feb 6 13:02:13 2021 +0000

dev-haskell/*: populate cabal core libs for ghc-9.0.1

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

commit ef822f79fb83643f5b2f4f260c831d3de4b4f659
Author: Jack Todaro <solpeth@posteo.org>
Date: Thu Dec 24 10:57:07 2020 +1100

dev-haskell/exceptions: mark as bundled with ghc-8.10.3

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Jack Todaro <solpeth@posteo.org>

commit 919b59f93d04eaf21680282242ab16ed5703430d
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Sun Sep 27 11:36:42 2020 +0100

dev-haskell/exceptions: drop old

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

commit c5e07cd4638bf16d9d0f7eb3917e1dc2e6ccda80
Author: Jack Todaro <solpeth@posteo.org>
Date: Tue Sep 15 13:56:39 2020 +1000

dev-haskell/exceptions: drop old

Package-Manager: Portage-3.0.7, Repoman-3.0.1
Signed-off-by: Jack Todaro <solpeth@posteo.org>

commit 43e5005a6cd12a4c82143ddb381491268c19c55d
Author: Mark Wright <gienah@gentoo.org>
Date: Mon Aug 31 12:58:04 2020 +1000

dev-haskell/exceptions: is a ghc 8.10.2 core lib

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Mark Wright <gienah@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 ede5b79868b56d40109787f0006884f26f03ffb8
Author: Mark Wright <gienah@gentoo.org>
Date: Wed Apr 15 19:46:32 2020 +1000

dev-haskell/exceptions: Bump to 0.10.4

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --force
Signed-off-by: Mark Wright <gienah@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 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 9a8fe264cd6e75f24868a4012a71dfd1b82a7a14
Author: Jack Todaro <solpeth@posteo.org>
Date: Tue Mar 3 20:07:37 2020 +1100

Revert "dev-haskell/exceptions: bump up to 0.10.4"

This reverts commit bb5dfaf3d9235492df34b2b7042c5d8a6cb8e67a.

Signed-off-by: Jack Todaro <solpeth@posteo.org>

commit bb5dfaf3d9235492df34b2b7042c5d8a6cb8e67a
Author: Jack Todaro <solpeth@posteo.org>
Date: Tue Mar 3 20:05:13 2020 +1100

dev-haskell/exceptions: bump up to 0.10.4

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Jack Todaro <solpeth@posteo.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 9d116d4ee71dea141af0cc2ef7f1519f017f6da5
Author: Philippe Baril Lecavalier <pbl.ltx@gmail.com>
Date: Mon Dec 16 15:13:34 2019 -0500

dev-haskell/exceptions: drop old

Signed-off-by: Philippe Baril Lecavalier <pbl.ltx@gmail.com>

commit d910d405173630d6c2d5b1bc293e6d9a34d43819
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Thu Dec 12 00:17:41 2019 +0000

dev-lang/ghc: bump up to 8.10.1_alpha2 (no binaries yet)

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

commit c1147aafba607db2abcb3e90a5eafa57924be552
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Tue Nov 26 07:29:57 2019 +0000

populate CABAL_CORE_LIB_GHC_PV for PM:8.10.1_alpha1

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 f9761aff070b0b4ff4cc573e553eb88d7932ced3
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Sun Sep 29 21:19:19 2019 +0100

dev-haskell/exceptions: bump up to 0.10.3

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

commit a208949468db94e46809353b45ec9a648748075b
Author: Jack Todaro <jackmtodaro@gmail.com>
Date: Wed Apr 3 17:37:46 2019 +1100

dev-haskell/exceptions: bump up to 0.10.1

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Jack Todaro <jackmtodaro@gmail.com>

commit 51042f16dbb95fb9abf83e3b769dbe33b9ac30fd
Author: Jack Todaro <jackmtodaro@gmail.com>
Date: Tue Oct 9 20:21:45 2018 +1100

dev-haskell/exceptions: allow template-haskell-2.14, QC-2.12

Package-Manager: Portage-2.3.50, Repoman-2.3.11

commit f9fa9739aace2749059520ac71ff5b714954ff63
Author: Mark Wright <gienah@gentoo.org>
Date: Thu Apr 12 15:14:19 2018 +1000

dev-haskell/exceptions: Bump to 0.10.0

commit b23face03e54120fe1b21e00d294591dad2d4d79
Author: Sergey Alirzaev <zl29ah@gmail.com>
Date: Wed Feb 28 01:30:52 2018 +0300

dev-haskell/exceptions: bump to 0.9.0

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 1007d5539d14b5861d9e6cbf2ebd83cb97b827a2
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Mon Nov 6 09:04:57 2017 +0000

dev-haskell/exceptions: allow QC-2.10

Package-Manager: Portage-2.3.13, Repoman-2.3.4

commit 480274c9a2b14217f7f722b8c448fcc046a19b29
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Thu Apr 6 10:19:20 2017 +0100

dev-haskell/exceptions: allow ghc-8.2.1_rc1

Package-Manager: Portage-2.3.5, Repoman-2.3.2

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 c4256a5ce4c368d6286824bda84bd9603e3b9a22
Author: Sergei Trofimovich <siarheit@google.com>
Date: Fri Jul 29 09:17:42 2016 +0100

dev-haskell/exceptions: bump up to 0.8.3

Package-Manager: portage-2.3.0

commit cb425417e619f2601ff26e72290ee0569c4354c6
Author: Sergei Trofimovich <siarheit@google.com>
Date: Wed May 18 09:27:30 2016 +0100

sync keywords from ::gentoo

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

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

Update metadata.xml for GLEP 67

commit 97619baea934e9cb14196a1d3ce7c6c4476d58e3
Author: Sergei Trofimovich <siarheit@google.com>
Date: Fri Jan 22 21:50:11 2016 +0000

dev-haskell/exceptions: bump up to 0.8.2.1

Package-Manager: portage-2.2.27

commit 77bfc71d66aebed5c267cfc8980b563d5b01c3b7
Author: Sergei Trofimovich <siarheit@google.com>
Date: Mon Sep 21 09:29:14 2015 +0100

follow jlec@'s HOMEPAGE fix s/http:/https:/ form ::gentoo

The hack I did it is:
https://github.com/trofi/gentoo-qa/blob/master/check_homepage_https.sh

Will also need similar change in hackport.

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

commit c80c637e5287d13d838a414caac5cd788e564be1
Author: Sergei Trofimovich <siarheit@google.com>
Date: Sun Sep 20 20:53:05 2015 +0100

sync keywords from ::gentoo

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

commit b7b3eac1d8316c1966d04b1cdb21caa01a8308cd
Author: Sergei Trofimovich <siarheit@google.com>
Date: Sat Sep 5 10:41:37 2015 +0100

portage/gentoo-haskell: sync keywords from ::gentoo

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

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 2bb9651eb49b6d73271b736ae02c9967529594ac
Author: Sergei Trofimovich <siarheit@google.com>
Date: Sun Mar 29 22:15:07 2015 +0100

dev-haskell/exceptions: allow QuickCheck-2.8

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

commit 5d054f78b6d4b89cda338fb95f252bc5fe5f07c7
Author: Sergei Trofimovich <siarheit@google.com>
Date: Sat Mar 14 17:23:17 2015 +0000

dev-haskell/exceptions: bump up to 0.8.0.2

Package-Manager: portage-2.2.17

commit 88fe4184a8150d4a5577163b474f62ae14172449
Author: Sergei Trofimovich <siarheit@google.com>
Date: Tue Mar 10 21:27:29 2015 +0000

dev-haskell/exceptions: bump up to 0.8.0.1

Package-Manager: portage-2.2.17

commit 0d306c9360a2f064a05297749c66bf8ea6456969
Author: Alexander Vershilov <qnikst@gentoo.org>
Date: Sun Mar 8 00:07:38 2015 +0300

dev-haskell/exceptions: drop old

Package-Manager: portage-2.2.17

commit fbabea06dc0cfd36aa6ef199d8714e8ed6c8f141
Author: Alexander Vershilov <qnikst@gentoo.org>
Date: Sat Mar 7 23:27:15 2015 +0300

dev-haskell/exceptions: bump up to 0.8

Package-Manager: portage-2.2.17

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 02dbc92cfa02570f10af10135d969dc829cbec66
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Wed Jun 18 22:04:51 2014 +0300

dev-haskell/exceptions: remove unused files

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

commit 78acb0c6087b16ecb76e4688155462f6e782e364
Author: Alexander Vershilov <alexander.vershilov@gmail.com>
Date: Wed May 14 14:50:49 2014 +0400

dev-haskell/exceptions: bump up to 0.6.1

commit 0592e68b4a8b939a1fa1f06d449ebc418bd63263
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Sun Apr 6 19:09:09 2014 +0300

dev-haskell/exceptions: bump up to 0.5

Package-Manager: portage-2.2.8_p62

commit 987eed6cd41f9c741fc12bb3e8889a0c1fbbb193
Author: Alexander Vershilov <alexander.vershilov@gmail.com>
Date: Tue Apr 1 01:32:22 2014 +0400

dev-haskell/exceptions: bump up to 0.4

commit f71b2425bd950659a9b176e81f41a925c3e197d4
Author: Alexander Vershilov <alexander.vershilov@gmail.com>
Date: Thu Mar 20 09:33:31 2014 +0400

dev-haaskell/exceptions: bump up to 0.3.3.1

commit 965eba8efe55951c1ba70b1edd67f7af3e091ce6
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Sat Jan 18 14:28:28 2014 +0300

dev-haskell/exceptions: bump up to 0.3.3

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

commit f97a0103f774f81b8740207131060ac5b9e2e0f7
Author: Alexander Vershilov <alexander.vershilov@gmail.com>
Date: Sun Sep 8 10:04:19 2013 +0400

exceptions fix

commit 289d3de476a470fbc04266ee62fabfa7dfa7e2a4
Author: Alexander Vershilov <alexander.vershilov@gmail.com>
Date: Sun Sep 8 09:16:34 2013 +0400

dev-haskell/exceptions: bump up to 0.3.2

Signed-off-by: Alexander Vershilov <alexander.vershilov@gmail.com>

commit eace13930bdb6132d19dbefae48227f6e78e6950
Author: Alexander Vershilov <alexander.vershilov@gmail.com>
Date: Sat Aug 10 09:58:14 2013 +0400

dev-haskell/exceptions: bump up to 0.2

Signed-off-by: Alexander Vershilov <alexander.vershilov@gmail.com>

commit 91be37884518873adc3d5be9f1ed8462f9844272
Author: Dmitry Malikov <malikov.d.y@gmail.com>
Date: Thu Jul 18 21:19:14 2013 +0400

dev-haskell/tagged-transformer: add 0.4

Conflicts:
dev-haskell/exceptions/exceptions-0.1.1.ebuild

commit b9be918408fd250cfdfe132a5413b3674b99df38
Author: Mark Wright <gienah@gentoo.org>
Date: Fri Jul 19 12:37:11 2013 +1000

copy missing exceptions tests, loosen QuickCheck dep

commit 70d1b606c1027a75dd2767ab916d3df5d9c28ed0
Author: Mark Wright <gienah@gentoo.org>
Date: Fri Jul 19 10:01:02 2013 +1000

Add exceptions for lens-9999