From 83a2a6ab67b25eec42c50b99b0b594313b8abe44 Mon Sep 17 00:00:00 2001
From: Paolo Capriotti
Date: Wed, 11 Jul 2012 17:15:05 +0100
Subject: Update dependencies.
---
haddock.cabal | 4 ++--
src/Haddock/InterfaceFile.hs | 2 ++
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/haddock.cabal b/haddock.cabal
index 1b7eb513..e133e51e 100644
--- a/haddock.cabal
+++ b/haddock.cabal
@@ -91,7 +91,7 @@ executable haddock
array,
xhtml >= 3000.2 && < 3000.3,
Cabal >= 1.10,
- ghc >= 7.4 && < 7.6
+ ghc >= 7.4 && < 7.8
if flag(in-ghc-tree)
cpp-options: -DIN_GHC_TREE
@@ -153,7 +153,7 @@ library
array,
xhtml >= 3000.2 && < 3000.3,
Cabal >= 1.10,
- ghc >= 7.4 && < 7.6
+ ghc >= 7.4 && < 7.8
if flag(in-ghc-tree)
cpp-options: -DIN_GHC_TREE
diff --git a/src/Haddock/InterfaceFile.hs b/src/Haddock/InterfaceFile.hs
index 970093df..c2f1eb5c 100644
--- a/src/Haddock/InterfaceFile.hs
+++ b/src/Haddock/InterfaceFile.hs
@@ -73,6 +73,8 @@ binaryInterfaceVersion = 20
binaryInterfaceVersion = 20
#elif __GLASGOW_HASKELL__ == 705
binaryInterfaceVersion = 20
+#elif __GLASGOW_HASKELL__ == 706
+binaryInterfaceVersion = 20
#else
#error Unknown GHC version
#endif
--
cgit v1.2.3