[commit: haddock] ghc-7.8: Update CPP check for __GLASGOW_HASKELL__ (71eb749)
git at git.haskell.org
git at git.haskell.org
Wed Jan 29 14:11:10 UTC 2014
Repository : ssh://git@git.haskell.org/haddock
On branch : ghc-7.8
Link : http://git.haskell.org/haddock.git/commitdiff/71eb7498030e72dde8b0432cb1c6d9ec8fd51733
>---------------------------------------------------------------
commit 71eb7498030e72dde8b0432cb1c6d9ec8fd51733
Author: Austin Seipp <aseipp at pobox.com>
Date: Wed Jan 29 08:10:22 2014 -0600
Update CPP check for __GLASGOW_HASKELL__
Signed-off-by: Austin Seipp <aseipp at pobox.com>
>---------------------------------------------------------------
71eb7498030e72dde8b0432cb1c6d9ec8fd51733
src/Haddock/InterfaceFile.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Haddock/InterfaceFile.hs b/src/Haddock/InterfaceFile.hs
index e7ea758..62e23d4 100644
--- a/src/Haddock/InterfaceFile.hs
+++ b/src/Haddock/InterfaceFile.hs
@@ -76,7 +76,7 @@ binaryInterfaceMagic = 0xD0Cface
-- (2) set `binaryInterfaceVersionCompatibility` to [binaryInterfaceVersion]
--
binaryInterfaceVersion :: Word16
-#if __GLASGOW_HASKELL__ == 707
+#if __GLASGOW_HASKELL__ == 708
binaryInterfaceVersion = 24
binaryInterfaceVersionCompatibility :: [Word16]
More information about the ghc-commits
mailing list