From: Ian Lynagh Date: Mon, 17 Jan 2011 19:06:10 +0000 (+0000) Subject: Add NondecreasingIndentation to the list of extensions in ghc-pkg X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=70730de36b69dd597052b35373d0f450d7a0020a Add NondecreasingIndentation to the list of extensions in ghc-pkg --- diff --git a/utils/ghc-pkg/ghc-pkg.cabal b/utils/ghc-pkg/ghc-pkg.cabal index 3870249..a0f3c36 100644 --- a/utils/ghc-pkg/ghc-pkg.cabal +++ b/utils/ghc-pkg/ghc-pkg.cabal @@ -16,7 +16,7 @@ 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,