diff options
author | David Waern <david.waern@gmail.com> | 2008-05-01 12:28:12 +0000 |
---|---|---|
committer | David Waern <david.waern@gmail.com> | 2008-05-01 12:28:12 +0000 |
commit | 3effb80ac9309acc7ca5cab2b028555529f8d850 (patch) | |
tree | c6f7f0f6d00156cbd15f7f5c088728ab92aed88f /src/Haddock/InterfaceFile.hs | |
parent | 612e5ad4767faecfb12f950b482cfe958ddfeb20 (diff) |
Remove claim of backwards compatibility from docs for readInterfaceFile
Diffstat (limited to 'src/Haddock/InterfaceFile.hs')
-rw-r--r-- | src/Haddock/InterfaceFile.hs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Haddock/InterfaceFile.hs b/src/Haddock/InterfaceFile.hs index 8a4f8d78..59dc768c 100644 --- a/src/Haddock/InterfaceFile.hs +++ b/src/Haddock/InterfaceFile.hs @@ -103,8 +103,6 @@ writeInterfaceFile filename iface = do -- | Read a Haddock (@.haddock@) interface file. Return either an -- 'InterfaceFile' or an error message. If given a GHC 'Session', the function -- registers all read names in the name cache of the session. --- The aim is to be compatible with interface files produced by any Haddock --- of version 2.0.0.0 or greater. readInterfaceFile :: Maybe Session -> FilePath -> IO (Either String InterfaceFile) readInterfaceFile mbSession filename = do bh <- readBinMem filename |