Re-merge concurrent,timeout,unique,st,getopt into base
[ghc-hetmet.git] / utils / ghc-pkg / ghc-pkg.cabal
index 0ab3534..a201cb8 100644 (file)
@@ -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,