[arch-commits] Commit in haskell-extensible-exceptions/repos (2 files)

Vesa Kaihlavirta vesa at archlinux.org
Wed Dec 23 08:27:43 UTC 2009


    Date: Wednesday, December 23, 2009 @ 03:27:43
  Author: vesa
Revision: 61769

Merged revisions 61768 via svnmerge from 
svn+ssh://vesa@gerolde.archlinux.org/srv/svn-packages/haskell-extensible-exceptions/trunk

........
  r61768 | vesa | 2009-12-23 10:16:44 +0200 (Wed, 23 Dec 2009) | 2 lines
  
  add -p --enable-split-objs --enable-shared
........

Modified:
  haskell-extensible-exceptions/repos/testing-i686/	(properties)
  haskell-extensible-exceptions/repos/testing-i686/PKGBUILD

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


Property changes on: haskell-extensible-exceptions/repos/testing-i686
___________________________________________________________________
Modified: svnmerge-integrated
   - /haskell-extensible-exceptions/trunk:1-61189
   + /haskell-extensible-exceptions/trunk:1-61768

Modified: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD	2009-12-23 08:16:44 UTC (rev 61768)
+++ testing-i686/PKGBUILD	2009-12-23 08:27:43 UTC (rev 61769)
@@ -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