aboutsummaryrefslogtreecommitdiff
path: root/haddock-api/src
diff options
context:
space:
mode:
authorAlex Biehl <alexbiehl@gmail.com>2017-05-01 21:59:23 +0200
committerGitHub <noreply@github.com>2017-05-01 21:59:23 +0200
commite0e6615dd421f1b332ce2b11a98de768fa7c29a8 (patch)
tree3790755a376f5170918ac4172e5a8557ddb66099 /haddock-api/src
parent2163981e773b76212b2265a1eb03208ee2e7edf2 (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')
-rw-r--r--haddock-api/src/Haddock/InterfaceFile.hs2
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