Add NondecreasingIndentation to the extensions needed
authorIan Lynagh <igloo@earth.li>
Mon, 17 Jan 2011 18:48:20 +0000 (18:48 +0000)
committerIan Lynagh <igloo@earth.li>
Mon, 17 Jan 2011 18:48:20 +0000 (18:48 +0000)
base.cabal

index 04caae1..ecb0d2d 100644 (file)
@@ -104,7 +104,8 @@ Library {
                     ForeignFunctionInterface, UnliftedFFITypes,
                     DeriveDataTypeable, GeneralizedNewtypeDeriving,
                     FlexibleInstances, StandaloneDeriving,
-                    PatternGuards, EmptyDataDecls, NoImplicitPrelude
+                    PatternGuards, EmptyDataDecls, NoImplicitPrelude,
+                    NondecreasingIndentation
     }
     exposed-modules:
         Control.Applicative,