X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=utils%2Fghc-pkg%2Fghc-pkg.cabal;h=0b8bb37e10e321c0b1f691b5f46b536b2e69373f;hb=33642e6578d9c5fe83005f75fbbfd713222b8196;hp=0ab35341794f61594b2e5d1f462a96602f9b56a2;hpb=60b50498ce499e879cd7d72f5386c1c633c692ff;p=ghc-hetmet.git diff --git a/utils/ghc-pkg/ghc-pkg.cabal b/utils/ghc-pkg/ghc-pkg.cabal index 0ab3534..0b8bb37 100644 --- a/utils/ghc-pkg/ghc-pkg.cabal +++ b/utils/ghc-pkg/ghc-pkg.cabal @@ -30,16 +30,15 @@ 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, 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)