diff options
author | Ian Lynagh <igloo@earth.li> | 2011-12-12 21:21:35 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2011-12-12 21:21:35 +0000 |
commit | c8301a41d924d83f6e5160778d19016f2f1806ce (patch) | |
tree | 1395468120ff4eb54c212892e1cb1bc8f02ee7c9 /src | |
parent | 07c816c5e548824bb089442cf32d70682e47200b (diff) |
Update dependencies and binaryInterfaceVersion
Diffstat (limited to 'src')
-rw-r--r-- | src/Haddock/InterfaceFile.hs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Haddock/InterfaceFile.hs b/src/Haddock/InterfaceFile.hs index 1da46662..52f04f1a 100644 --- a/src/Haddock/InterfaceFile.hs +++ b/src/Haddock/InterfaceFile.hs @@ -68,6 +68,10 @@ binaryInterfaceVersion :: Word16 binaryInterfaceVersion = 18 #elif __GLASGOW_HASKELL__ == 703 binaryInterfaceVersion = 18 +#elif __GLASGOW_HASKELL__ == 704 +binaryInterfaceVersion = 18 +#elif __GLASGOW_HASKELL__ == 705 +binaryInterfaceVersion = 18 #else #error Unknown GHC version #endif |