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

Rémy Oudompheng remy at archlinux.org
Fri Nov 26 17:04:56 UTC 2010


    Date: Friday, November 26, 2010 @ 12:04:56
  Author: remy
Revision: 100924

upgpkg: haskell-parsec 2.1.0.1-43
Rebuild for ghc-7.0.1

Modified:
  haskell-parsec/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-11-26 17:04:27 UTC (rev 100923)
+++ PKGBUILD	2010-11-26 17:04:56 UTC (rev 100924)
@@ -4,13 +4,13 @@
 _hkgname=parsec
 pkgname=haskell-parsec
 pkgver=2.1.0.1
-pkgrel=42
+pkgrel=43
 pkgdesc="Monadic parser combinators"
 url="http://hackage.haskell.org/package/${_hkgname}"
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=(ghc=6.12.3 sh 'haskell-mtl')
-options=('strip' 'force')
+depends=(ghc=7.0.1 sh 'haskell-mtl')
+options=('strip' force)
 source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 install=haskell-parsec.install
 




More information about the arch-commits mailing list