summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 266a0459cf49..4737ca252858 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,8 @@ pkgbase = emacs-haskell-mode-git
license = GPL
makedepends = emacs
makedepends = git
+ optdepends = stylish-haskell: code formatting support
+ optdepends = hasktags: tags generation support
provides = emacs-haskell-mode
source = emacs-haskell-mode-git::git://github.com/haskell/haskell-mode
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 0075ef4e25cb..1a42140ed1b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,6 +10,10 @@ license=('GPL')
url="https://github.com/haskell/haskell-mode"
install=${pkgname}.install
makedepends=('emacs' 'git')
+optdepends=(
+ 'stylish-haskell: code formatting support'
+ 'hasktags: tags generation support'
+ )
provides=('emacs-haskell-mode')
source=("${pkgname}::git://github.com/haskell/haskell-mode")
md5sums=('SKIP')