From 3effb80ac9309acc7ca5cab2b028555529f8d850 Mon Sep 17 00:00:00 2001 From: David Waern Date: Thu, 1 May 2008 12:28:12 +0000 Subject: Remove claim of backwards compatibility from docs for readInterfaceFile --- src/Haddock/InterfaceFile.hs | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/Haddock') 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 -- cgit v1.2.3