From bf818ff8d2777aac58ec8357ecb5f7f43b98743d Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Mon, 17 Jan 2011 19:04:04 +0000 Subject: [PATCH] Add NondecreasingIndentation to the list of extensions in the ghc package --- compiler/ghc.cabal.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in index 0711a93..01db24a 100644 --- a/compiler/ghc.cabal.in +++ b/compiler/ghc.cabal.in @@ -99,6 +99,8 @@ Library TypeSynonymInstances, MultiParamTypeClasses, FlexibleInstances, Rank2Types, ScopedTypeVariables, DeriveDataTypeable + if impl(ghc >= 7.1) + Extensions: NondecreasingIndentation Include-Dirs: . parser utils -- 1.7.10.4