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

Vesa Kaihlavirta vesa at archlinux.org
Tue Aug 24 07:33:06 UTC 2010


    Date: Tuesday, August 24, 2010 @ 03:33:06
  Author: vesa
Revision: 88513

6.12.3 rebuild

Modified:
  haskell-cgi/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-08-24 07:30:56 UTC (rev 88512)
+++ PKGBUILD	2010-08-24 07:33:06 UTC (rev 88513)
@@ -7,17 +7,16 @@
 #
 pkgname=haskell-cgi
 pkgrel=1
-pkgver=3001.1.7.2
+pkgver=3001.1.7.3
 pkgdesc="A library for writing CGI programs"
 url="http://hackage.haskell.org/package/cgi"
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
 makedepends=()
-depends=('ghc' 'haskell-cabal' 'haskell-containers' 'haskell-mtl>=1.0' 'haskell-network>=2.0' 'haskell-old-locale' 'haskell-old-time' 'haskell-parsec>=2.0' 'haskell-xhtml>=3000.0.0')
+depends=('ghc=6.12.3' 'haskell-mtl=1.1.0.2' 'haskell-network' 'haskell-old-locale' 'haskell-old-time' 'haskell-parsec=2.1.0.1' 'haskell-xhtml=3000.2.0.1')
 options=('strip')
 source=(http://hackage.haskell.org/packages/archive/cgi/3001.1.7.2/cgi-3001.1.7.2.tar.gz)
 install=haskell-cgi.install
-md5sums=('8f6a72d74561520d6ad9fb19b126c7e4')
 build() {
     cd ${srcdir}/cgi-3001.1.7.2
     runhaskell Setup configure --prefix=/usr --docdir=/usr/share/doc/${pkgname} || return 1
@@ -33,3 +32,4 @@
     install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/$pkgname/LICENSE || return 1
     rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
 }
+md5sums=('8f6a72d74561520d6ad9fb19b126c7e4')




More information about the arch-commits mailing list