Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 571586 - dev-haskell/process: ebuild request
Summary: dev-haskell/process: ebuild request
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Haskell Language team
URL: https://github.com/koalaman/shellchec...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-11 19:39 UTC by Coacher
Modified: 2016-01-12 21:14 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Coacher 2016-01-11 19:39:55 UTC
Hello.

dev-haskell/process as in https://hackage.haskell.org/package/process will be required for the next release of shellcheck (already in tree), see URL.

Please add.
Comment 1 Coacher 2016-01-12 11:36:17 UTC
Apparently it is already shipped with GHC. Haskell packaging is a bit confusing to me. Sorry for the noise.
Comment 2 Michael Orlitzky gentoo-dev 2016-01-12 15:35:08 UTC
(In reply to Coacher from comment #1)
> Apparently it is already shipped with GHC. Haskell packaging is a bit
> confusing to me. Sorry for the noise.

Don't worry, it's confusing to everyone =)

GHC bundles a bunch of libraries: bytestring, Cabal, deepseq, process, time, transformers, etc. But the versions of those libraries are fixed for a particular release of GHC, so sometimes we need to add newer versions than the ones that are shipped with GHC. In this case we're lucky and everything is happy with the version of process that comes with GHC.