Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/0af4562be1a245a2f057cf3f02c8943ca4a94e48 >--------------------------------------------------------------- commit 0af4562be1a245a2f057cf3f02c8943ca4a94e48 Author: Ian Lynagh <[email protected]> Date: Sun Oct 14 17:15:48 2012 +0100 Fix some dependencies >--------------------------------------------------------------- ghc.mk | 2 ++ utils/ghctags/ghctags.cabal | 2 ++ utils/hpc/hpc-bin.cabal | 2 +- 3 files changed, 5 insertions(+), 1 deletions(-) diff --git a/ghc.mk b/ghc.mk index 2fd36e7..2c64b02 100644 --- a/ghc.mk +++ b/ghc.mk @@ -474,6 +474,8 @@ utils/haddock/dist/package-data.mk: compiler/stage2/package-data.mk utils/ghc-pwd/dist-install/package-data.mk: compiler/stage2/package-data.mk utils/ghc-cabal/dist-install/package-data.mk: compiler/stage2/package-data.mk +utils/ghctags/dist-install/package-data.mk: compiler/stage2/package-data.mk +utils/hpc/dist-install/package-data.mk: compiler/stage2/package-data.mk utils/ghc-pkg/dist-install/package-data.mk: compiler/stage2/package-data.mk utils/hsc2hs/dist-install/package-data.mk: compiler/stage2/package-data.mk utils/compare_sizes/dist-install/package-data.mk: compiler/stage2/package-data.mk diff --git a/utils/ghctags/ghctags.cabal b/utils/ghctags/ghctags.cabal index 9ca079b..07221d3 100644 --- a/utils/ghctags/ghctags.cabal +++ b/utils/ghctags/ghctags.cabal @@ -16,5 +16,7 @@ Executable ghctags Main-Is: Main.hs Build-Depends: base >= 4 && < 5, + containers, + Cabal, ghc diff --git a/utils/hpc/hpc-bin.cabal b/utils/hpc/hpc-bin.cabal index bce8ea5..30b9621 100644 --- a/utils/hpc/hpc-bin.cabal +++ b/utils/hpc/hpc-bin.cabal @@ -43,6 +43,6 @@ Executable hpc Build-Depends: directory >= 1 && < 1.3, containers >= 0.1 && < 0.6, array >= 0.1 && < 0.5 - Build-Depends: haskell98, hpc + Build-Depends: hpc Extensions: CPP _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
