X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=utils%2Fghc-pkg%2Fghc-pkg.cabal;h=e04ec322adc6bc8b3d60033e66ab0b1680dba5cd;hp=cefad041dd547f3fb88717a4f75a55200c89f8fc;hb=771d69aa214ae3e5c0722e7a1b3d71e35a6a1df8;hpb=33fd028c5ee862fc97ac3cf79329b40608fbaab6 diff --git a/utils/ghc-pkg/ghc-pkg.cabal b/utils/ghc-pkg/ghc-pkg.cabal index cefad04..e04ec32 100644 --- a/utils/ghc-pkg/ghc-pkg.cabal +++ b/utils/ghc-pkg/ghc-pkg.cabal @@ -13,21 +13,22 @@ Category: Development build-type: Simple cabal-version: >=1.2 -Flag base3 - Description: Choose the new smaller, split-up base package. - Executable ghc-pkg Main-Is: Main.hs + Other-Modules: Version Extensions: CPP, ForeignFunctionInterface - if flag(base3) - Build-Depends: base >= 3 && < 5, - directory >= 1 && < 1.1, - process >= 1 && < 1.1, - pretty >= 1 && < 1.1 - else - Build-Depends: base < 3 - Build-Depends: haskell98, filepath, Cabal + + Build-Depends: base >= 4 && < 5, + directory >= 1 && < 1.2, + process >= 1 && < 1.1, + haskell98, + filepath, + Cabal, + binary, + bin-package-db, + bytestring if !os(windows) - Build-Depends: unix + Build-Depends: unix, + terminfo if os(windows) c-sources: CRT_noglob.c