summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPoscat2019-12-03 16:23:04 +0800
committerPoscat2019-12-03 16:23:04 +0800
commitec344903a19ec03c2be63df784e3130679bd3208 (patch)
tree668f31998be5d465114cf7a7a1980ef71ebf37da /PKGBUILD
parenta7ca39b4b06b3dd08a9e7264dea4fd4fa989306d (diff)
downloadaur-emacs-haskell-mode-git.tar.gz
Add optdepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 4 insertions, 0 deletions
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')