diff options
Diffstat (limited to 'src/Haddock/InterfaceFile.hs')
-rw-r--r-- | src/Haddock/InterfaceFile.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Haddock/InterfaceFile.hs b/src/Haddock/InterfaceFile.hs index cfcc8fbd..eed44714 100644 --- a/src/Haddock/InterfaceFile.hs +++ b/src/Haddock/InterfaceFile.hs @@ -372,7 +372,7 @@ instance Binary DocOption where {-* Generated by DrIFT : Look, but Don't Touch. *-} -instance (Binary id) => Binary (HsDoc id) where +instance (Binary id) => Binary (Doc id) where put_ bh DocEmpty = do putByte bh 0 put_ bh (DocAppend aa ab) = do |