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

Vesa Kaihlavirta vesa at archlinux.org
Wed Dec 23 08:16:44 UTC 2009


    Date: Wednesday, December 23, 2009 @ 03:16:44
  Author: vesa
Revision: 61768

add -p --enable-split-objs --enable-shared

Modified:
  haskell-extensible-exceptions/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-12-23 02:35:55 UTC (rev 61767)
+++ PKGBUILD	2009-12-23 08:16:44 UTC (rev 61768)
@@ -2,7 +2,7 @@
 # Contributor: Arch Haskell Team <arch-haskell at haskell.org>
 # Package generated by cabal2arch 0.4.1
 pkgname=haskell-extensible-exceptions
-pkgrel=1.1
+pkgrel=1.2
 pkgver=0.1.1.0
 pkgdesc="Extensible exceptions"
 url="http://hackage.haskell.org/cgi-bin/hackage-scripts/package/extensible-exceptions"
@@ -15,7 +15,7 @@
 md5sums=('7aba82acc64fa2f2dc89d8ac27e24a43')
 build() {
     cd $srcdir/extensible-exceptions-$pkgver
-    runhaskell Setup configure --prefix=/usr || return 1
+    runhaskell Setup configure --prefix=/usr -p --enable-split-objs --enable-shared || return 1
     runhaskell Setup build                   || return 1
     runhaskell Setup register   --gen-script || return 1
     runhaskell Setup unregister --gen-script || return 1




More information about the arch-commits mailing list