gpo.zugaina.org

Search Portage & Overlays:

dev-haskell/monad-control

Lift control operations, like exception catching, through monad transformers

Screenshots

  • monad-control-1.0.3.1
    ~amd64 ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux
    doc hscolour profile

    View      Download      Browse     License: BSD   
    Overlay: gentoo
  • monad-control-1.0.3.1
    ~amd64 ~amd64-linux
    doc hscolour hoogle profile

    View      Download      Browse     License: BSD   
    Overlay: haskell
  • monad-control-1.0.2.3
    amd64 ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux
    doc hscolour profile

    View      Download      Browse     License: BSD   
    Overlay: gentoo

ChangeLog

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 1afff197742249635fd4a6d39e1ffee15308566b
Author: hololeap <hololeap@users.noreply.github.com>
Date: Thu Jan 20 20:42:37 2022 -0700

dev-haskell/monad-control: Bump to 1.0.3.1

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

commit 67e854af7033e25620e596d9733e05c569a7780b
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Sun Jul 25 12:37:34 2021 +0100

dev-haskell/monad-control: update to EAPI=8

Package-Manager: Portage-3.0.20, Repoman-3.0.3
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 b67aa4712b794b15add95dee5f42823f3bb9660c
Author: Mark Wright <gienah@gentoo.org>
Date: Thu Apr 12 17:39:29 2018 +1000

dev-haskell/monad-control: Bump to 1.0.2.3

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 2b30c7be4035e3adab5cc86694bc53d39b341769
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Thu Aug 10 22:16:26 2017 +0100

dev-haskell/monad-control: bump up to 1.0.2.2

Package-Manager: Portage-2.3.6, Repoman-2.3.3

commit 86c60d41d684c24e76a8de3c649db7d7adf2eeed
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Mon Jul 3 20:44:16 2017 +0100

dev-haskell/monad-control: bump up to 1.0.2.1

Package-Manager: Portage-2.3.6, Repoman-2.3.2

commit c5f88d786f2985fc6e7e15b721f8c5102070f261
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Sun Jun 18 18:31:37 2017 +0100

dev-haskell/monad-control: bump up to 1.0.2.0

Package-Manager: Portage-2.3.6, 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 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 cde239afcb732cf773429337ef8a223b7ee1c061
Author: Sergei Trofimovich <siarheit@google.com>
Date: Thu Apr 7 22:11:04 2016 +0100

dev-haskell/monad-control: bump up to 1.0.1.0

Package-Manager: portage-2.2.28

commit 21552b8af0e5273f764924af5b06b0a8158fb1e1
Author: Sergei Trofimovich <siarheit@google.com>
Date: Sun Jan 31 12:27:45 2016 +0300

dev-haskell/monad-control: bump up to 1.0.0.5

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

Update metadata.xml for GLEP 67

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 7e98df6c30933bbd122e9c9be371fbc8600ec0ef
Author: Alexander Berntsen <bernalex@gentoo.org>
Date: Mon Mar 16 11:27:33 2015 +0100

dev-haskell/monad-control: Remove unused USE desc

Signed-off-by: Alexander Berntsen <bernalex@gentoo.org>

commit 3e976a27d7e6a6921c8f218cd70aae14de17109e
Author: Sergei Trofimovich <siarheit@google.com>
Date: Fri Feb 13 22:17:40 2015 +0000

dev-haskell/monad-control: bump up to 1.0.0.4

Package-Manager: portage-2.2.17

commit 3b3d7d02d2aa90753167deb44ff3178f8d80aa85
Author: Alexander Vershilov <qnikst@gentoo.org>
Date: Sat Feb 14 01:08:22 2015 +0300

dev-haskell/monad-control: bump up to 1.0.0.4

Package-Manager: portage-2.2.17

commit 5b427fecb0c4fe55433aadefd1c154e3166b14fd
Author: Alexander Vershilov <qnikst@gentoo.org>
Date: Fri Feb 13 00:56:19 2015 +0300

dev-haskell/monad-control: bump up to 1.0.0.3

Package-Manager: portage-2.2.17

commit c33202d69eca7c1806596228f579ac03f867de33
Author: Alexander Vershilov <qnikst@gentoo.org>
Date: Sun Jan 25 00:41:36 2015 +0300

dev-haskell/monad-control:

Package-Manager: portage-2.2.15

commit 9fc6473ac105b1c4168b3d7fb1edd9699af48911
Author: Mark Wright <gienah@gentoo.org>
Date: Tue Dec 23 15:32:01 2014 +1100

Bump monad-control to 1.0.0.1

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 844eb16856d23759bca0e3dab6a913361dd377de
Author: Alexander Vershilov <alexander.vershilov@gmail.com>
Date: Thu May 15 01:33:37 2014 +0400

dev-haskell/monad-control: bump up to 0.3.3.0

commit 29ce04ad5df35c38d89391e78b4a0f9be2c440cc
Author: Alexander Vershilov <alexander.vershilov@gmail.com>
Date: Thu Feb 13 01:36:51 2014 +0400

dev-haskell/monad-control: bump up to 0.3.2.3

commit 61030db8fd4b3c43e9e90718f0d6827850089e58
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Sun Jan 19 12:42:52 2014 +0300

sync keywords from gentoo-x86

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

commit a53448dff60e9e94396a6751ab6efb43a0dc00a9
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Thu Nov 14 13:00:48 2013 +0300

sync keywords from gentoo-x86

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

commit 1c1bebabf1e8e2ab11851f1631cda2b258a7346a
Author: Mark Wright <gienah@gentoo.org>
Date: Wed Oct 23 16:03:14 2013 +1100

Bump monad-control to 0.3.2.2

commit 32663019eefd61eda7e4f322723798712edaf4e4
Author: Mark Wright <gienah@gentoo.org>
Date: Fri Sep 13 17:05:52 2013 +1000

Sync keyworks with portage in monad-control

commit 5743e6063115a90d6063a9eddd5f9f84a26e0470
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Mon Apr 29 00:49:33 2013 +0300

dev-haskell/monad-control: bump up to 0.3.2.1

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

commit c4e8256a5a81b16fdc1156fe9a75f9a935c1a097
Author: Mark Wright <gienah@gentoo.org>
Date: Wed Apr 3 00:08:46 2013 +1100

Add use flag description to monad-control metadata

commit 935215cd9d21f88add7f0b148b6bc6bff6e39c4c
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Sun Mar 10 01:05:15 2013 +0300

dev-haskell/monad-control: bump up to 0.3.2

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

commit 31b77a093a6554c2ecc2aa0c6f659a9ccc2e264c
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Sat Dec 29 01:09:12 2012 +0300

dev-haskell/monad-control: removed old

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

commit 3779ac5d2aee5919d37ef6c03385e0a40509b851
Author: Mark Wright <gienah@gentoo.org>
Date: Sat Dec 15 23:31:43 2012 +1100

Fix monad-control-0.3.1.4 build with ghc 7.7

commit e1bc45ecb3c03c595b4bd793589b90bbffc7fb56
Author: Mark Wright <gienah@gentoo.org>
Date: Sat Nov 24 22:04:25 2012 +1100

EAPI=5 for monad-control, 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 d1c2e165af056a4aa136cd6d184b8c3184a88ff3
Author: Mark Wright <gienah@gentoo.org>
Date: Sat Jun 30 23:22:10 2012 +1000

Bump monad-control to 0.3.1.4

commit 578ccfef71bc3c037c69cb33e901667a835b7bf5
Author: Mark Wright <gienah@gentoo.org>
Date: Fri Jun 29 23:41:23 2012 +1000

Patch monad-control for ghc 7.5

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 f3d0e8cf7fb586c8283759dc504b3b714906c7d6
Author: Mark Wright <gienah@gentoo.org>
Date: Sat Jun 2 17:36:47 2012 +1000

EAPI=4 on line 5

commit 34ba9c0bea34670ebb916a3fc4d8ceb86ca77702
Author: Mark Wright <gienah@gentoo.org>
Date: Sat May 5 14:23:42 2012 +1000

Bump monad-control to 0.3.1.3

commit 8784d1e47059c584e24ad157ee867b20d7199620
Author: Mark Wright <gienah@gentoo.org>
Date: Sun Apr 22 17:51:02 2012 +1000

Bump monad-control to 0.3.1.2

commit 95687c3ef7b25494dd8ae1cbac5ea028de8be374
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Sat Mar 24 17:26:05 2012 +0300

dev-haskell/monad-control: bump up to 0.3.1.1

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

commit 63658783c082289a7450989598f663c3e019acdc
Author: Mark Wright <gienah@gentoo.org>
Date: Tue Feb 7 23:42:57 2012 +1100

Fix monad-control-0.2.0.3 build with ghc 7.4.1, loosen test-framework dependency

commit d00675af083bb7acb190254200511d38ee627cc1
Author: Mark Wright <markwright@internode.on.net>
Date: Tue Dec 20 00:23:17 2011 +1100

Bump monad-control to 0.3.1, built with ghc 7.4 ss, 7.2.2, 7.0.4 and 6.12.3

commit 5b068d131782ecaadc927c04fc286b243f8c3273
Author: Mark Wright <markwright@internode.on.net>
Date: Sun Dec 11 16:46:55 2011 +1100

Bump monad-control to 0.3.0.1 (0.3.0.1 currently breaks some packages including git-annex)

commit 38da1751c8d797e2e2d5ae7fc2deaaa1146c08d2
Author: Mark Wright <markwright@internode.on.net>
Date: Sat Dec 3 09:58:47 2011 +1100

Add metadata

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

Add hoogle support

commit 6fe2ccd8f7171773c81612b0c96c31bbe321557d
Author: Mark Wright <markwright@internode.on.net>
Date: Sun Aug 28 17:31:02 2011 +1000

Bump monad-control to 0.2.0.3, built with ghc 7.2.1, 7.0.4 and 6.12.3. Upstream now supply the missing test.hs file.

commit 043631343027485539c0e72dd3e80712c6399ccc
Author: Mark Wright <markwright@internode.on.net>
Date: Fri Aug 12 19:46:45 2011 +1000

Bump monad-control to 0.2.0.1, built with ghc 7.2.1, 7.0.4 and 6.12.3

commit ec42031235f6c441e3323d0ee3d5f71242b22ddc
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Mon Jul 25 11:53:42 2011 +0300

dev-haskell/monad-control: fixed ghc-7.2 build fix. added support for running tests

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

commit 9e0a5f308e91f448f9863f57dbc64cfac69f6fca
Author: Mark Wright <markwright@internode.on.net>
Date: Fri Apr 22 02:23:53 2011 +1000

Add monad-control 0.2.0.1, built with ghc 7.0.3 and 6.12.3