ghc-pkg needs to make package.conf with sensible permissions
[ghc-hetmet.git] / utils / ghc-pkg / ghc-pkg.cabal
index 1e862a7..a201cb8 100644 (file)
@@ -30,9 +30,6 @@ Executable ghc-pkg
     if !flag(base3) && !flag(base4)
         Build-Depends: base       < 3
 
-    if flag(base4)
-        Build-Depends: getopt     >= 0.1 && < 0.2
-
     if flag(base3) || flag(base4)
         Build-Depends: directory  >= 1   && < 1.1,
                        process    >= 1   && < 1.1,