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

Rémy Oudompheng remy at archlinux.org
Tue Dec 28 12:30:32 UTC 2010


    Date: Tuesday, December 28, 2010 @ 07:30:31
  Author: remy
Revision: 104078

upgpkg: haskell-http 4000.1.1-1
Update for HP2011 alpha, install under /usr/lib/ghc-7.0.1

Modified:
  haskell-http/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-12-28 08:27:45 UTC (rev 104077)
+++ PKGBUILD	2010-12-28 12:30:31 UTC (rev 104078)
@@ -3,21 +3,23 @@
 # Package generated by cabal2arch 0.7.6
 _hkgname=HTTP
 pkgname=haskell-http
-pkgver=4000.0.10
-pkgrel=2
+pkgver=4000.1.1
+pkgrel=1
 pkgdesc="A library for client-side HTTP"
 url="http://hackage.haskell.org/package/${_hkgname}"
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-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')
+depends=('ghc=7.0.1' sh 'haskell-network=2.3' 'haskell-parsec=3.1.0' 'haskell-mtl=2.0.1.0')
+options=('strip')
 source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 install=${pkgname}.install
-md5sums=('33ba264281add3535926193852b54f74')
+md5sums=('ddf23d46c4d6dc0048c454e3d01caa57')
 
 build() {
     cd ${srcdir}/${_hkgname}-${pkgver}
-    runhaskell Setup configure -O -p --enable-split-objs --enable-shared --prefix=/usr --docdir=/usr/share/doc/${pkgname}
+    runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
+      --prefix=/usr --docdir=/usr/share/doc/${pkgname} \
+      --libsubdir=\$compiler/site-local/\$pkgid
     runhaskell Setup build
     runhaskell Setup haddock
     runhaskell Setup register   --gen-script




More information about the arch-commits mailing list