[commit: packages/Cabal] ghc-head: Add CPP pragma to D.Simple.Setup (43f1e2a)

git at git.haskell.org git at git.haskell.org
Thu Jan 16 16:04:00 UTC 2014


Repository : ssh://git@git.haskell.org/Cabal

On branch  : ghc-head
Link       : http://git.haskell.org/packages/Cabal.git/commitdiff/43f1e2a5a81688eb186102c684bb4d134ca3c63a

>---------------------------------------------------------------

commit 43f1e2a5a81688eb186102c684bb4d134ca3c63a
Author: Thomas Tuegel <ttuegel at gmail.com>
Date:   Wed Nov 27 17:03:11 2013 -0600

    Add CPP pragma to D.Simple.Setup


>---------------------------------------------------------------

43f1e2a5a81688eb186102c684bb4d134ca3c63a
 Cabal/Distribution/Simple/Setup.hs |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/Cabal/Distribution/Simple/Setup.hs b/Cabal/Distribution/Simple/Setup.hs
index f95731c..d14574d 100644
--- a/Cabal/Distribution/Simple/Setup.hs
+++ b/Cabal/Distribution/Simple/Setup.hs
@@ -56,6 +56,8 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -}
 
+{-# LANGUAGE CPP #-}
+
 module Distribution.Simple.Setup (
 
   GlobalFlags(..),   emptyGlobalFlags,   defaultGlobalFlags,   globalCommand,



More information about the ghc-commits mailing list