Add NondecreasingIndentation to the list of extensions in ghc-pkg
[ghc-hetmet.git] / 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,