From 063f3b2f239b74194c76be3cf322e6f74fa54975 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Mon, 17 Jan 2011 18:48:20 +0000 Subject: [PATCH] Add NondecreasingIndentation to the extensions needed --- base.cabal | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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, -- 1.7.10.4