[commit: haddock] T6018-injective-type-families, adamse-D1033, ghc-head, wip/10268, wip/10313, wip/D548-master, wip/D548-master-2, wip/T10483, wip/T9840, wip/orf-reboot: Bump versions for ghc-7.11 (45acead)
git at git.haskell.org
git at git.haskell.org
Wed Jul 8 08:36:18 UTC 2015
Repository : ssh://git@git.haskell.org/haddock
On branches: T6018-injective-type-families,adamse-D1033,ghc-head,wip/10268,wip/10313,wip/D548-master,wip/D548-master-2,wip/T10483,wip/T9840,wip/orf-reboot
Link : http://git.haskell.org/haddock.git/commitdiff/45acead293f9fc18e984d2e83d137809359d506d
>---------------------------------------------------------------
commit 45acead293f9fc18e984d2e83d137809359d506d
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Mon Dec 22 17:51:52 2014 +0100
Bump versions for ghc-7.11
>---------------------------------------------------------------
45acead293f9fc18e984d2e83d137809359d506d
haddock-api/src/Haddock/InterfaceFile.hs | 2 +-
haddock.cabal | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/haddock-api/src/Haddock/InterfaceFile.hs b/haddock-api/src/Haddock/InterfaceFile.hs
index b0df549..e8db3cf 100644
--- a/haddock-api/src/Haddock/InterfaceFile.hs
+++ b/haddock-api/src/Haddock/InterfaceFile.hs
@@ -76,7 +76,7 @@ binaryInterfaceMagic = 0xD0Cface
-- (2) set `binaryInterfaceVersionCompatibility` to [binaryInterfaceVersion]
--
binaryInterfaceVersion :: Word16
-#if (__GLASGOW_HASKELL__ >= 709) && (__GLASGOW_HASKELL__ < 711)
+#if (__GLASGOW_HASKELL__ >= 711) && (__GLASGOW_HASKELL__ < 713)
binaryInterfaceVersion = 27
binaryInterfaceVersionCompatibility :: [Word16]
diff --git a/haddock.cabal b/haddock.cabal
index fbb4bfe..3b6002f 100644
--- a/haddock.cabal
+++ b/haddock.cabal
@@ -57,7 +57,7 @@ executable haddock
array,
xhtml >= 3000.2 && < 3000.3,
Cabal >= 1.10,
- ghc >= 7.9 && < 7.11,
+ ghc >= 7.11 && < 7.13,
bytestring,
transformers
More information about the ghc-commits
mailing list