summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSolomon Choina2018-06-13 00:52:05 -0400
committerSolomon Choina2018-06-13 00:52:05 -0400
commit17d647b78cde95daac4f23fc95309883f1b53cd2 (patch)
treec75856dc8665d37a030c7622d019d4e96020f243
parent502cc0f96b8060f88f5d731758062222063a8c59 (diff)
downloadaur-17d647b78cde95daac4f23fc95309883f1b53cd2.tar.gz
move ghc to makedepends because ghc-libs
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 523c8e414b70..e1fd83466c78 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
-# Generated by mksrcinfo v8
-# Wed Jun 13 04:34:05 UTC 2018
pkgbase = haskell-hstringtemplate
pkgdesc = StringTemplate implementation in Haskell.
pkgver = 0.8.7
- pkgrel = 2
+ pkgrel = 3
url = http://hackage.haskell.org/package/HStringTemplate
arch = i686
arch = x86_64
license = BSD3
- depends = ghc
+ makedepends = ghc
+ depends = ghc-libs
depends = haskell-blaze-builder
depends = haskell-mtl
depends = haskell-old-locale
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"