diff options
author | Ian Lynagh <igloo@earth.li> | 2011-06-26 19:28:30 +0100 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2011-06-26 21:06:40 +0100 |
commit | 5ca76f4fdf9a9ff38983e4f0f794eac11f98594a (patch) | |
tree | a7f8104ae00fba20e5d0f9202c5e0e5154b29261 /src | |
parent | 8739a6bd59f562bb550c915f1d2b2a327b748572 (diff) |
Bump GHC dep to allow 7.2
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 673040e3..d337eefe 100644 --- a/src/Haddock/InterfaceFile.hs +++ b/src/Haddock/InterfaceFile.hs @@ -68,6 +68,10 @@ binaryInterfaceVersion :: Word16 binaryInterfaceVersion = 16 #elif __GLASGOW_HASKELL__ == 701 binaryInterfaceVersion = 16 +#elif __GLASGOW_HASKELL__ == 702 +binaryInterfaceVersion = 16 +#elif __GLASGOW_HASKELL__ == 703 +binaryInterfaceVersion = 16 #else #error Unknown GHC version #endif |