Add a recipe for ghc-imported-from

This package provides an Emacs command for running and processing the
output of ghc-imported-from, which is a command-line app for determining
the Haddock documentation page for a symbol in a Haskell program.

The package repository is at
https://github.com/david-christiansen/ghc-imported-from-el

I am the author and maintainer of the package.
This commit is contained in:
David Raymond Christiansen 2014-11-20 10:48:27 -08:00
parent c9f86ccce9
commit 9b642a2349

View file

@ -0,0 +1,3 @@
(ghc-imported-from
:fetcher github
:repo "david-christiansen/ghc-imported-from-el")