[commit: ghc] wip/remove-cabal-dep: Drop ghc library dep on Cabal (b87a05e)

git at git.haskell.org git at git.haskell.org
Sun Aug 24 22:47:31 UTC 2014


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/remove-cabal-dep
Link       : http://ghc.haskell.org/trac/ghc/changeset/b87a05e3130fe55488cac3cfabd87abe05ababe0/ghc

>---------------------------------------------------------------

commit b87a05e3130fe55488cac3cfabd87abe05ababe0
Author: Duncan Coutts <duncan at well-typed.com>
Date:   Fri Aug 22 15:09:55 2014 +0100

    Drop ghc library dep on Cabal


>---------------------------------------------------------------

b87a05e3130fe55488cac3cfabd87abe05ababe0
 compiler/ghc.cabal.in | 1 -
 1 file changed, 1 deletion(-)

diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in
index d449ada..31220e4 100644
--- a/compiler/ghc.cabal.in
+++ b/compiler/ghc.cabal.in
@@ -52,7 +52,6 @@ Library
                    containers >= 0.1 && < 0.6,
                    array      >= 0.1 && < 0.6,
                    filepath   >= 1   && < 1.4,
-                   Cabal,
                    hpc,
                    transformers,
                    bin-package-db,



More information about the ghc-commits mailing list