X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=utils%2Fghc-pkg%2Fghc-pkg.cabal;h=0b8bb37e10e321c0b1f691b5f46b536b2e69373f;hb=8a2b4cfc761466e51bd77e7f40d70df5c2747578;hp=a201cb88165325a8e25ab553e8b1d1e37e11229d;hpb=71cb36e103ce6892256c2e9c712e78ea37e7dff1;p=ghc-hetmet.git diff --git a/utils/ghc-pkg/ghc-pkg.cabal b/utils/ghc-pkg/ghc-pkg.cabal index a201cb8..0b8bb37 100644 --- a/utils/ghc-pkg/ghc-pkg.cabal +++ b/utils/ghc-pkg/ghc-pkg.cabal @@ -35,7 +35,10 @@ Executable ghc-pkg 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)