From 632e3713bad2f0418888c874fe164d0a83efc81e Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Mon, 17 Jan 2011 19:24:43 +0000 Subject: [PATCH] Add NondecreasingIndentation to the list of extensions --- directory.cabal | 2 ++ 1 file changed, 2 insertions(+) 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 -- 1.7.10.4