[arch-commits] Commit in haskell-pandoc-types/trunk (PKGBUILD)
Daniel Micay
thestinger at nymeria.archlinux.org
Wed Sep 18 21:16:15 UTC 2013
Date: Wednesday, September 18, 2013 @ 23:16:14
Author: thestinger
Revision: 97357
upgpkg: haskell-pandoc-types 1.12.1-1
Modified:
haskell-pandoc-types/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-09-18 20:56:58 UTC (rev 97356)
+++ PKGBUILD 2013-09-18 21:16:14 UTC (rev 97357)
@@ -11,7 +11,7 @@
license=("GPL")
arch=('i686' 'x86_64')
makedepends=('ghc')
-depends=('haskell-containers' 'haskell-syb')
+depends=('haskell-containers' 'haskell-syb' 'haskell-aeson')
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
install=$pkgname.install
sha256sums=('726df226da9cc55b986380d64bb362b66238f41fdef4c56b027d97a7fc3a163f')
@@ -18,7 +18,7 @@
build() {
cd "$srcdir/$_hkgname-$pkgver"
- runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
+ runhaskell Setup configure -O --enable-split-objs --enable-shared \
--prefix=/usr --docdir=/usr/share/doc/$pkgname \
--libsubdir=\$compiler/site-local/\$pkgid
runhaskell Setup build
More information about the arch-commits
mailing list