ghc-pkg vs cabal
        Posted  
        
            by Ben Lever
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Ben Lever
        
        
        
        Published on 2010-04-25T00:13:16Z
        Indexed on 
            2010/04/25
            0:23 UTC
        
        
        Read the original article
        Hit count: 493
        
In relation to how packages are created, installed and used in Haskell, what are the differences between ghc-pkg and cabal? When would you use one or the other or both?
Are they complementary tools, competitive tools, or simply tools that do different jobs?
© Stack Overflow or respective owner