Sanity check values that we wrap in single quotes
[ghc-hetmet.git] / utils / ghc-pkg / ghc-pkg.cabal
index e04ec32..a0f3c36 100644 (file)
@@ -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,