Add NondecreasingIndentation to the list of extensions in ghc-pkg
authorIan Lynagh <igloo@earth.li>
Mon, 17 Jan 2011 19:06:10 +0000 (19:06 +0000)
committerIan Lynagh <igloo@earth.li>
Mon, 17 Jan 2011 19:06:10 +0000 (19:06 +0000)
utils/ghc-pkg/ghc-pkg.cabal

index 3870249..a0f3c36 100644 (file)
@@ -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,