diff --git a/elisp/ghc-doc.el b/elisp/ghc-doc.el index 42790dd..8142a83 100644 --- a/elisp/ghc-doc.el +++ b/elisp/ghc-doc.el @@ -68,7 +68,6 @@ end tell" uri))) (mod- (ghc-replace-character mod ?. ?-)) (ver (ghc-pkg-ver-path-get-ver pkg-ver-path)) (path (ghc-pkg-ver-path-get-path pkg-ver-path)) - (pkg-with-ver (format "%s-%s" pkg ver)) (local (format ghc-doc-local-format path mod-)) (remote (format ghc-doc-hackage-format pkg ver mod-)) (file (format "%s/%s.html" path mod-))