diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Haddock/Interface.hs | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Haddock/Interface.hs b/src/Haddock/Interface.hs index 73c08018..4835b08e 100644 --- a/src/Haddock/Interface.hs +++ b/src/Haddock/Interface.hs @@ -39,7 +39,7 @@ import SrcLoc  -- | Turn a topologically sorted list of module names/filenames into interfaces. Also --- return the home link environment created in the process, and any error messages. +-- return the home link environment created in the process.  #if __GLASGOW_HASKELL__ >= 609  createInterfaces :: [String] -> LinkEnv -> [Flag] -> Ghc ([Interface], LinkEnv)  createInterfaces modules externalLinks flags = do  | 
