summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2011-01-17 19:06:10 +0000
committerIan Lynagh <igloo@earth.li>2011-01-17 19:06:10 +0000
commit70730de36b69dd597052b35373d0f450d7a0020a (patch)
treef2fc5a39e022070695755cae39ee61b9d2e25c4e /utils
parentbf818ff8d2777aac58ec8357ecb5f7f43b98743d (diff)
downloadhaskell-70730de36b69dd597052b35373d0f450d7a0020a.tar.gz
Add NondecreasingIndentation to the list of extensions in ghc-pkg
Diffstat (limited to 'utils')
-rw-r--r--utils/ghc-pkg/ghc-pkg.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/ghc-pkg/ghc-pkg.cabal b/utils/ghc-pkg/ghc-pkg.cabal
index 3870249fc5..a0f3c36e1d 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,