gpo.zugaina.org

Search Portage & Overlays:

dev-haskell/concurrent-output

Ungarble output from several threads or commands

Screenshots

  • concurrent-output-1.10.19
    ~amd64 ~arm64 ~ppc64 ~riscv ~x86
    doc hscolour profile

    View      Download      Browse     License: BSD-2   
    Overlay: gentoo
  • concurrent-output-1.10.19
    ~amd64
    doc hscolour hoogle profile

    View      Download      Browse     License: BSD-2   
    Overlay: haskell
  • concurrent-output-1.10.11
    amd64 ~arm64 ~ppc64 ~riscv ~x86
    doc hscolour profile

    View      Download      Browse     License: BSD-2   
    Overlay: gentoo

ChangeLog

commit 4f909691f81953b966d1c512a7e2e83b126639af
Author: Jack Todaro <solpeth@posteo.org>
Date: Sun Sep 3 07:51:13 2023 +1000

dev-haskell/concurrent-output: drop 1.10.18

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

commit d0e191913921f771b5fedd02adfffcda68794eb0
Author: Jack Todaro <solpeth@posteo.org>
Date: Sun Sep 3 07:51:11 2023 +1000

dev-haskell/concurrent-output: add 1.10.19

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

commit 9e81990f64e20c1d81b4c46135e928f662f7935e
Author: Jack Todaro <solpeth@posteo.org>
Date: Mon May 22 16:55:22 2023 +1000

dev-haskell/concurrent-output: drop 1.10.17

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

commit 5d51a274b763d0c0ca5951464d32bef1b69ee6b4
Author: Jack Todaro <solpeth@posteo.org>
Date: Mon May 22 16:55:19 2023 +1000

dev-haskell/concurrent-output: add 1.10.18

Signed-off-by: Jack Todaro <solpeth@posteo.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 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 5b717f212ebb48884d638dbdc9f2fd075f206501
Author: Jack Todaro <solpeth@posteo.org>
Date: Wed Jan 11 11:57:47 2023 +1100

dev-haskell/concurrent-output: add hackage upstream metadata

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

commit be94287977bb4c440958929c895a5be97d3cb883
Author: Jack Todaro <solpeth@posteo.org>
Date: Wed Jan 11 11:54:08 2023 +1100

dev-haskell/concurrent-output: drop 1.10.12-r1

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

commit 31ec586053dc031dc60fdda0fccd9cab093f12b2
Author: Jack Todaro <solpeth@posteo.org>
Date: Wed Jan 11 11:54:05 2023 +1100

dev-haskell/concurrent-output: add 1.10.17

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 c597ebc01b43ceb5e43f2ec7b4e40cc1b55a1537
Author: Jack Todaro <solpeth@posteo.org>
Date: Tue Mar 30 09:43:23 2021 +1100

dev-haskell/concurrent-output: loosen ansi-terminal dep

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

commit 071f6e884d230f07103c31bf1f6a2b309192c8e0
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Fri Oct 2 17:54:58 2020 +0100

dev-haskell/concurrent-output: bump up to 1.10.12

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

commit 153d6f15a4660a926cf757c1ba613740c71fe3a4
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Sun Sep 27 11:15:43 2020 +0100

dev-haskell/concurrent-output: drop old

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 b4a79295f02f31a84acc62682ae3fb2f3cc3cf8a
Author: Philippe Baril Lecavalier <pbl.ltx@gmail.com>
Date: Thu Dec 26 17:42:43 2019 -0500

dev-haskell/concurrent-output: drop old

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 a809fd42fd5796d63e49f21e7e0a97f3f4ebe7c6
Author: Philippe Baril Lecavalier <pbl.ltx@gmail.com>
Date: Mon Nov 4 16:48:36 2019 -0330

dev-haskell/concurrent-output: bump up to 1.10.11

Note that this is masked.

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Philippe Baril Lecavalier <pbl.ltx@gmail.com>

commit 413adb9d00fa65f0c8e257535e8252651811fe92
Author: Jack Todaro <jackmtodaro@gmail.com>
Date: Wed Nov 21 20:43:33 2018 +1100

dev-haskell/concurrent-output: bump up to 1.10.9

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

commit dae6e13e960df6753d4c2c99355d2accffe48b0e
Author: Jack Todaro <jackmtodaro@gmail.com>
Date: Sun Sep 23 13:23:22 2018 +1000

dev-haskell/concurrent-output: bump up to 1.10.7

Package-Manager: Portage-2.3.49, Repoman-2.3.10

commit d12e497068cf1b5c525144a9e7e96e0e0cdda067
Author: Jack Todaro <jackmtodaro@gmail.com>
Date: Sat Aug 4 15:06:06 2018 +1000

dev-haskell/concurrent-output: allow exceptions-0.10 in 1.7.9

Package-Manager: Portage-2.3.44, Repoman-2.3.10

commit 3192f6c6125f4288131b06cd7309526bede0599f
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Tue Apr 24 22:59:33 2018 +0100

dev-haskell/concurrent-output: allow async-2.2

Package-Manager: Portage-2.3.28, Repoman-2.3.9

commit f35928b6b2afb7b81e906cc3c54338bb22e15ee8
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Tue Apr 24 22:48:00 2018 +0100

dev-haskell/concurrent-output: require ghc-8.2.1 (uses process-1.6)

Package-Manager: Portage-2.3.28, Repoman-2.3.9

commit 7a1f6663fd7b409672cf0ed200cc24033edea105
Author: Mark Wright <gienah@gentoo.org>
Date: Wed Apr 11 15:37:38 2018 +1000

dev-haskell/concurrent-output: Bump to 1.10.5

commit 6f8ca5d72a7234d73c7148080ddd9cd13b166704
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Sun Feb 4 21:02:25 2018 +0000

dev-haskell/concurrent-output: allow ansi-terminal-0.7

Package-Manager: Portage-2.3.20, Repoman-2.3.6

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 2951c2948e5a702bbe9da5e5afe06cef921af130
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Sat Jul 8 09:14:21 2017 +0100

dev-haskell/concurrent-output: allow ghc-8.2.1_rc3

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 1a4b60bfb4a1834515a5dba554fbd918560eef00
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Sat Feb 18 10:20:36 2017 +0000

dev-haskell/concurrent-output: bump up to 1.7.9

Package-Manager: Portage-2.3.3, Repoman-2.3.1

commit 64e9dd669492ef663ca65d879f3e9612c78b646c
Author: Sergei Trofimovich <siarheit@google.com>
Date: Tue Dec 27 22:39:05 2016 +0000

dev-haskell/concurrent-output: bump up to 1.7.8

Package-Manager: Portage-2.3.3, Repoman-2.3.1

commit f4e5ca863358ad06b7d3d5bee2dfecd2e448ac62
Author: Sergei Trofimovich <siarheit@google.com>
Date: Thu Dec 22 09:49:58 2016 +0000

dev-haskell/concurrent-output: allow ghc-8.0.2_rc2

Package-Manager: Portage-2.3.3, Repoman-2.3.1

commit b314bf7994c1aebdbb041033013f1430d035ecbe
Author: Sergei Trofimovich <siarheit@google.com>
Date: Wed Sep 7 08:44:42 2016 +0100

dev-haskell/concurrent-output: bump up to 1.7.7

Package-Manager: portage-2.3.0

commit 99ed42fce79e99424e6e34340b329bfccc2c9882
Author: Sergei Trofimovich <siarheit@google.com>
Date: Mon May 2 14:32:32 2016 +0100

dev-haskell/concurrent-output: bump up to 1.7.6

Package-Manager: portage-2.2.28

commit 3dc6cef73a2e61d9d98289a6b62e6ef71f1121aa
Author: Sergei Trofimovich <siarheit@google.com>
Date: Mon May 2 11:39:36 2016 +0100

dev-haskell/concurrent-output: bump up to 1.7.5

Package-Manager: portage-2.2.28

commit fc5ca5439adb77cfd5b4acab7940e8fa71aeed27
Author: Sergei Trofimovich <siarheit@google.com>
Date: Sat Apr 23 10:46:10 2016 +0100

dev-haskell/concurrent-output: allow transformers-0.5

Package-Manager: portage-2.2.28

commit 46a64acc207cc59c88a094398c18e901f2e84216
Author: Sergei Trofimovich <siarheit@google.com>
Date: Mon Mar 14 08:38:53 2016 +0000

dev-haskell/concurrent-output: bump up to 1.7.4

Package-Manager: portage-2.2.28

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

Update metadata.xml for GLEP 67

commit 0613bb5e913e7d9250a42c9cdb7434691e1feae4
Author: Sergei Trofimovich <siarheit@google.com>
Date: Sat Jan 9 12:10:23 2016 +0000

dev-haskell/concurrent-output: bump up to 1.7.3

Package-Manager: portage-2.2.26

commit 4499af01abff79a8e718e7289c785e1e62324a2a
Author: Sergei Trofimovich <siarheit@google.com>
Date: Sat Dec 19 21:20:06 2015 +0000

dev-haskell/concurrent-output: bump up to 1.7.2

Package-Manager: portage-2.2.26

commit c2acf70ce12f187c94c683abd510be7b671172e5
Author: Sergei Trofimovich <siarheit@google.com>
Date: Mon Nov 16 21:55:35 2015 +0000

dev-haskell/concurrent-output: bump up to 1.7.1

Package-Manager: portage-2.2.24

commit b7f99c34767296ad0645e4ccf2294006096d0e5e
Author: Sergei Trofimovich <siarheit@google.com>
Date: Thu Nov 12 10:17:26 2015 +0000

dev-haskell/concurrent-output: new package, a depend of ascii-progress

Package-Manager: portage-2.2.24