X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=utils%2Fghc-pkg%2Fghc-pkg.cabal;h=393e44d4158a0a1583505a91580542bc4e9fccf7;hb=b769418ce58fd409f580e4625ef7dbb9b42dacbf;hp=1e862a7cd584ae1e99c467bdd5d098b4f4be5af5;hpb=7ec2d9b9ae3e34b1533a90d433a530b949435952;p=ghc-hetmet.git diff --git a/utils/ghc-pkg/ghc-pkg.cabal b/utils/ghc-pkg/ghc-pkg.cabal index 1e862a7..393e44d 100644 --- a/utils/ghc-pkg/ghc-pkg.cabal +++ b/utils/ghc-pkg/ghc-pkg.cabal @@ -30,14 +30,14 @@ 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, pretty >= 1 && < 1.1 + if impl(ghc < 6.9) + Build-Depends: extensible-exceptions + Build-Depends: haskell98, filepath, Cabal if !os(windows) Build-Depends: unix