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

Jelle van der Waa jelle at nymeria.archlinux.org
Thu Apr 25 15:20:40 UTC 2013


    Date: Thursday, April 25, 2013 @ 17:20:40
  Author: jelle
Revision: 89009

upgpkg: haskell-x11 1.6.1.1-3

ghc 7.6.3 rebuild

Modified:
  haskell-x11/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-04-25 14:53:04 UTC (rev 89008)
+++ PKGBUILD	2013-04-25 15:20:40 UTC (rev 89009)
@@ -6,13 +6,13 @@
 _hkgname=X11
 pkgname=haskell-x11
 pkgver=1.6.1.1
-pkgrel=2
+pkgrel=3
 pkgdesc="A Haskell binding to the X11 graphics library."
 arch=(i686 x86_64)
 url="http://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11"
 license=('custom:BSD3')
 options=('strip')
-depends=("ghc=7.6.2-1" "libx11" "libxinerama" "libxrandr" "haskell-data-default")
+depends=("ghc=7.6.3-1" "libx11" "libxinerama" "libxrandr" "haskell-data-default=0.5.3")
 conflicts=(haskell-x11-extras)
 install=hsmod.install
 source=(http://hackage.haskell.org/packages/archive/X11/$pkgver/X11-$pkgver.tar.gz)
@@ -20,7 +20,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
     runhaskell Setup haddock




More information about the arch-commits mailing list