aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPaolo Capriotti <p.capriotti@gmail.com>2012-07-11 17:15:05 +0100
committerPaolo Capriotti <p.capriotti@gmail.com>2012-07-20 10:27:28 +0100
commit83a2a6ab67b25eec42c50b99b0b594313b8abe44 (patch)
tree2571702466c3f3da7e4d58541b18f0223fca8e31 /src
parent6e8bc1dca77bbbc5743f63a2e8ea5b1eab0ed80c (diff)
Update dependencies.
Diffstat (limited to 'src')
-rw-r--r--src/Haddock/InterfaceFile.hs2
1 files changed, 2 insertions, 0 deletions
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