[Haskell-cafe] Can cabal be turned into a package manager?

Brandon Allbery allbery.b at gmail.com
Wed Dec 12 20:59:40 CET 2012


On Wed, Dec 12, 2012 at 12:51 PM, Andre Cunha <andrecunha.usp at gmail.com>wrote:

> Janek, did you mean something like Rubygems (http://rubygems.org)? It
> manages the download, installation and manipulation of Ruby packages,
> called "gems". A gem can contain executable programs or libraries (just
> like traditional packages, like .rpm). Rubygems also handles dependencies
> between gems, and allows you to update them.
>

But doesn't solve the actual problem; Ruby programmers use RVM (think
virthualenv) religiously to avoid "gem hell", and every Ruby project
effectively has its own Ruby installation as a result.  Indeed, gem
managers mostly expect you to be installing into private RVM sandboxes.

-- 
brandon s allbery kf8nh                               sine nomine associates
allbery.b at gmail.com                                  ballbery at sinenomine.net
unix, openafs, kerberos, infrastructure, xmonad        http://sinenomine.net
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20121212/76c781e0/attachment.htm>


More information about the Haskell-Cafe mailing list