[arch-commits] Commit in haskell-aeson/trunk (PKGBUILD)

Daniel Micay thestinger at nymeria.archlinux.org
Wed Sep 18 20:56:28 UTC 2013


    Date: Wednesday, September 18, 2013 @ 22:56:28
  Author: thestinger
Revision: 97355

upgpkg: haskell-aeson 0.6.2.0-1

Modified:
  haskell-aeson/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-09-18 20:13:15 UTC (rev 97354)
+++ PKGBUILD	2013-09-18 20:56:28 UTC (rev 97355)
@@ -9,7 +9,8 @@
 license=("GPL")
 arch=('i686' 'x86_64')
 makedepends=('ghc')
-depends=(haskell-attoparsec haskell-blaze-builder haskell-unordered-containers haskell-mtl haskell-syb)
+depends=(haskell-attoparsec haskell-blaze-builder haskell-unordered-containers haskell-mtl
+         haskell-syb haskell-vector haskell-dlist)
 source=("http://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-${pkgver}.tar.gz")
 install=$pkgname.install
 md5sums=('1851b00fd472929ecbbf83881b09e26e')
@@ -16,7 +17,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