From: Ian Lynagh Date: Mon, 17 Jan 2011 19:04:04 +0000 (+0000) Subject: Add NondecreasingIndentation to the list of extensions in the ghc package X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=bf818ff8d2777aac58ec8357ecb5f7f43b98743d;p=ghc-hetmet.git Add NondecreasingIndentation to the list of extensions in the ghc package --- 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