summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2012-10-14 17:15:48 +0100
committerIan Lynagh <igloo@earth.li>2012-10-14 17:15:48 +0100
commit0af4562be1a245a2f057cf3f02c8943ca4a94e48 (patch)
tree3e8b65c7b4746ca085ae3f88ddcac6bbf19f28b7
parent7da655562b684c83128bb74995d32014f15addfb (diff)
downloadhaskell-0af4562be1a245a2f057cf3f02c8943ca4a94e48.tar.gz
Fix some dependencies
-rw-r--r--ghc.mk2
-rw-r--r--utils/ghctags/ghctags.cabal2
-rw-r--r--utils/hpc/hpc-bin.cabal2
3 files changed, 5 insertions, 1 deletions
diff --git a/ghc.mk b/ghc.mk
index 2fd36e7ff2..2c64b02cf9 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 9ca079b71a..07221d3e08 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 bce8ea501b..30b96211e9 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