[Haskell-cafe] HaskellForge?

Sven Panne sven.panne at aedion.de
Mon Jan 8 12:19:36 EST 2007


Am Montag, 8. Januar 2007 17:15 schrieb Justin Bailey:
> [...]
> For example, if I want to install Rails (ruby web-app framework), I just
> type:
>
>   gem install rails
>
> It's pretty slick.

How does this work with the native packaging mechanism on your platform 
(RPM, ...)? Does it work "behind it's back" (which would be bad)? Let's 
assume that "rails" needs "foo" and "bar" as well, which are not yet on your 
box. Does "gem install" transitively get/update all dependecies of "rails"?

Cheers,
   S.


More information about the Haskell-Cafe mailing list