gpo.zugaina.org

Search Portage & Overlays:

dev-haskell/process

Process libraries

Screenshots

  • process-1.6.18.0
    ~amd64
    doc hscolour hoogle profile test

    View      Download      Browse     License: BSD   
    Overlay: haskell
  • process-1.6.17.0
    ~amd64
    doc hscolour hoogle profile test

    View      Download      Browse     License: BSD   
    Overlay: haskell
  • process-1.6.16.0-r2
    ~amd64
    doc hscolour hoogle profile test

    View      Download      Browse     License: BSD   
    Overlay: haskell

ChangeLog

commit 2cd44fde7b1bcb9d88957b7aebaa4e7b6d6da92e
Author: hololeap <hololeap@protonmail.com>
Date: Sat Mar 23 16:06:41 2024 -0600

dev-haskell/process: keyword 1.6.17.0 for ~amd64

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

commit 6d850e77cd2cf2e95d586db82e28f33e5fbd9441
Author: hololeap <hololeap@protonmail.com>
Date: Sat Mar 23 15:56:44 2024 -0600

dev-lang/ghc: Pull process-1.6.18.0 for ghc-9.6.*

ghc-9.6.3 and ghc-9.6.4 both come bundled with process-1.6.17.0, while
ghc-9.4.8 comes bundled with process-1.6.18.0. This causes some
headaches when trying to set up package.unmask files that span both
ghc-9.4 and ghc-9.6, so we'll make sure all of them are bundling with
process-1.6.18.0 for consistency's sake.

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 6e085775b9afee4e0cb3ea9b55c59971d01652b4
Author: Sergey Alirzaev <l29ah@riseup.net>
Date: Mon Mar 4 02:14:48 2024 +0100

dev-haskell/process: bump cabal rev

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 a840b24c022fb925de479f842c3427fda778006e
Author: Violet Purcell <vimproved@inventati.org>
Date: Mon Nov 13 12:52:36 2023 -0500

dev-haskell/process: add 1.6.18.0

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

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

dev-haskell/process: 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 cfea0fb113b5409ab93b61e423379ef55e3d50ff
Author: Jack Todaro <solpeth@posteo.org>
Date: Fri Mar 17 21:00:23 2023 +1100

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

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

commit f16e34468c34248cbb215e96801d1971d8e66730
Author: hololeap <hololeap@users.noreply.github.com>
Date: Sat Mar 11 14:43:28 2023 -0700

dev-haskell/process: 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 ffcfef49ce82cec41e16c9c05cb41fee60a28ff0
Author: hololeap <hololeap@users.noreply.github.com>
Date: Sat Feb 18 02:07:04 2023 -0700

dev-haskell/process: drop 1.6.13.2

This version of 'process' is out-of-date and no longer used by any
versions of dev-lang/ghc in the tree.

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

commit 6e6fcdda03ee25b8c0dd4c04dd090d4c1aab9aa6
Author: hololeap <hololeap@users.noreply.github.com>
Date: Fri Feb 17 16:59:27 2023 -0700

dev-haskell/process: Update CABAL_CORE_LIB_GHC_PV

All versions of dev-lang/ghc currently in the tree have been updated to
use process-1.6.16.0.

This will effectively change this package into a dummy package.

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 b485519c92a0a2cbb09439236935c28215f9a611
Author: hololeap <hololeap@users.noreply.github.com>
Date: Tue Jan 3 17:51:55 2023 -0700

dev-haskell/process: Drop dependency on cabal

dev-haskell/cabal now lists its dependency on process. This will form
a circular dependency in portage unless process does not list its
dependency on cabal.

process-1.6.16.0 comes bundled with ghc-9.2.5

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

commit 17628e8be803ac4890944ff9d02d10148f67c515
Author: hololeap <hololeap@users.noreply.github.com>
Date: Sat Dec 31 19:28:50 2022 -0700

dev-haskell/process: drop 1.6.11.0

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

commit 6212e01ac29233ea686d0655cd416adfdae49cb2
Author: hololeap <hololeap@users.noreply.github.com>
Date: Sun Dec 25 14:02:44 2022 -0700

dev-haskell/process: Make an upgradable package

There have been recent bug fixes in the process package which are
now required by the 3.8 branch of cabal-install. This means the package
now needs to be upgradeable for hackport to use the new version.

See: https://github.com/haskell/cabal/commit/ad9e4dc3c63a293bbd89444fc356294e64766556
See: https://github.com/haskell/process/issues/226
Signed-off-by: hololeap <hololeap@users.noreply.github.com>

commit 53102a6cca2638a1110806b4616437595e1b383b
Author: Ivan.Miljenovic@gmail.com <unknown>
Date: Sat Mar 28 13:25:40 2009 +0000

rm dev-haskell/process
Bad things seem to happen with conflicting process versions, since it's a core lib.

commit 81bbbad8055364adf5ae2fad68a2df5c3df48bdb
Author: Ivan.Miljenovic@gmail.com <unknown>
Date: Wed Nov 12 22:20:38 2008 +0000

Add process