gpo.zugaina.org

Search Portage & Overlays:

dev-haskell/rio

A standard library for Haskell

Screenshots

  • rio-0.1.22.0-r1
    ~amd64 ~arm64 ~ppc64 ~riscv ~x86
    doc hscolour profile test

    View      Download      Browse     License: MIT   
    Overlay: gentoo
  • rio-0.1.22.0-r1
    ~amd64
    doc hscolour hoogle profile test

    View      Download      Browse     License: MIT   
    Overlay: haskell
  • rio-0.1.21.0
    amd64 ~arm64 ~ppc64 ~riscv ~x86
    doc hscolour profile test

    View      Download      Browse     License: MIT   
    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 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 53ddd9707c2a7f1af12d65d9deb31acda26b06c1
Author: hololeap <hololeap@users.noreply.github.com>
Date: Sun Jan 8 13:17:52 2023 -0700

dev-haskell/rio: Revision bump

Refresh ebuild, add 'process' to RDEPEND

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

commit 5d74c5ded472a5a64be10bbc5ca10a3f35b5d462
Author: hololeap <hololeap@users.noreply.github.com>
Date: Tue Dec 20 11:13:10 2022 -0700

dev-haskell/rio: add 0.1.22.0, drop 0.1.21.0

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 ae9df90ce82dce85ff46b688b5c82a544c4751ac
Author: hololeap <hololeap@users.noreply.github.com>
Date: Tue Feb 22 11:03:33 2022 -0700

dev-haskell/rio: Loosen constraints

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

commit 5b194a1372ca00076b874b58358bef0a0fcc5824
Author: hololeap <hololeap@users.noreply.github.com>
Date: Sat Feb 12 08:58:19 2022 -0700

dev-haskell/rio: Keyword 0.1.21.0

Drop 0.1.20.0

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

commit 6222919c6274bdf1c01bcc97b6eb83f69c96ec67
Author: hololeap <hololeap@users.noreply.github.com>
Date: Tue Jan 25 13:58:58 2022 -0700

dev-haskell/rio: Add 0.1.21.0 (no keywords)

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

commit 3bd29560bd884bdfe09ea2a3de520512ecf97806
Author: Jack Todaro <solpeth@posteo.org>
Date: Mon Jan 25 17:34:14 2021 +1100

dev-haskell/rio: bump up to 0.1.20.0

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

commit cb8fe0855a1eee31a983c513af1f540bb2061966
Author: Jack Todaro <solpeth@posteo.org>
Date: Wed Aug 5 19:04:59 2020 +1000

dev-haskell/rio: remove old

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

commit c6990351d811cd98641b68bd118206fca336ee07
Author: Jack Todaro <solpeth@posteo.org>
Date: Wed Aug 5 19:03:56 2020 +1000

dev-haskell/rio: bump up to 0.1.18.0

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

commit db3cf893e1f9fc29c6e31487a9ea814ec2740dca
Author: Jack Todaro <solpeth@posteo.org>
Date: Sat Jun 13 17:05:07 2020 +1000

dev-haskell/rio: bump up to 0.1.17.0

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

commit 7b770ac3ba75c5135824b1035dd6c8bf986a544e
Author: Jack Todaro <solpeth@posteo.org>
Date: Wed Jun 3 14:33:35 2020 +1000

dev-haskell/rio: remove old

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

commit 2f1a847d067360fd6020477ad9d0319227c05879
Author: Jack Todaro <solpeth@posteo.org>
Date: Wed Jun 3 14:31:17 2020 +1000

dev-haskell/rio: bump up to 0.1.16.0

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

commit 0ae1c0bfa269de8c45c06914d4ccfc2895ad9fc1
Author: Jack Todaro <solpeth@posteo.org>
Date: Fri Apr 3 13:34:49 2020 +1100

dev-haskell/rio: bump up to 0.1.15.0

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

commit ca3b5257f63f0489699b2b42236becdd22d5a383
Author: Constantin Runge <c.runge@cssbook.de>
Date: Sat Mar 28 23:22:07 2020 +0100

dev-haskell/rio: bump to 0.1.14.1

commit b9a13e0979765eccd5c2ae77f883f10e431df375
Author: Philippe Baril Lecavalier <pbl.ltx@gmail.com>
Date: Fri Feb 21 16:47:32 2020 -0330

dev-haskell/rio: bump up to 0.1.14.0

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

commit c14fa0d2b7f51cc37fb9f4009d3679dfacbd5e71
Author: Philippe Baril Lecavalier <pbl.ltx@gmail.com>
Date: Tue Jan 28 12:07:29 2020 -0330

dev-haskell/rio: bump up to 0.1.13.0

Package-Manager: Portage-2.3.84, Repoman-2.3.20
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 52228e4e824fbf07c7ab28f225a4a7a4b6fc29c4
Author: Jack Todaro <jack.todaro@posteo.net>
Date: Mon Sep 9 07:45:51 2019 +1000

dev-haskell/rio: remove old

Package-Manager: Portage-2.3.75, Repoman-2.3.17
Signed-off-by: Jack Todaro <jack.todaro@posteo.net>

commit 5752251441d15e508abdbe85c865ddf4a93e766b
Author: Jack Todaro <jack.todaro@posteo.net>
Date: Mon Sep 9 07:44:51 2019 +1000

dev-haskell/rio: bump up to 0.1.12.0

Package-Manager: Portage-2.3.75, Repoman-2.3.17
Signed-off-by: Jack Todaro <jack.todaro@posteo.net>

commit b9de21de06ee180972ab4b27d919793052f5635d
Author: Jack Todaro <jackmtodaro@gmail.com>
Date: Mon Apr 15 17:06:44 2019 +1000

dev-haskell/rio: bump up to 0.1.9.2

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

commit a15d7618837a822a0b7d620c4e344e4e600616fc
Author: Jack Todaro <jackmtodaro@gmail.com>
Date: Mon Nov 5 09:07:42 2018 +1100

dev-haskell/rio: bump up to 0.1.5.0

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

commit 871c19a0cf26be7a324e51d880c12957e658da78
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Tue Jun 5 09:17:04 2018 +0000

dev-haskell/rio: bump up to 0.1.2.0

Package-Manager: Portage-2.3.40, Repoman-2.3.9

commit 45457ee0d82a193b72d284675ee35cbc2373ac03
Author: Mark Wright <gienah@gentoo.org>
Date: Sun Apr 29 10:51:13 2018 +1000

dev-haskell/rio: Add for stack