X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=utils%2Fghc-pkg%2Fghc-pkg.cabal;h=a0f3c36e1d64e3091692ff8dad99aaaa7a4d594c;hb=a6e8418a71b14ef85ee7134be654689b17765f03;hp=e04ec322adc6bc8b3d60033e66ab0b1680dba5cd;hpb=771d69aa214ae3e5c0722e7a1b3d71e35a6a1df8;p=ghc-hetmet.git diff --git a/utils/ghc-pkg/ghc-pkg.cabal b/utils/ghc-pkg/ghc-pkg.cabal index e04ec32..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.2, process >= 1 && < 1.1, - haskell98, filepath, Cabal, binary,