[commit: ghc] master: Debug: Remove extraneous LANGUAGE CPP (3fbf8f4)
git at git.haskell.org
git at git.haskell.org
Fri Sep 25 15:17:50 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/3fbf8f46052dbcc45e01fa4f616b11b4acf4d859/ghc
>---------------------------------------------------------------
commit 3fbf8f46052dbcc45e01fa4f616b11b4acf4d859
Author: Ben Gamari <ben at smart-cactus.org>
Date: Mon Aug 24 11:42:24 2015 +0200
Debug: Remove extraneous LANGUAGE CPP
>---------------------------------------------------------------
3fbf8f46052dbcc45e01fa4f616b11b4acf4d859
compiler/cmm/Debug.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compiler/cmm/Debug.hs b/compiler/cmm/Debug.hs
index 069f5cc..83db2a1 100644
--- a/compiler/cmm/Debug.hs
+++ b/compiler/cmm/Debug.hs
@@ -1,4 +1,4 @@
-{-# LANGUAGE GADTs, CPP #-}
+{-# LANGUAGE GADTs #-}
-----------------------------------------------------------------------------
--
More information about the ghc-commits
mailing list