[commit: ghc] master: Drop ghc library dep on Cabal (9597a25)
git at git.haskell.org
git at git.haskell.org
Fri Aug 29 14:04:08 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/9597a258d356ae83411a512351c92428b61c112d/ghc
>---------------------------------------------------------------
commit 9597a258d356ae83411a512351c92428b61c112d
Author: Duncan Coutts <duncan at well-typed.com>
Date: Fri Aug 22 15:09:55 2014 +0100
Drop ghc library dep on Cabal
>---------------------------------------------------------------
9597a258d356ae83411a512351c92428b61c112d
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