diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2015-10-22 22:31:00 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2015-10-22 22:32:06 +0100 |
commit | 42bb87c3b1657d2e6aad059f5c46184612242273 (patch) | |
tree | be9b9109a42578e6da3729d456449c6a76acaff1 /app-emacs/ghc-mod/metadata.xml | |
parent | dev-haskell/pipes: new package (diff) | |
download | gentoo-42bb87c3b1657d2e6aad059f5c46184612242273.tar.gz gentoo-42bb87c3b1657d2e6aad059f5c46184612242273.tar.bz2 gentoo-42bb87c3b1657d2e6aad059f5c46184612242273.zip |
app-emacs/ghc-mod: new package
"Happy Haskell Programming",
"The ghc-mod command is a backend command to enrich
Haskell programming on editors including
Emacs, Vim, and Sublime."
Bug: https://bugs.gentoo.org/show_bug.cgi?id=476352
Package-Manager: portage-2.2.23
Diffstat (limited to 'app-emacs/ghc-mod/metadata.xml')
-rw-r--r-- | app-emacs/ghc-mod/metadata.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/app-emacs/ghc-mod/metadata.xml b/app-emacs/ghc-mod/metadata.xml new file mode 100644 index 000000000000..f86749b31dae --- /dev/null +++ b/app-emacs/ghc-mod/metadata.xml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>haskell</herd> + <longdescription> + This packages includes Elisp files + and a Haskell command, "ghc-mod". + "ghc*.el" enable completion of + Haskell symbols on Emacs. + Flymake is also integrated. + "ghc-mod" is a backend of "ghc*.el". + It lists up all installed modules + or extracts names of functions, classes, + and data declarations. + </longdescription> +</pkgmetadata> |