summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 06c15f008c99..b5a897e7462e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,12 +6,13 @@ _hkgname=HStringTemplate
# PKGBUILD options/directives
pkgname=haskell-hstringtemplate
pkgver=0.8.7
-pkgrel=2
+pkgrel=3
license=(BSD3)
pkgdesc="StringTemplate implementation in Haskell."
url="http://hackage.haskell.org/package/${_hkgname}"
arch=('i686' 'x86_64')
-depends=("ghc"
+makedepends=('ghc')
+depends=("ghc-libs"
"haskell-blaze-builder"
"haskell-mtl"
"haskell-old-locale"