X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=utils%2Fghc-pkg%2Fghc-pkg.cabal;h=a0f3c36e1d64e3091692ff8dad99aaaa7a4d594c;hb=c8c2f6bb7d79a2a6aeaa3233363fdf0bbbfad205;hp=eb54d84717c2b228163a4259a91550e04d5acc5f;hpb=8582fce6b6a97fcb5842293866e236fc12cf58c3;p=ghc-hetmet.git diff --git a/utils/ghc-pkg/ghc-pkg.cabal b/utils/ghc-pkg/ghc-pkg.cabal index eb54d84..a0f3c36 100644 --- a/utils/ghc-pkg/ghc-pkg.cabal +++ b/utils/ghc-pkg/ghc-pkg.cabal @@ -16,12 +16,11 @@ cabal-version: >=1.2 Executable ghc-pkg Main-Is: Main.hs Other-Modules: Version - Extensions: CPP, ForeignFunctionInterface + Extensions: CPP, ForeignFunctionInterface, NondecreasingIndentation Build-Depends: base >= 4 && < 5, - directory >= 1 && < 1.1, + directory >= 1 && < 1.2, process >= 1 && < 1.1, - haskell98, filepath, Cabal, binary,