Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 571586

Summary: dev-haskell/process: ebuild request
Product: Gentoo Linux Reporter: Coacher <itumaykin+gentoo>
Component: New packagesAssignee: Gentoo's Haskell Language team <haskell>
Status: RESOLVED INVALID    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: https://github.com/koalaman/shellcheck/commit/f754363733aa2b4dbef8380f8e343b23a4a92276
Whiteboard:
Package list:
Runtime testing required: ---

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.