summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2015-10-22 22:31:00 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2015-10-22 22:32:06 +0100
commit42bb87c3b1657d2e6aad059f5c46184612242273 (patch)
treebe9b9109a42578e6da3729d456449c6a76acaff1 /app-emacs/ghc-mod/metadata.xml
parentdev-haskell/pipes: new package (diff)
downloadgentoo-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.xml16
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, &quot;ghc-mod&quot;.
+ &quot;ghc*.el&quot; enable completion of
+ Haskell symbols on Emacs.
+ Flymake is also integrated.
+ &quot;ghc-mod&quot; is a backend of &quot;ghc*.el&quot;.
+ It lists up all installed modules
+ or extracts names of functions, classes,
+ and data declarations.
+ </longdescription>
+</pkgmetadata>