diff options
| author | David Waern <david.waern@gmail.com> | 2010-08-31 22:33:23 +0000 | 
|---|---|---|
| committer | David Waern <david.waern@gmail.com> | 2010-08-31 22:33:23 +0000 | 
| commit | 20f0c0affb5b7b8f0764d3921ed76beeebd4fede (patch) | |
| tree | 45f241cccfa0051b82f3856fc30a2cacdc994d5c /src | |
| parent | 01f54aa0b9adb600c08ec3213112407509beefeb (diff) | |
Update interface file versioning to work with ghc 6.14/15
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 1df9cd12..2dd53e2b 100644 --- a/src/Haddock/InterfaceFile.hs +++ b/src/Haddock/InterfaceFile.hs @@ -65,6 +65,10 @@ binaryInterfaceVersion :: Word16  binaryInterfaceVersion = 15  #elif __GLASGOW_HASKELL__ == 613  binaryInterfaceVersion = 15 +#elif __GLASGOW_HASKELL__ == 614 +binaryInterfaceVersion = 16 +#elif __GLASGOW_HASKELL__ == 615 +binaryInterfaceVersion = 16  #else  #error Unknown GHC version  #endif  | 
