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

Vesa Kaihlavirta vesa at archlinux.org
Sat Aug 21 20:22:50 UTC 2010


    Date: Saturday, August 21, 2010 @ 16:22:50
  Author: vesa
Revision: 88260

6.12.3 rebuild & upstream bump

Modified:
  haskell-extensible-exceptions/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-08-21 20:13:28 UTC (rev 88259)
+++ PKGBUILD	2010-08-21 20:22:50 UTC (rev 88260)
@@ -2,17 +2,16 @@
 # Contributor: Arch Haskell Team <arch-haskell at haskell.org>
 # Package generated by cabal2arch 0.4.1
 pkgname=haskell-extensible-exceptions
-pkgrel=3
-pkgver=0.1.1.0
+pkgrel=1
+pkgver=0.1.1.2
 pkgdesc="Extensible exceptions"
 url="http://hackage.haskell.org/cgi-bin/hackage-scripts/package/extensible-exceptions"
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=('ghc=6.12.1'  sh)
+depends=('ghc=6.12.3'  sh)
 options=('strip')
 source=(http://hackage.haskell.org/packages/archive/extensible-exceptions/$pkgver/extensible-exceptions-$pkgver.tar.gz)
 install=haskell-extensible-exceptions.install
-md5sums=('7aba82acc64fa2f2dc89d8ac27e24a43')
 build() {
     cd $srcdir/extensible-exceptions-$pkgver
     runhaskell Setup configure --prefix=/usr -p --enable-split-objs --enable-shared || return 1
@@ -24,3 +23,4 @@
     runhaskell Setup copy --destdir=$pkgdir || return 1
     install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE || return 1
 }
+md5sums=('8154e11e77db72b411f3854a03c5a0a3')




More information about the arch-commits mailing list