Skip to content
Snippets Groups Projects
Commit e0e6615d authored by Alex Biehl's avatar Alex Biehl Committed by GitHub
Browse files

Fix Binary instance for InstalledInterface (#611)

(#610) introduced lazy decoding for docs from InstalledInterface but
forgot to remove the original calls to get and put_
parent 2163981e
No related branches found
No related tags found
5 merge requests!38Make --no-tmp-comp-dir the default,!37Adapt to latest xhtml version, various optimizations,!31Support HsToken in DataDecl and ClassDecl,!12Drop orphan instance when defined upstream.,!10Haddock interfaces produced from `.hi` files
......@@ -378,8 +378,6 @@ instance Binary InstalledInterface where
put_ bh is_sig
put_ bh info
lazyPut bh (docMap, argMap)
put_ bh docMap
put_ bh argMap
put_ bh exps
put_ bh visExps
put_ bh opts
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment