X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=utils%2Fghc-pkg%2Fghc-pkg.cabal;h=0b8bb37e10e321c0b1f691b5f46b536b2e69373f;hb=59b01a2fb6cd6a9af37f5fd6775f574bc53af02a;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..0b8bb37 100644 --- a/utils/ghc-pkg/ghc-pkg.cabal +++ b/utils/ghc-pkg/ghc-pkg.cabal @@ -30,15 +30,15 @@ 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 - Build-Depends: haskell98, filepath, Cabal + if impl(ghc < 6.9) + Build-Depends: extensible-exceptions + + Build-Depends: haskell98, filepath, Cabal, bin-package-db if !os(windows) Build-Depends: unix if os(windows)