[Haskell-beginners] Is a ghc package the same as a cabal package?

Brandon Allbery allbery.b at gmail.com
Tue Feb 18 17:46:54 UTC 2014


On Tue, Feb 18, 2014 at 11:26 AM, Philippe Sismondi <psismondi at arqux.com>wrote:

> Is a ghc package the same as a cabal package? As far as I can tell they
> are not. I mean "package" as defined by the documentation for each.
>

Start here: http://www.vex.net/~trebla/haskell/sicp.xhtml

Briefly: a cabal package is a collection of source code, metadata, and
build instructions to create a ghc package. Hackage is a collection of
cabal packages.

-- 
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/beginners/attachments/20140218/900e21d3/attachment.html>


More information about the Beginners mailing list