summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author3onyc2018-04-04 18:28:17 +0200
committer3onyc2018-04-04 18:28:17 +0200
commitcd4e55d200e4fa32544e27724e482f60dcb25157 (patch)
tree632f00427347df8f126e92be4848379b8c3a5437
parent26ce66fea7322cdd7c6361d0f04a03f750f6a129 (diff)
downloadaur-cd4e55d200e4fa32544e27724e482f60dcb25157.tar.gz
Add missing makedepends 'cabal-install'
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 13e1ae5c7cb1..45a5498360d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ url='http://dmwit.com/yeganesh/'
license=('custom:BSD3')
arch=('i686' 'x86_64')
depends=('dmenu')
-makedepends=('ghc')
+makedepends=('ghc' 'cabal-install')
source=(http://dmwit.com/yeganesh/yeganesh-${pkgver}.tar.gz)
md5sums=('1f64542082d61b9004bc42f80ce9ebac')