summaryrefslogtreecommitdiff
path: root/utils/ghc-pkg/ghc-pkg.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'utils/ghc-pkg/ghc-pkg.cabal')
-rw-r--r--utils/ghc-pkg/ghc-pkg.cabal4
1 files changed, 0 insertions, 4 deletions
diff --git a/utils/ghc-pkg/ghc-pkg.cabal b/utils/ghc-pkg/ghc-pkg.cabal
index 0ab3534179..a201cb8816 100644
--- a/utils/ghc-pkg/ghc-pkg.cabal
+++ b/utils/ghc-pkg/ghc-pkg.cabal
@@ -30,10 +30,6 @@ Executable ghc-pkg
if !flag(base3) && !flag(base4)
Build-Depends: base < 3
- if flag(base4)
- Build-Depends: concurrent >= 0.1 && < 0.2,
- getopt >= 0.1 && < 0.2
-
if flag(base3) || flag(base4)
Build-Depends: directory >= 1 && < 1.1,
process >= 1 && < 1.1,