gpo.zugaina.org

Search Portage & Overlays:

dev-haskell/mtl

Monad classes, using functional dependencies

Screenshots

  • mtl-2.3.1
    ~amd64
    doc hscolour hoogle profile

    View      Download      Browse     License: BSD   
    Overlay: haskell
  • mtl-2.2.2-r1
    amd64 ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux ~ppc-macos
    doc hscolour profile

    View      Download      Browse     License: BSD   
    Overlay: gentoo
  • mtl-2.2.2-r1
    ~amd64 ~amd64-linux ~ppc-macos
    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 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 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 d66b5dc7e845643f47e90b5bc611a6cefcd94ea2
Author: Violet Purcell <vimproved@inventati.org>
Date: Mon Nov 13 12:54:15 2023 -0500

dev-haskell/*: Add ghc 9.4.8 core libs

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

commit f6045415872e341d9c554696d2ac5d7bb9a7a38b
Author: Violet Purcell <vimproved@inventati.org>
Date: Fri Oct 27 20:39:24 2023 -0400

dev-haskell/mtl: 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 3b51505fd96d649d556c5dcb2fb18869fc563526
Author: hololeap <hololeap@users.noreply.github.com>
Date: Thu Feb 23 21:39:14 2023 -0700

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

Update CABAL_CORE_LIB_GHC_PV entries

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 b1165a4a7f51dbc02ca107b18b0fef2064b782a5
Author: Jack Todaro <solpeth@posteo.org>
Date: Fri Mar 17 20:59:21 2023 +1100

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

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

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

dev-haskell/mtl: 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 623126c2c5b6a74f1234ab39007ca328c286239d
Author: hololeap <hololeap@users.noreply.github.com>
Date: Sat Dec 31 22:16:08 2022 -0700

dev-haskell/mtl: 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 9b6389fb4ec56dca4f7fc6bde203894a6b1bdba0
Author: Jack Todaro <solpeth@posteo.org>
Date: Sun Jul 31 20:05:46 2022 +1000

dev-haskell/mtl: 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 d156c5afa1491cfc66556ad29b21478dbe280d20
Author: hololeap <hololeap@users.noreply.github.com>
Date: Fri Jun 3 06:52:36 2022 -0600

dev-haskell/mtl: 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 c63b5e4f3ea1b944c36a907344b0bea616d70c87
Author: hololeap <hololeap@users.noreply.github.com>
Date: Thu Jan 27 16:38:14 2022 -0700

dev-haskell/mtl: 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 f1b9b2dac670498bd40a227ade2f104161ef027c
Author: Jack Todaro <solpeth@posteo.org>
Date: Wed Jan 19 08:43:40 2022 +1100

dev-haskell/mtl: 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 6f7333f1527eebf20ef1a5119d940ab24e1397b6
Author: Jack Todaro <solpeth@posteo.org>
Date: Sun Aug 22 10:02:11 2021 +1000

dev-haskell/mtl: 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 943af943e5be372f72d226fdd600a2a2db04fc77
Author: Jack Todaro <solpeth@posteo.org>
Date: Sun Jun 6 14:19:15 2021 +1000

dev-haskell/mtl: 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 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 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 2785bfa8d4805a623bc375a651e3558cf228c13d
Author: Jack Todaro <solpeth@posteo.org>
Date: Thu Dec 24 10:57:54 2020 +1100

dev-haskell/mtl: 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 c10665e6471885c6b7c2a1fa4929e9998aa1c3fa
Author: Jack Todaro <solpeth@posteo.org>
Date: Tue Sep 15 13:43:17 2020 +1000

dev-haskell/mtl: drop old

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

commit 3eb440a273e93511c0c6b0507cda0b79d8de36bf
Author: Mark Wright <gienah@gentoo.org>
Date: Mon Aug 31 12:59:53 2020 +1000

dev-haskell/mtl: 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 37d8dbd11d6b3293c716ca0904531bead3ad884d
Author: Jack Todaro <solpeth@posteo.org>
Date: Thu Jul 16 19:59:57 2020 +1000

dev-haskell/mtl: mark as bundled with ghc-8.8.4

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Jack Todaro <solpeth@posteo.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 4ff9dfc725dcd5502ebfcd3c89e3a992acbecf6b
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Tue Mar 24 23:26:45 2020 +0000

dev-haskell/mtl: mark as bundled with 8.10.1

Package-Manager: Portage-2.3.95, Repoman-2.3.21
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 f1b438d095ff08fa0bfe4360cd2eb8cc5e3d85d8
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Sun Mar 1 15:58:46 2020 +0000

dev-haskell/*: mark bundled ghc-8.8.3 libraries

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 2a2e4268a944ec2e8b919321c62f499d4b3baa2c
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Fri Jan 17 22:29:16 2020 +0000

dev-lang/ghc: bump up to 8.8.2, no binaries yet

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

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 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 ece53c15570e888ab5dfae5d36ec81ba41113e9c
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Mon Aug 26 21:23:21 2019 +0100

dev-haskell/mtl: mark as bundled with ghc-8.8.1

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

commit b12eafe242ce9b526f507323f96f66d07930b806
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Wed May 1 16:55:47 2019 +0100

dev-lang/ghc: bump up to 8.6.5, unkeyworded for now

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

commit 6166d335caa23d59dae4b1d6b9405b708fc97073
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Wed Mar 6 07:40:08 2019 +0000

dev-lang/ghc: bump up to 8.6.4, no keywords or bianries yet

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

commit 701c596aa56008065a2598d9ac2135d6ffa92f12
Author: Jack Todaro <jackmtodaro@gmail.com>
Date: Wed Dec 12 15:09:53 2018 +1100

dev-haskell/mtl: mark as bundled with ghc-8.6.3

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

commit 6adcdd101b0b5450530e1891730cf05cd7c05a79
Author: Jack Todaro <jackmtodaro@gmail.com>
Date: Tue Nov 6 20:04:43 2018 +1100

dev-haskell/mtl: mark as bundled with ghc-8.6.2

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

commit 8b36cce7a8fdd0a2a955981331ff75f93163c5c3
Author: Jack Todaro <jackmtodaro@gmail.com>
Date: Mon Oct 15 11:00:57 2018 +1100

dev-haskell/mtl: mark as bundled with ghc-8.4.4

Package-Manager: Portage-2.3.51, Repoman-2.3.11

commit 85510f6bf9f3197553b138f263052f88bf2ae329
Author: Jack Todaro <jackmtodaro@gmail.com>
Date: Sat Sep 22 17:02:46 2018 +1000

dev-haskell/mtl: mark as bundled with ghc-8.6.1

Package-Manager: Portage-2.3.49, Repoman-2.3.10

commit 2e4240963ff3e9f8584e7b46631f3b6926da6cf9
Author: Jack Todaro <jackmtodaro@gmail.com>
Date: Mon Aug 20 10:41:31 2018 +1000

dev-haskell/mtl: remove dependency on dev-haskell/cabal

Bug: https://github.com/gentoo-haskell/gentoo-haskell/issues/810
Package-Manager: Portage-2.3.47, Repoman-2.3.10

commit 3dd62d70896b3b6541a7ad8d263fc060f4ce72e0
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Wed May 30 09:57:37 2018 +0000

dev-haskell/mtl: mark as bundled with 8.4.3

Package-Manager: Portage-2.3.38, Repoman-2.3.9

commit 2e8e32b1f85a0270168f7d2b63a5aa7389dab120
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Fri Apr 20 07:48:15 2018 +0100

mark packages bundled with ghc-8.4.2

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

commit 40d8c4fc02aeea999a3e07314f95dacc77b5c1a4
Author: Mark Wright <gienah@gentoo.org>
Date: Sun Apr 8 17:13:34 2018 +1000

dev-haskell/mtl: Bump to 2.2.2

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 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 157d200cd02e076c229396aa7183be2c69c9f115
Author: Sergei Trofimovich <siarheit@google.com>
Date: Thu Jan 14 22:43:26 2016 +0000

dev-haskell/mtl: allow transformers-0.5

Package-Manager: portage-2.2.26

commit adfa5704f59f574ea7bb61079a5558153b5b6cfe
Author: Sergei Trofimovich <siarheit@google.com>
Date: Thu Jan 14 22:41:32 2016 +0000

dev-haskell/mtl: revbump to allow transformers-0.5

Package-Manager: portage-2.2.26

commit 419e577d052374db8912dac6084263d6fd305783
Author: Sergei Trofimovich <siarheit@google.com>
Date: Thu Jan 14 22:40:54 2016 +0000

dev-haskell/mtl: regenerate ebuild, allow transformers-0.5

Package-Manager: portage-2.2.26

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 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 f89e5f83bbd30da4a77d1f4f8a8f142b82dd68fe
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Mon Jun 2 14:14:39 2014 +0300

dev-haskell/mtl: bump up to 2.2.1

Package-Manager: portage-2.2.10_p15

commit 58a276e37bf820903d5766044b8560b716e78088
Author: Alexander Vershilov <alexander.vershilov@gmail.com>
Date: Thu May 15 02:49:27 2014 +0400

dev-haskell/mtl: revert mtl 2.1.3.1 deletion

commit 596e6943fc66aba322e9d4b754484811d6ddad64
Author: Alexander Vershilov <alexander.vershilov@gmail.com>
Date: Thu May 15 01:54:03 2014 +0400

dev-haskell/mtl: bump up to 2.2.0.1

commit 8371814f495c28b418c975ebc233e657f469b3c8
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Mon Mar 24 23:39:10 2014 +0300

dev-haskell/mtl: bump up to 2.1.3.1

Package-Manager: portage-2.2.8_p62

commit 3ae89184d70386207476d51eb718d85bda4ed15f
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Tue Jan 1 21:13:27 2013 +0300

Synced keywords from gentoo-x86 (great gnome keywording by ago)

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

commit 6bf9611d034d8797c24907864259658ec289a1e8
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Sat Dec 29 19:20:07 2012 +0300

sync KEYWORDS from gentoo-x86

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

commit c77203279728e73d75d06106c500e74ef19c1727
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Sun Dec 23 23:22:21 2012 +0300

dev-haskell/mtl: drop old

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

commit 0bc4ec09e6efb7c7412fb7f08aa00ec8bb117718
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Tue Dec 18 14:05:45 2012 +0300

syn keywords from gentoo-x86

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

commit ac04135c9631a3f31ec42f578dd40fb9fc739ce9
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Sun Dec 16 15:04:53 2012 +0300

sync keywords from gentoo-x86

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 685fc40a53b024d88e1ddc5a53e121978d0da192
Author: Mark Wright <gienah@gentoo.org>
Date: Sat Nov 24 15:12:37 2012 +1100

Add EAPI=5 mtl-2.1.2-r1

commit 2433703f94f4b22c2a46a226cf1f3970ef644a30
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Sun Oct 21 03:28:40 2012 +0300

sync keywords from portage

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

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

big mirror update

commit 87a7596105388c0a71fd6d54dde39b2ff7d987b6
Author: Mark Wright <gienah@gentoo.org>
Date: Sun Jun 24 12:10:47 2012 +1000

Bump mtl to 2.1.2

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 cb98ce6dd55c969f2a8b734fce1995fb359a7e8d
Author: Mark Wright <gienah@gentoo.org>
Date: Sun Jun 3 16:24:41 2012 +1000

sync with portage

commit 19ffe339ee32f0ad1578607c1de6f6656a441e9b
Author: Mark Wright <gienah@gentoo.org>
Date: Tue Apr 24 01:06:25 2012 +1000

Bump mtl to 2.1.1

commit 37d1482b5504e878c3e60dd3c16a08975017599c
Author: Mark Wright <gienah@gentoo.org>
Date: Thu Apr 12 01:03:28 2012 +1000

Bump mtl to 2.1

commit 564de03769bd42cdcd04fc7e2a1cddb716ae5e75
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Fri Mar 9 19:44:49 2012 +0300

sync stable keywords for ppc/ppc64 from gentoo-x86

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

commit 3954c7827d8c22fe8eae3889547475b756e1a4d2
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Sat Mar 3 14:19:22 2012 +0300

synced stable KEYWORDS from portage

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

commit 03785fb251a58ffba2eb50418b532e2ba45bc654
Author: Mark Wright <markwright@internode.on.net>
Date: Mon Jan 23 20:51:06 2012 +1100

Sync mtl 2.0.1.0 overlay with portage.

commit 3766cd7a21e4bc16a9dcccf4e207e4cbc8f9baa3
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Mon Dec 5 21:32:48 2011 +0300

dev-haskell/mtl: added metadata.xml

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

commit e13b6207b8222448630a25cdd3257a6b2c9c4a1e
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Fri Nov 25 15:39:12 2011 +0300

dev-haskell/mtl: removed old (needs ['=dev-lang/ghc-6.4*'])

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

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

Add hoogle support

commit d7687cd1320c3355a3ef96dddb30caeb694b8770
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Sat Apr 23 14:25:40 2011 +0300

dev-haskell/mtl: bump up to 1.1.1.1

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

commit a81c21d568b11148c043d1055bd23495e1a2d39e
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Fri Feb 25 22:56:41 2011 +0200

synced back ppc/ppc64 stabilization from gentoo-x86

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

commit f868c0ab86206d235ec7d6dbc4df28b6b3cb271b
Author: markwright@internode.on.net <unknown>
Date: Thu Dec 23 12:35:26 2010 +0000

derive-uniplate-hlint-hoogle-yi-hint.txt
Bump yi's derive dependency in order to bump uniplate.
Patch hint to compile with ghc 7.0.1 for snap.
mtl-2.0.1.0 for ghc 7.0.1.
Bump hlint, hoogle.

commit e5fe2feddf84891eccd1ebe5fa6f6903707c9c41
Author: Sergei Trofimovich <slyfox@community.haskell.org>
Date: Sun Nov 21 00:13:38 2010 +0000

sync keywords back from portage (alpha, ia64, sparc and some x86-fbsd ones)

commit b2bfec0063915f99f9dbc07bcb5bbddbe70e3e79
Author: Sergei Trofimovich <slyfox@community.haskell.org>
Date: Sun Nov 7 09:26:20 2010 +0000

Added mtl-2! (masked for now). We need to find most of broken packages and then unmask it.

commit f35dde340f042278b29d3404039025d62ae56934
Author: Sergei Trofimovich <slyfox@community.haskell.org>
Date: Fri Oct 22 20:22:18 2010 +0000

synced back keywords from portage

commit ff19533ddc110dedcc36908f60732108545cd054
Author: Sergei Trofimovich <slyfox@community.haskell.org>
Date: Mon Oct 18 14:46:05 2010 +0000

dev-haskell/mtl-1.1.0.2: sync back amd64 keyword

commit 74bda6f8df0d6949f53b36fbc9be5238af32b9ed
Author: Ivan.Miljenovic@gmail.com <unknown>
Date: Sat Sep 4 13:14:38 2010 +0000

Bump mtl to 1.1.1.0

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 60e7c9dff996f785f78c7d93636d2fc3b32e8ff2
Author: Ivan.Miljenovic@gmail.com <unknown>
Date: Fri Sep 18 11:34:39 2009 +0000

Add hscolour support to mtl 1.1.0.2

commit 28ee14b02a8b51776e072835a8ac4c5f38550d65
Author: Sergei Trofimovich <slyfox@inbox.ru>
Date: Wed Sep 9 20:29:45 2009 +0000

mtl-1.1.0.2 ~ppc64 keyword

commit 206a6ca55c5136fd6e4569931bca8925646d50d0
Author: Lennart Kolmodin <kolmodin@gentoo.org>
Date: Sat May 9 17:47:38 2009 +0000

Sync QA, KEYWORDS and (R)DEPEND from portage
Most packages part of the haskell-platform has got their RDEPEND and DEPEND
hand written to separate runtime dependencies from compile time dependencies.

commit 40bdc9631e987b1870471a4f1cb0133d836cf2cf
Author: Lennart Kolmodin <kolmodin@gentoo.org>
Date: Thu Mar 26 06:56:41 2009 +0000

Sync KEYWORDs and QA from the portage tree

commit 27ae40cf50dc2d51a25afa94bc29a20aaa84c801
Author: Lennart Kolmodin <kolmodin@gentoo.org>
Date: Sun Nov 9 20:53:07 2008 +0000

Add mtl-1.1.0.2, part of ghc-6.10.1 extralibs

commit dae40e2e8b10e1bcd8cd08d04a1c6a5bbce48875
Author: Lennart Kolmodin <kolmodin@gentoo.org>
Date: Fri Jul 18 13:19:50 2008 +0000

Add mtl-1.1.0.1

commit 2d021edfef052394799e484e208eb91c81c94ab7
Author: Luis F. Araujo <araujo@gentoo.org>
Date: Tue Jul 8 04:34:18 2008 +0000

Fixing some digests.

commit 36af7c06d39e8faf87d9b6ac50aabf69d6a78855
Author: Lennart Kolmodin <kolmodin@gentoo.org>
Date: Mon Jul 7 18:28:35 2008 +0000

Sync from portage
Mostly added keywords or stabilization (wrt ghc 6.8.2), and a few minor
cosmetic things.

commit d62c99200913daf157d3ccc651f7b74651e0e0ad
Author: Duncan Coutts <dcoutts@gentoo.org>
Date: Thu Dec 20 23:01:42 2007 +0000

Sync lots of minor changes from portage, mostly keywords.

commit 58bdfe3712e1b3b317a46aad5ad8e907ee0cf6b8
Author: Duncan Coutts <dcoutts@gentoo.org>
Date: Thu Dec 13 23:16:14 2007 +0000

Correct cabal version dependencies
Several packages were claiming to need cabal-1.2 but do not actually need it.
This makes things easier for merging into portage.

commit e2f9c1593b5487560b1d1c3ec67efd74d484a2bb
Author: Duncan Coutts <dcoutts@gentoo.org>
Date: Wed Dec 12 23:46:57 2007 +0000

Sync changes from portage, mostly keywords and quoting issues
A few minor bug fixes. Also some trivial whitespace changes.

commit c059833f13eaaf27e8c3e032ade8b1ea12700e49
Author: Duncan Coutts <dcoutts@gentoo.org>
Date: Sun Nov 4 19:26:02 2007 +0000

Update all the extralibs to use hackage as the SRC_URI

commit 64a0a584c95c133490ff88b6f94ed22a11935dca
Author: Duncan Coutts <dcoutts@gentoo.org>
Date: Fri Nov 2 22:07:48 2007 +0000

Update ghc-6.8.1 extralibs SRC_URI and digests

commit f90592b7fc5ae7a4b629f7351aa1f8bd4b27c70c
Author: Duncan Coutts <dcoutts@gentoo.org>
Date: Thu Nov 1 11:30:02 2007 +0000

Update extralibs to 6.8.1 tarball

commit 3ff6dc7a93df30eb97816a707ef01869432408f3
Author: Duncan Coutts <dcoutts@gentoo.org>
Date: Mon Oct 29 01:51:12 2007 +0000

Add new "extralibs" ebuilds from ghc-6.8.0.x snapshot

commit bd38c4da54ec91700859adc9f2d1289952328473
Author: Lennart Kolmodin <kolmodin@dtek.chalmers.se>
Date: Tue Oct 9 18:09:46 2007 +0000

Fix mtl wrt cabal 1.2

commit 30cf24e0473d0d884a6c32ed63eb08885eb35b19
Author: Duncan Coutts <dcoutts@gentoo.org>
Date: Tue Aug 28 11:51:13 2007 +0000

Remove loads of digest and files dirs
digest files are not used anymore, only the Manifest files.

commit fe2d4c74ec1108144fb8ee58fa9c4d3693d36e45
Author: Lennart Kolmodin <kolmodin@dtek.chalmers.se>
Date: Sun Aug 19 14:09:55 2007 +0000

Sync portage->overlay

commit 494a3390613595d63a3008fb9e8a3819c3f8e827
Author: Duncan Coutts <dcoutts@gentoo.org>
Date: Wed Jul 11 20:52:21 2007 +0000

Change virtual/ghc to dev-lang/ghc in all DEPENDs
(and another change that snuck in: add ~amd64 to x11-extras and xmonad)

commit 36ee1bec5858d9e23271ce35b7a7d15e912b569b
Author: Duncan Coutts <dcoutts@gentoo.org>
Date: Sun Jul 8 15:22:37 2007 +0000

Merge einfo/elog and dep version changes from portage

commit 6425f4e072e3325bb24d7ea2046c3803680f9ef6
Author: Duncan Coutts <dcoutts@gentoo.org>
Date: Sun Jul 8 02:45:48 2007 +0000

Update many ghc-6.6.1 extralibs to build with Cabal-1.1.6.x
Apparently the extralibs packages got built with ghc's build system and never
with Cabal so was never tested with the version of Cabal that came with
ghc-6.6.1 which is why in many cases the Setup.hs did not compile. Doh!
Nothing a little sed can't fix fotunately. Apparently debian patched them too.

commit 11000ea82c3b959d08cafed223c08f53e6bc4677
Author: Duncan Coutts <dcoutts@gentoo.org>
Date: Sat Jul 7 21:04:03 2007 +0000

Add dep on >=dev-haskell/cabal-1.1.6.2 for many of the ghc-6.6.1 "extralibs"
Thanks to Vq^ for testing them all for me.

commit 86074bd91d4c1d404404a48518293b952bdc0e5e
Author: Duncan Coutts <dcoutts@gentoo.org>
Date: Sat Jul 7 18:51:36 2007 +0000

Add "extralibs" packages that came with ghc-6.6.1, all 18 of them :-)

commit ff8d4af317d7c26aa2c59825a1a7c6dd47c171de
Author: Lennart Kolmodin <kolmodin@dtek.chalmers.se>
Date: Mon Jun 11 17:43:28 2007 +0000

Make ghc 6.6 extralibs depend on dev-lang/ghc, not virtual/ghc

commit 289220bd0b2ccf72e077c5cd38aa69f8e1b6e488
Author: Lennart Kolmodin <kolmodin@dtek.chalmers.se>
Date: Mon Apr 30 09:12:24 2007 +0000

Sync portage->overlay
Mostly dcoutts stuff, but also some of cparrots stabilizations

commit 038f3679dacd82130ae8d135693533d0a97663ee
Author: Lennart Kolmodin <kolmodin@gentoo.org>
Date: Fri Apr 6 15:08:04 2007 +0000

Sync changes from portage

commit e500c052ce8d0f81051127684c883b11805b4183
Author: Lennart Kolmodin <kolmodin@dtek.chalmers.se>
Date: Tue Apr 3 19:03:16 2007 +0000

Add Manifests and digests (merging is a bitch)
Either play with find . -name '...' | xargs .. or simply darcs get a fresh
copy of the repo.

commit 724855799d7b15b3545dabcf443feb5008c25a52
Author: Lennart Kolmodin <kolmodin@dtek.chalmers.se>
Date: Sat Mar 17 11:04:39 2007 +0000

Set homepage for common modular libs

commit 0350851ab8d5f1102c14dc96b0378bab6c374907
Author: Lennart Kolmodin <kolmodin@dtek.chalmers.se>
Date: Sun Mar 11 16:04:29 2007 +0000

Fix homepage for the first wave of dummy libs

commit b5e2535a45ef1c94a664c22bb05c0774742ee028
Author: Andres Loeh <kosmikus@gentoo.org>
Date: Sun Feb 11 20:52:03 2007 +0000

dummy lib ebuilds install dummy files in ghc-libdir to be picked up by ghc-updater

commit 3a66e471fdcf633158ef23977a000b13c4750a97
Author: Andres Loeh <kosmikus@gentoo.org>
Date: Thu Feb 1 18:52:20 2007 +0000

added dummy library ebuilds for ghc-6.4*

commit fca4c4659e96a8d9f66df67eae963026c5174e8d
Author: Andres Loeh <kosmikus@gentoo.org>
Date: Thu Feb 1 18:32:09 2007 +0000

inherit ghc-package

commit 30b69554f3e338f105a1c9725e267e858abb5dd0
Author: Andres Loeh <kosmikus@gentoo.org>
Date: Thu Feb 1 15:46:19 2007 +0000

test dummy library ebuild for ghc-6.4.2 with mtl

commit d6975be5aeacaa0dccb30e05039d20918b9ce8b1
Author: Duncan Coutts <dcoutts@gentoo.org>
Date: Wed Oct 11 13:44:11 2006 +0000

Update extra-libs to ghc-6.6

commit 5a9c5518dabe149e007759c9fadc0ef69deb1cc7
Author: Lennart Kolmodin <kolmodin@dtek.chalmers.se>
Date: Tue Oct 10 16:25:27 2006 +0000

Bump GHC libraries

commit 9677778ae6c8574cb8c95e780c704a8325be6449
Author: Duncan Coutts <dcoutts@gentoo.org>
Date: Sat Oct 7 15:56:15 2006 +0000

Bump ghc-extralibs to latest snapshot

commit d08018c831cd302247da75156c0cf71d297e562d
Author: basvandijk@home.nl <unknown>
Date: Mon Oct 2 21:41:18 2006 +0000

Removed generation of Setup.hs files for some packages in dev-haskell because up-stream now includes them.
Affected packages are: arrows, fgl, haskell-src, html, hunit, mtl and quickcheck.

commit 7ada97e8d08726f90696db52939cc15d21f9e282
Author: Lennart Kolmodin <kolmodin@dtek.chalmers.se>
Date: Mon Oct 2 16:22:16 2006 +0000

Bump ghc & libs snapshot.

commit b3ed02b07d5ee99de4bab4165fc7ac4eae64af95
Author: Duncan Coutts <dcoutts@gentoo.org>
Date: Mon Sep 18 09:43:16 2006 +0000

Bump ghc & libs snapshot.

commit bb552a17240cf81855081b4185f2bcad3057d524
Author: Duncan Coutts <dcoutts@gentoo.org>
Date: Wed Sep 13 09:25:22 2006 +0000

Bump ghc & libs shapshots

commit 9c06692e02475ba6e87ca757418c97580a113d27
Author: Duncan Coutts <dcoutts@gentoo.org>
Date: Tue Sep 12 17:12:19 2006 +0000

Bump ghc extralibs snapshot

commit 68cfb482aa6eaa6ec79bd5b16bf27df9f99d6b8b
Author: Duncan Coutts <dcoutts@gentoo.org>
Date: Mon Sep 11 22:45:47 2006 +0000

Bump extralibs to latest snapshot

commit c6a6ef23b95e2cf3d6b96d130c01d30cf58d32af
Author: Duncan Coutts <dcoutts@gentoo.org>
Date: Fri Sep 8 14:26:02 2006 +0000

Tidy up current ghc-extralibs.
They all build now with current ghc snapshot and haddock-0.8_rc1
It's probably worth checking if they don't build with haddock-0.7.

commit d691d5a8ff27a53ffb7176789e2d8629a58b17d8
Author: Duncan Coutts <dcoutts@gentoo.org>
Date: Fri Sep 8 02:45:23 2006 +0000

Bump ghc-extralibs snapshot.

commit 83c00f1774fb7cd4c57022116fe7e0bb40aeba3f
Author: Andres Loeh <kosmikus@gentoo.org>
Date: Tue Sep 5 19:44:29 2006 +0000

move everything from portage/ to /