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

git at git.haskell.org git at git.haskell.org
Fri Aug 22 15:38:41 UTC 2014


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

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

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

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

    Drop ghc library dep on Cabal


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

7cf35e277fd928bed249ff4cca6ef65c7395daac
 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