[commit: haddock] master: Update CPP check for __GLASGOW_HASKELL__ (96838d2)

git at git.haskell.org git at git.haskell.org
Wed Jan 29 14:09:47 UTC 2014


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

On branch  : master
Link       : http://git.haskell.org/haddock.git/commitdiff/96838d249070e1ab55641b6816360a3e6bc909fa

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

commit 96838d249070e1ab55641b6816360a3e6bc909fa
Author: Austin Seipp <austin at well-typed.com>
Date:   Wed Jan 29 08:09:04 2014 -0600

    Update CPP check for __GLASGOW_HASKELL__
    
    Signed-off-by: Austin Seipp <austin at well-typed.com>


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

96838d249070e1ab55641b6816360a3e6bc909fa
 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..b4d5406 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__ == 709
 binaryInterfaceVersion = 24
 
 binaryInterfaceVersionCompatibility :: [Word16]



More information about the ghc-commits mailing list