From: Ian Lynagh Date: Mon, 17 Jan 2011 18:48:20 +0000 (+0000) Subject: Add NondecreasingIndentation to the extensions needed X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=063f3b2f239b74194c76be3cf322e6f74fa54975;p=ghc-base.git Add NondecreasingIndentation to the extensions needed --- diff --git a/base.cabal b/base.cabal index 04caae1..ecb0d2d 100644 --- a/base.cabal +++ b/base.cabal @@ -104,7 +104,8 @@ Library { ForeignFunctionInterface, UnliftedFFITypes, DeriveDataTypeable, GeneralizedNewtypeDeriving, FlexibleInstances, StandaloneDeriving, - PatternGuards, EmptyDataDecls, NoImplicitPrelude + PatternGuards, EmptyDataDecls, NoImplicitPrelude, + NondecreasingIndentation } exposed-modules: Control.Applicative,