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/files
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/files')
-rw-r--r--app-emacs/ghc-mod/files/50ghc-mod-gentoo.el3
-rw-r--r--app-emacs/ghc-mod/files/ghc-mod-5.4.0.0-gentoo.patch11
2 files changed, 14 insertions, 0 deletions
diff --git a/app-emacs/ghc-mod/files/50ghc-mod-gentoo.el b/app-emacs/ghc-mod/files/50ghc-mod-gentoo.el
new file mode 100644
index 000000000000..402c84de9b12
--- /dev/null
+++ b/app-emacs/ghc-mod/files/50ghc-mod-gentoo.el
@@ -0,0 +1,3 @@
+;;; ghc-mod site-lisp configuration
+
+(add-to-list 'load-path "@SITELISP@")
diff --git a/app-emacs/ghc-mod/files/ghc-mod-5.4.0.0-gentoo.patch b/app-emacs/ghc-mod/files/ghc-mod-5.4.0.0-gentoo.patch
new file mode 100644
index 000000000000..f852744aadb9
--- /dev/null
+++ b/app-emacs/ghc-mod/files/ghc-mod-5.4.0.0-gentoo.patch
@@ -0,0 +1,11 @@
+--- ghc-mod.cabal.orig 2015-04-18 13:14:37.566613645 +0200
++++ ghc-mod.cabal 2015-04-18 13:14:53.420241209 +0200
+@@ -26,8 +26,6 @@
+ Category: GHC, Development
+ Cabal-Version: >= 1.14
+ Build-Type: Custom
+-Data-Files: elisp/Makefile
+- elisp/*.el
+ Data-Files: LICENSE COPYING.BSD3 COPYING.AGPL3
+ Extra-Source-Files: ChangeLog
+ SetupCompat.hs