[commit: packages/hpc] master: Add a few `{-# LANGUAGE CPP #-}`s (8e228fa)

git at git.haskell.org git at git.haskell.org
Thu Oct 24 08:51:34 UTC 2013


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

On branch  : master
Link       : http://git.haskell.org/packages/hpc.git/commitdiff/8e228fafd15f0eefb47ded694d588515931e5c54

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

commit 8e228fafd15f0eefb47ded694d588515931e5c54
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Thu Oct 24 10:28:19 2013 +0200

    Add a few `{-# LANGUAGE CPP #-}`s
    
    Signed-off-by: Herbert Valerio Riedel <hvr at gnu.org>


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

8e228fafd15f0eefb47ded694d588515931e5c54
 Trace/Hpc/Mix.hs  |    1 +
 Trace/Hpc/Tix.hs  |    1 +
 Trace/Hpc/Util.hs |    1 +
 3 files changed, 3 insertions(+)

diff --git a/Trace/Hpc/Mix.hs b/Trace/Hpc/Mix.hs
index 0b05f51..a02cd46 100644
--- a/Trace/Hpc/Mix.hs
+++ b/Trace/Hpc/Mix.hs
@@ -1,3 +1,4 @@
+{-# LANGUAGE CPP #-}
 #ifdef __GLASGOW_HASKELL__
 {-# LANGUAGE Trustworthy #-}
 #endif
diff --git a/Trace/Hpc/Tix.hs b/Trace/Hpc/Tix.hs
index a30237f..257941c 100644
--- a/Trace/Hpc/Tix.hs
+++ b/Trace/Hpc/Tix.hs
@@ -1,3 +1,4 @@
+{-# LANGUAGE CPP #-}
 #ifdef __GLASGOW_HASKELL__
 {-# LANGUAGE Safe #-}
 #endif
diff --git a/Trace/Hpc/Util.hs b/Trace/Hpc/Util.hs
index 8365da2..7ede8b6 100644
--- a/Trace/Hpc/Util.hs
+++ b/Trace/Hpc/Util.hs
@@ -1,3 +1,4 @@
+{-# LANGUAGE CPP #-}
 #ifdef __GLASGOW_HASKELL__
 {-# LANGUAGE Safe #-}
 #endif



More information about the ghc-commits mailing list