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

Vesa Kaihlavirta vesa at archlinux.org
Wed Mar 3 08:19:30 UTC 2010


    Date: Wednesday, March 3, 2010 @ 03:19:30
  Author: vesa
Revision: 71022

force downgrade to haskell-platform supported version 2.1.0.1

Modified:
  haskell-parsec/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-03-03 06:34:52 UTC (rev 71021)
+++ PKGBUILD	2010-03-03 08:19:30 UTC (rev 71022)
@@ -1,14 +1,14 @@
 # Maintainer: Vesa Kaihlavirta <vesa at archlinux.org>
 # Contributor: Arch Haskell Team <arch-haskell at haskell.org>
 pkgname=haskell-parsec
-pkgver=3.0.1
-pkgrel=3
+pkgver=2.1.0.1
+pkgrel=1
 pkgdesc="Monadic parser combinators"
 url="http://hackage.haskell.org/cgi-bin/hackage-scripts/package/parsec"
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
 depends=(ghc=6.12.1 sh 'haskell-mtl')
-options=('strip')
+options=('strip' 'force')
 source=(http://hackage.haskell.org/packages/archive/parsec/$pkgver/parsec-$pkgver.tar.gz)
 install=haskell-parsec.install
 
@@ -23,4 +23,5 @@
     runhaskell Setup copy --destdir=$pkgdir || return 1
     install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE || return 1
 }
-md5sums=('6b1ac06edfe73e23238333a6319e09e8')
+
+md5sums=('557d935019ec4d966f2103fdf1a8c559')




More information about the arch-commits mailing list