diff options
author | Alex Biehl <alexbiehl@gmail.com> | 2017-05-01 21:59:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-01 21:59:23 +0200 |
commit | e0e6615dd421f1b332ce2b11a98de768fa7c29a8 (patch) | |
tree | 3790755a376f5170918ac4172e5a8557ddb66099 /haddock-api/src/Haddock/InterfaceFile.hs | |
parent | 2163981e773b76212b2265a1eb03208ee2e7edf2 (diff) |
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_
Diffstat (limited to 'haddock-api/src/Haddock/InterfaceFile.hs')
-rw-r--r-- | haddock-api/src/Haddock/InterfaceFile.hs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/haddock-api/src/Haddock/InterfaceFile.hs b/haddock-api/src/Haddock/InterfaceFile.hs index 3365581f..e5c2face 100644 --- a/haddock-api/src/Haddock/InterfaceFile.hs +++ b/haddock-api/src/Haddock/InterfaceFile.hs @@ -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 |