From: Ian Lynagh Date: Mon, 17 Jan 2011 19:24:43 +0000 (+0000) Subject: Add NondecreasingIndentation to the list of extensions X-Git-Tag: ghc-darcs-git-switchover X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=632e3713bad2f0418888c874fe164d0a83efc81e;p=haskell-directory.git Add NondecreasingIndentation to the list of extensions --- diff --git a/directory.cabal b/directory.cabal index b1f815f..a704b36 100644 --- a/directory.cabal +++ b/directory.cabal @@ -30,6 +30,8 @@ Library { includes: HsDirectory.h install-includes: HsDirectory.h HsDirectoryConfig.h extensions: CPP, ForeignFunctionInterface + if impl(ghc >= 7.1) + extensions: NondecreasingIndentation build-depends: base >= 4.2 && < 4.4, old-time >= 1.0 && < 1.1, filepath >= 1.1 && < 1.3