diff options
author | David Waern <david.waern@gmail.com> | 2008-11-06 21:51:31 +0000 |
---|---|---|
committer | David Waern <david.waern@gmail.com> | 2008-11-06 21:51:31 +0000 |
commit | 27376c681ce1efcef87b320ff1bc1587ea7437af (patch) | |
tree | ab9e36c80e6431ae8eb3859d7ac9a2ef8f21604d /src/Haddock/InterfaceFile.hs | |
parent | 41afec2520ce926dcd04da1024facb4e6e4cde4e (diff) |
Fix warnings in H.InterfaceFile and H.Options
Diffstat (limited to 'src/Haddock/InterfaceFile.hs')
-rw-r--r-- | src/Haddock/InterfaceFile.hs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Haddock/InterfaceFile.hs b/src/Haddock/InterfaceFile.hs index 19aaf7a6..62f19275 100644 --- a/src/Haddock/InterfaceFile.hs +++ b/src/Haddock/InterfaceFile.hs @@ -37,9 +37,10 @@ import Module import HscTypes import FastMutInt import HsDoc +#if __GLASGOW_HASKELL__ >= 609 import FastString import Unique - +#endif data InterfaceFile = InterfaceFile { ifLinkEnv :: LinkEnv, |