[arch-commits] Commit in haskell-http/trunk (PKGBUILD)
Rémy Oudompheng
remy at archlinux.org
Sun Dec 5 12:04:41 UTC 2010
Date: Sunday, December 5, 2010 @ 07:04:41
Author: remy
Revision: 102081
upgpkg: haskell-http 4000.0.10-2
Rebuild for ghc-7 (minor upstream update for compatibility)
Modified:
haskell-http/trunk/PKGBUILD
----------+
PKGBUILD | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2010-12-04 12:37:43 UTC (rev 102080)
+++ PKGBUILD 2010-12-05 12:04:41 UTC (rev 102081)
@@ -3,16 +3,17 @@
# Package generated by cabal2arch 0.7.6
_hkgname=HTTP
pkgname=haskell-http
-pkgver=4000.0.9
-pkgrel=42
+pkgver=4000.0.10
+pkgrel=2
pkgdesc="A library for client-side HTTP"
url="http://hackage.haskell.org/package/${_hkgname}"
license=('custom:BSD3')
arch=('i686' 'x86_64')
-depends=('ghc=6.12.3' sh 'haskell-network=2.2.1.7' 'haskell-parsec=2.1.0.1' 'haskell-mtl=1.1.0.2')
+depends=('ghc=7.0.1' sh 'haskell-network=2.2.1.7' 'haskell-parsec=2.1.0.1' 'haskell-mtl=1.1.1.0')
options=('strip' 'force')
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
install=${pkgname}.install
+md5sums=('33ba264281add3535926193852b54f74')
build() {
cd ${srcdir}/${_hkgname}-${pkgver}
@@ -34,4 +35,4 @@
install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
}
-md5sums=('bbd005935537ed8883bfefb624e8bf3c')
+
More information about the arch-commits
mailing list