summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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