X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=utils%2Fghc-pkg%2Fghc-pkg.cabal;h=a0f3c36e1d64e3091692ff8dad99aaaa7a4d594c;hb=091fceaeb313c2d2504c005ddc1067ad6f9c60c6;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..a0f3c36 100644 --- a/utils/ghc-pkg/ghc-pkg.cabal +++ b/utils/ghc-pkg/ghc-pkg.cabal @@ -13,30 +13,21 @@ Category: Development build-type: Simple cabal-version: >=1.2 -Flag base4 - Description: Choose the even newer, even smaller, split-up base package. - -Flag base3 - Description: Choose the new smaller, split-up base package. - Executable ghc-pkg Main-Is: Main.hs - Extensions: CPP, ForeignFunctionInterface - - if flag(base4) - Build-Depends: base >= 4 && < 5 - if flag(base3) - Build-Depends: base >= 3 && < 4 - if !flag(base3) && !flag(base4) - Build-Depends: base < 3 - - if flag(base3) || flag(base4) - Build-Depends: directory >= 1 && < 1.1, - process >= 1 && < 1.1, - pretty >= 1 && < 1.1 + Other-Modules: Version + Extensions: CPP, ForeignFunctionInterface, NondecreasingIndentation - Build-Depends: haskell98, filepath, Cabal + Build-Depends: base >= 4 && < 5, + directory >= 1 && < 1.2, + process >= 1 && < 1.1, + 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